Hello there, I've started using the migration kit on the source server (the old one). I've tried with the purchased license key and also with TRIAL and got the following: Code: root@server1:~/migration# ./migrate Your license could not be verified. Please make sure the server can access our license server and your license.key file is in place. Operation timed out after 10001 milliseconds with 0 out of 0 bytes received(28) https://license.ispconfig.org/ Is working properly? In the browser I get SSL Certificate expired. But when I run this on the server, I get a timeout, so could the problem be on the server? So I'll rule out that approach and proceed with the migration in a different way. Code: root@server1:~# curl -sS -m 15 https://license.ispconfig.org/ -o /dev/null -w "%{http_code}\n" curl: (28) Operation timed out after 15001 milliseconds with 0 out of 0 bytes received 000 Thanks!
The certificate shouldn't be expired though I doubt that the cause of your problem. Unless somebody installed that expired certificate very recently. People have been using the migration tool without issues well after the certificate's expiration date.
This subdomain is not in use at all. The Migration Tool is not connecting to it. The simple answer is that this is not a subdomain we use for license verification; @etruel seems to have just speculated on a name and tested that with curl; it is a completely unused subdomain and therefore needs no valid SSL cert. As @remkoh mentioned, your issue is not related to this. To confirm that your problem is not related to our licensing system, here is a screenshot: So license verification works fine; the TRIAL license is validated against the same endpoint that regular licenses use. So your old system seems to have problems connecting to other systems on https over the internet, as you get connection timeouts. You should check that you do not block outgoing connections on your server. If you need further help, please contact the Migration Tool support: https://www.ispconfig.org/get-support/?type=migration