Hello
I have installed Nginx with reverse proxy and SSL
works fine when the server is Windows Vista !!
with Windows 8 I get error :URLError: <urlopen error (Errno 10061) when paypal call back the client (URL = /Payement/paypal/DPN)
with Nginx error : "client closed connection while waiting for request,"
I have tried KEEPALIVE PARAMETERS
keepalive_timeout 150s;
keepalive_requests 100;
no success so far
But A really don't know the reason it's OK with VISTA and not W8
Some help ?
Thanks