Ok,
Its getting better :-)
Could get it to listen to 443 by using
listen *:443 default_server ssl;
listen *:80;
(star double dot port)
however server still says
ERR_CONNECTION_REFUSED
and in access log, nothing appears for https .. any help would be highly
appreciated ..
Posted at Nginx Fo
Hello!
We are running some applications servers (grails) and using nginx as reverse
proxy before that for caching and load balancing purposes.
everything is working as expected, but now that we received our ssl
certificate, i am failing to route the ssl requests over nginx (i did
understand that