Re: Nginx using with https :(

2014-08-30 Thread Miguel Clara
The config Could use a some polish but you'll get there. Glad you could understand what was wrong ;) Melhores Cumprimentos // Best Regards --- *Miguel Clara* *IT - Sys Admin & Developer* *E-mail:*miguelmcl...@gmail.com www.linkedin.com/in/

Re: Nginx using with https :(

2014-08-30 Thread nginxfanboy
I solve my Problem here the config. /etc/nginx/sites-available/default http://paste.debian.net/118487/ /etc/nginx/nginx.conf http://paste.debian.net/118488/ And so i create my certificate :) openssl req -new -x509 -nodes -out /etc/ssl/certs/SITENAME.crt -keyout /etc/ssl/private/SITENAME.key

Re: NGINX redirection issue

2014-08-30 Thread Maxim Dounin
Hello! On Fri, Aug 29, 2014 at 10:08:57AM -0400, manish-ezest wrote: > Hello Maxim, > > I tried enabling debug mode but still I am not able to figure out the issue > and its possible solutions. > > I disabled this rewrites which are rewriting to index.html > ## Rewrite all directory lookups to

Re: Nginx using with https :(

2014-08-30 Thread Miguel Clara
Have you created those certs? Weren't you using: ssl_certificate /etc/nginx/server.crt; ssl_certificate_key /etc/nginx/server.key; It seems you just removed the comments on the default config to see if it would magically work, but the cert files don't exist, that just an example!

Re: proxy_connect_timeout maximum

2014-08-30 Thread Maxim Dounin
Hello! On Fri, Aug 29, 2014 at 02:07:05PM -0400, lspasam wrote: > Hello, > I am receiving "upstream timed out (110: Connection timed out) while > connecting to upstream, client" errors. They are comet calls and I wonder if > increasing the proxy_connect_timeout will help. i have increased Unli

Re: Nginx using with https :(

2014-08-30 Thread nginxfanboy
/etc/nginx/sites-available/default http://paste.debian.net/118482/ /etc/nginx/nginx.conf http://paste.debian.net/118483/ I believe I'm near on my destination. My error Message is now Restarting nginx: nginx: [emerg] SSL_CTX_use_certificate_chain_file("/etc/nginx/example.com.csr") failed (SS

Re: Nginx using with https :(

2014-08-30 Thread Miguel Clara
You have a duplicated ssl_certificate directive as the message says... and it even states the line "72" I was reading back on the thread and I wonder if you applied the patch correctly... can you re-paste the config? Melhores Cumprimentos // Best Regards -

Re: Nginx using with https :(

2014-08-30 Thread nginxfanboy
With your config i become this message by a restart :( root@cseipel:/etc/nginx# service nginx restart Restarting nginx: nginx: [emerg] "ssl_certificate" directive is duplicate in /etc/nginx/nginx.conf:72 nginx: configuration file /etc/nginx/nginx.conf test failed Posted at Nginx Forum: http://fo