RailsCasts Pro episodes are now free!

Learn more or hide this

Aen Tan's Profile

GitHub User: aentan

Site: http://aentan.com

Comments by Aen Tan

Avatar

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:

COMMAND     PID   USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
apsd         71   root    9u  IPv4 0xcb28d77b1a14342f      0t0  TCP 10.0.1.32:54135->17.172.232.214:https (ESTABLISHED)
nginx     11899   root    6u  IPv4 0xcb28d77b188cb1a7      0t0  TCP *:https (LISTEN)
nginx     11900 nobody    6u  IPv4 0xcb28d77b188cb1a7      0t0  TCP *:https (LISTEN)
Google    68100    Aen   43u  IPv4 0xcb28d77b16b478df      0t0  TCP 10.0.1.32:54191->ni-in-f125.1e100.net:https (ESTABLISHED)
Google    71302    Aen  155u  IPv4 0xcb28d77b1b2201a7      0t0  TCP 10.0.1.32:55087->sin04s01-in-f30.1e100.net:https (ESTABLISHED)
Google    71302    Aen  173u  IPv4 0xcb28d77b1b236017      0t0  TCP 10.0.1.32:55065->ni-in-f147.1e100.net:https (ESTABLISHED)
Google    71302    Aen  185u  IPv4 0xcb28d77b175de42f      0t0  TCP 10.0.1.32:55123->github.com:https (ESTABLISHED)
Google    71302    Aen  194u  IPv4 0xcb28d77b1b23b74f      0t0  TCP 10.0.1.32:55127->ec2-204-236-241-186.compute-1.amazonaws.com:https (ESTABLISHED)
Google    71302    Aen  217u  IPv4 0xcb28d77b1b1d88df      0t0  TCP 10.0.1.32:54361->sin01s05-in-f2.1e100.net:https (ESTABLISHED)
Google    71302    Aen  260u  IPv4 0xcb28d77b1b245017      0t0  TCP 10.0.1.32:55078->a23-15-10-57.deploy.akamaitechnologies.com:https (ESTABLISHED)
Dropbox   95185    Aen   18u  IPv4 0xcb28d77b1b240017      0t0  TCP 10.0.1.32:55130->108.160.160.177:https (CLOSE_WAIT)

Do I have other crap listening on 443?