Hi all I have just changed my public IP address, I have altered the IP address with my Domain registrar waited for the changes to propagate. The main domains are working fine but the ISP interface has stopped responding to HTTPS requests. It will respond to none secure HTTP. Do I have to do something else to get this to work?
Yes, it has been propagated to the correct address. I have several domains and they are all working fine, just not isp interface on port 8080 I have recreated the FQDN for the interface and created the SSL and LESSL but still nothing
The IP address is nowhere used in the host configuration of the ISPConfig vhost, so changing it has no influence on the availability of the ISPConfig interface. This means that you must have changed something beside the IP address that has caused this. So the question is, what else did you change?
Nothing... Apart from recreating the site that didn't work! I was hoping that recreating it would remove the old certs and create new ones, but I get the same error
There is nothing critical on this server so if I have to delete sites or setting it's not a problem. I have just tried to create a test subdomain and it is not working. the SSL and LESSL are not being created
Are you talking about a website or about the ispconfig interface? in your first post, you mentioned the ISPConfig interface, wich is not related to sites in ISPConfig.
I have created a site with the FQDN http://myserver.mydomain.com I cannot access this with http or https. nor can I access https://myserver.mydomain.com:8080 with http or https to get to the ISPC3 control panel however, I can access the ISPC3 control panel by going into another domain HTTP://myotherdomain.com:8080 < not secure
Your default website (eg. 000-default in Debian) might be interfering with your server fqdn vhost. What does 'apachectl -S' show?
VirtualHost configuration: *:8081 VirtualHost configuration: *:8081 myserver.mydomain.com (/etc/apache2/sites-enabled/000-apps.vhost:9) *:8080 myserver.mydomain.com (/etc/apache2/sites-enabled/000-ispconfig.vhost:9) *:80 is a NameVirtualHost default server myserver.mydomain.com (/etc/apache2/sites-enabled/000-default.conf:1) port 80 namevhost myserver.mydomain.com (/etc/apache2/sites-enabled/000-default.conf:1) port 80 namevhost mydomain.com (/etc/apache2/sites-enabled/100-mydomain.com.vhost:7) alias www.mydomain.com port 80 namevhost anotherdomain.com.net (/etc/apache2/sites-enabled/100-anotherdomain.com.net.vhost:7) alias www.anotherdomain.com.net port 80 namevhost anotherdomain.com.org (/etc/apache2/sites-enabled/100-anotherdomain.com.org.vhost:7) alias www.anotherdomain.com.org port 80 namevhost myserver.mydomain.com (/etc/apache2/sites-enabled/100-myserver.mydomain.com.vhost:7) alias www.myserver.mydomain.com port 80 namevhost myuser.isp.com (/etc/apache2/sites-enabled/100-myuser.isp.com.vhost:7) alias www.myuser.isp.com port 80 namevhost yetanother.com (/etc/apache2/sites-enabled/100-yetanother.com.vhost:7) alias www.yetanother.com *:443 is a NameVirtualHost default server mydomain.com (/etc/apache2/sites-enabled/100-mydomain.com.vhost:195) port 443 namevhost mydomain.com (/etc/apache2/sites-enabled/100-mydomain.com.vhost:195) alias www.mydomain.com port 443 namevhost myserver.mydomain.com (/etc/apache2/sites-enabled/100-myserver.mydomain.com.vhost:195) alias www.myserver.mydomain.com port 443 namevhost yetanother.com (/etc/apache2/sites-enabled/100-yetanother.com.vhost:195) alias www.yetanother.com ServerRoot: "/etc/apache2" Main DocumentRoot: "/var/www/html" Main ErrorLog: "/var/log/apache2/error.log" Mutex authdigest-client: using_defaults Mutex fcgid-proctbl: using_defaults Mutex ssl-stapling: using_defaults Mutex proxy: using_defaults Mutex ssl-cache: using_defaults Mutex default: dir="/var/run/apache2/" mechanism=default Mutex mpm-accept: using_defaults Mutex fcgid-pipe: using_defaults Mutex authdigest-opaque: using_defaults Mutex watchdog-callback: using_defaults Mutex rewrite-map: using_defaults Mutex ssl-stapling-refresh: using_defaults PidFile: "/var/run/apache2/apache2.pid" Define: DUMP_VHOSTS Define: DUMP_RUN_CFG Define: MODPERL2 Define: ENABLE_USR_LIB_CGI_BIN User: name="www-data" id=33 Group: name="www-data" id=33 .mydomain.com (/etc/apache2/sites-enabled/000-apps.vhost:9) *:8080 myserver.mydomain.com (/etc/apache2/sites-enabled/000-ispconfig.vhost:9) *:80 is a NameVirtualHost default server myserver.mydomain.com (/etc/apache2/sites-enabled/000-default.conf:1) port 80 namevhost myserver.mydomain.com (/etc/apache2/sites-enabled/000-default.conf:1) port 80 namevhost mydomain.com (/etc/apache2/sites-enabled/100-mydomain.com.vhost:7) alias www.mydomain.com port 80 namevhost anotherdomain.com.net (/etc/apache2/sites-enabled/100-anotherdomain.com.net.vhost:7) alias www.anotherdomain.com.net port 80 namevhost anotherdomain.com.org (/etc/apache2/sites-enabled/100-anotherdomain.com.org.vhost:7) alias www.anotherdomain.com.org port 80 namevhost myserver.mydomain.com (/etc/apache2/sites-enabled/100-myserver.mydomain.com.vhost:7) alias www.myserver.mydomain.com port 80 namevhost myuser.isp.com (/etc/apache2/sites-enabled/100-myuser.isp.com.vhost:7) alias www.myuser.isp.com port 80 namevhost yetanother.com (/etc/apache2/sites-enabled/100-yetanother.com.vhost:7) alias www.yetanother.com *:443 is a NameVirtualHost default server mydomain.com (/etc/apache2/sites-enabled/100-mydomain.com.vhost:195) port 443 namevhost mydomain.com (/etc/apache2/sites-enabled/100-mydomain.com.vhost:195) alias www.mydomain.com port 443 namevhost myserver.mydomain.com (/etc/apache2/sites-enabled/100-myserver.mydomain.com.vhost:195) alias www.myserver.mydomain.com port 443 namevhost yetanother.com (/etc/apache2/sites-enabled/100-yetanother.com.vhost:195) alias www.yetanother.com ServerRoot: "/etc/apache2" Main DocumentRoot: "/var/www/html" Main ErrorLog: "/var/log/apache2/error.log" Mutex authdigest-client: using_defaults Mutex fcgid-proctbl: using_defaults Mutex ssl-stapling: using_defaults Mutex proxy: using_defaults Mutex ssl-cache: using_defaults Mutex default: dir="/var/run/apache2/" mechanism=default Mutex mpm-accept: using_defaults Mutex fcgid-pipe: using_defaults Mutex authdigest-opaque: using_defaults Mutex watchdog-callback: using_defaults Mutex rewrite-map: using_defaults Mutex ssl-stapling-refresh: using_defaults PidFile: "/var/run/apache2/apache2.pid" Define: DUMP_VHOSTS Define: DUMP_RUN_CFG Define: MODPERL2 Define: ENABLE_USR_LIB_CGI_BIN User: name="www-data" id=33 Group: name="www-data" id=33
That's why your http://myserver.mydomain.com vhost doesn't work. ISPConfig should still work on port 8080, what behavior do you see? Errors? Does the web server record your requests? Is DNS pointing to the correct address? Maybe clear your browser cache.
What should it be and how do I change it? As I've said it works via HTTP://mydomain.com:8080 but NOT via HTTP or https://myserver.mydomain.com:8080 The error is This site can’t be reached
You can e.g. ping the subdomain from your desktop and check if the IP that the ping command shows is the right one.
Then check your DNS settings, where you altered the IP address, to ensure that you did the changes correctly.