> I guess are running with an nginx executable from a third party, that has
> been linked to an older release of openssl.
Since you can reproduce it with openssl s_client, it probably is more
complicated than that.
can you provide an ssldump of the failed connection attempt?
Lukas
> Hi. Thanks for replying.
> I read it in two places. Here are the links.
> 1.
> http://serverfault.com/questions/436737/forcing-a-particular-ssl-protocol-for-an-nginx-proxying-server
>
> 2.
> http://w3facility.org/question/forcing-a-particular-ssl-protocol-for-an-nginx-proxying-server/
>
Hi. Thanks for replying.
I read it in two places. Here are the links.
1.
http://serverfault.com/questions/436737/forcing-a-particular-ssl-protocol-for-an-nginx-proxying-server
2.
http://w3facility.org/question/forcing-a-particular-ssl-protocol-for-an-nginx-proxying-server/
The full error is this:
> Hi All
> I'm trying to use nginx to also proxy to owa. I am getting the error
> peer closed connection in SSL handshake while SSL handshaking to upstream
>
> I have read that this is due to a bug and that the solution is to
> downgrade to openssl 1.0
Where did you read that? From the info
Hi All
I'm trying to use nginx to also proxy to owa. I am getting the error
*peer closed connection in SSL handshake while SSL handshaking to upstream*
I have read that this is due to a bug and that the solution is to downgrade
to openssl 1.0
I don't want to downgrade because I would want users t
IMHO, it is no trivial thing to switch from a grammar to another.
Automated tools already fail at properly converting Apache configurations
to nginx ones. I wonder why it whould be any different for F5.
I suggest you use standard GNU/Linux tools (grep, sed, awk, cut...) to
rough out the job before
Hi,
Does anyone has any scripts to convert the F5 config to Nginx (acting as a
reverse proxy) config?
Thanks..
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,255969,255969#msg-255969
___
nginx mailing list
nginx@nginx.org
http://mailman.ngin
That helps! Thank you!
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,255955,255968#msg-255968
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I have Nginx server configured with couple of backend servers with keepalive
connections enabled.
I am trying to understand what will be the Nginx's behaviour in case the
connection is closed by an upstream server legitimately when Nginx is trying
to send a new request exactly at the same time. In