My nginx.conf is OK and nginx seems to start but my https URL in Google Chrome gives me an this error:
SSL connection error
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.
My nginx.conf is OK and nginx seems to start but my https URL in Google Chrome gives me an this error:
SSL connection error
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.
When I do a
lsof -i:443
I see this:Do I have other crap listening on 443?