Nginx can’t proxy client certificate authentication

2019-03-15 Thread WoMa
Hi, all I have path: request https -> nginx -> haproxy -> http application It works fine until I add client certificate authentication on haproxy. When I add client certificate authentication on haproxy I getting error on nginx: 2019/03/14 17:39:39 [error] 1090#0: *6254 SSL_do_handshake() failed

Re: nginx directives geo and map behind proxy

2019-03-15 Thread gogan
Hi, thanks for the response. I try it with a short view. Situation 1) Proxy (external, myracloud)<--- Connect official way | LB/Proxy (internal) | w-1 w-2 w-3 .. w10 Situation 2) LB/Proxy (internal)

File Downloads with reverse proxy

2019-03-15 Thread Callum Scott
Hi All, I am having difficulty forcing downloads of mp4 files with a ?download query in the url. I am proxying files from an s3 bucket like this location ~* ^/myvideo/content/(.*) { set $bucket 'mys3buket.domain.com'; set $aws_access 'my_aws_access_key'; set $aws_s

Re: Cookie path with reverse proxy

2019-03-15 Thread Stefan Meier
Thanks for the answer Reinis. The directive proxy_cookie_path is for sure the solutions for the problem I described in this mail. (But I just found out that my cookie wasn't set from the serverside API but on the client side. So the problem wasn't the NGINX config. Thank you anyways!) Am Do., 14

nginx servers share session or cookies

2019-03-15 Thread David Ni
Hi Nginx Experts, I have one requirement right now,we are using nginx with ldap auth(I compiled nginx with auth_ldap module),and I created many servers like datanode02.bddev.test.net datanode03.bddev.test.net,I have successfully conigured nginx with ldap auth,so when I access these servers