Enabling ssl crashes windows nginx 1.0.0
beksam
nginx-forum at nginx.us
Tue Apr 19 07:18:50 MSD 2011
Have same problems, anybody solved this?
Tried with nginx 1.0.0 and 0.9.7, results are same.
Here is ssl part of config file:
server {
listen 443;
server_name localhost;
ssl on;
ssl_certificate ssl/server.crt;
ssl_certificate_key ssl/server.key;
ssl_session_timeout 5m;
location / {
root html;
index index.html index.htm;
}
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,192121,192244#msg-192244
More information about the nginx
mailing list