License update problem

keefe007

Verified User
Joined
Dec 25, 2004
Messages
276
I changed my server IP address a few minutes ago and I'm trying to update my license. I contacted DA and they did update the license file and I can see the correct IP when I login to the DA client license tool. Here's what's happening:

host:/usr/local/directadmin/scripts# ./getLicense.sh XXXX XXXX
--03:34:31-- https://www.directadmin.com/cgi-bin/licenseupdate?lid=XXXX&uid=XXXX
=> `/usr/local/directadmin/conf/license.key'
Resolving www.directadmin.com... 66.51.122.131
Connecting to www.directadmin.com|66.51.122.131|:443... connected.
ERROR: Certificate verification error for www.directadmin.com: unable to get local issuer certificate
To connect to www.directadmin.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
Error downloading the license file

I'm running Debian 3.1.

What should I do?
 
Last edited:
Your server's SSL cert is tied to it's IP address. If you used a self generated cert you should be able to create and install a new one with the new IP. If you got a Cert from Verisign or some other issuing Agency, you will need a new one from them.

Or you can "To connect to www.directadmin.com insecurely, use `--no-check-certificate'." as DA states.
 
Back
Top