Re: nginx and ssl

2016-08-25 Thread Agus
I would say its not logical. But you should share the conf to see whats wrong El ago 23, 2016 7:55 AM, "Trast0" escribió: > Hello > > I'm new to the world nginx and I'm trying to set up a web server. I'm > probably making rookie mistakes, apologize in advance > > The problem I have is that the se

nginx and ssl

2016-08-23 Thread Trast0
Hello I'm new to the world nginx and I'm trying to set up a web server. I'm probably making rookie mistakes, apologize in advance The problem I have is that the server translates https addresses, for example https://webdomain at http://webdomain:443 is this logical?, what is my error? Thank you

Re: nginx and ssl ciphers

2015-03-18 Thread Scott Larson
Running SSL correctly goes deeper than just declaring ciphers, and at the least I'd recommend using the more modern versions with ECDHE unless there is a technical reason you cannot. That said: ssl_prefer_server_ciphers on; ssl_ciphers AES256-SHA256:AES256-SHA:AES128-SHA256:AES128-SHA

nginx and ssl ciphers

2015-03-18 Thread ManuelRighi
Hello, I need to configure my nginx web server with only specific ssl ciphers. I need to use only this ciphers: TLS_RSA_WITH_AES_256_CBC_SHA (0x0035) TLS_RSA_WITH_AES_128_CBC_SHA (0x002f) TLS_RSA_WITH_3DES_EDE_CBC_SHA (0x000a) TLS_RSA_WITH_RC4_128_MD5 (0x0004) TLS_RSA_WITH_RC4_128_SHA (0x0005) TLS