Author Topic: Assessment failed: Unable to connect to the server  (Read 5339 times)

0 Members and 2 Guests are viewing this topic.

Offline
*
Assessment failed: Unable to connect to the server
« on: October 05, 2018, 02:25:32 AM »
I am unable to get HTTPS port beyond the internal firewall, I tried couple of configuration but failed and I had to change it back to original setting.

This is a new installation, websites and email working ok.

I intentionally removed the domain name, but I am thinking this command is blocking HTTPS. My port on the router is open and accepting all other request. 443 is also running on the server when I checked it, just can't get HTTPS external seems to be blocked some how can someone help with this.

vhosts-ssl.conf
   SSLEngine on
   SSLCipherSuite ALL:!ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
   SSLProtocol All -SSLv2 -SSLv3
   SSLCertificateFile /etc/pki/tls/certs/domain.com.cert
   SSLCertificateKeyFile /etc/pki/tls/private/domain.com.key
   SSLCertificateChainFile /etc/pki/tls/certs/domain.com.bundle
   SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

Thanks in advance.

Offline
***
Re: Assessment failed: Unable to connect to the server
« Reply #1 on: October 08, 2018, 04:35:10 AM »
what is output of

Code: [Select]
ss -nlp | grep 443
Also did you check your server firewall it its blocking it?