MaximillianM
New Pleskian
Hi. Since yesterday I have a problem with the default certificate which i was using for my own administration-panel of my website. My administration-panel is located in a subdomain. The last thing i did, was to upgrade Plesk. Im not sure, if the problem accoured after my upgrade or the last Auto-Microupdate today: 12.0.18 Update #59
https://sec.mydomain.com ( google chrome reponses ) => ERR_CONNECTION_RESET (Detail: The Connection is aborted)
For testing i created a new self signed certificate and set this as default certificate, added this to the IP-Adress and selected under Domian->Hosting-Settings the new default one for the subdomain. But this is not working too. The same error occurs.
Does somebody has an idea, why it is not working any more?
INFOS:
netstat -tap shows
tcp 0 0 h21106xx.stratoser:http *:* LISTEN 3094/nginx
tcp 0 0 h21106xx.stratose:https *:* LISTEN 3094/nginx
EDIT
i found now in the default error_log following lines
AH01909: RSA certificate configured for sec.mydomain.com:443 does NOT include an ID which matches the server name
und my nginx error_log says
6443#0: *1797 no "ssl_certificate" is defined in server listening on SSL port while SSL handshaking, client
SOLVED
I solved the problem with
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
... after changing the default_certificate ( http://talk.plesk.com/threads/plesk-nginx-and-ssl.323719/ )
https://sec.mydomain.com ( google chrome reponses ) => ERR_CONNECTION_RESET (Detail: The Connection is aborted)
For testing i created a new self signed certificate and set this as default certificate, added this to the IP-Adress and selected under Domian->Hosting-Settings the new default one for the subdomain. But this is not working too. The same error occurs.
Does somebody has an idea, why it is not working any more?
INFOS:
netstat -tap shows
tcp 0 0 h21106xx.stratoser:http *:* LISTEN 3094/nginx
tcp 0 0 h21106xx.stratose:https *:* LISTEN 3094/nginx
EDIT
i found now in the default error_log following lines
AH01909: RSA certificate configured for sec.mydomain.com:443 does NOT include an ID which matches the server name
und my nginx error_log says
6443#0: *1797 no "ssl_certificate" is defined in server listening on SSL port while SSL handshaking, client
SOLVED
I solved the problem with
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
... after changing the default_certificate ( http://talk.plesk.com/threads/plesk-nginx-and-ssl.323719/ )
Last edited: