Welcome! Log In Create A New Profile

Advanced

Re: Proxy pass certificate autentificate TO MS IIS

October 25, 2015 02:38PM
No i think it was something with favicon request..
now i always get getaway timeout....

1. also try from different server with nginx 1.8 nothing helped..
proxy_ssl_verify off;
proxy_ssl_certificate /etc/nginx/ssl/test/test.pem;
proxy_ssl_certificate_key /etc/nginx/ssl/test/test_key.pem;
proxy_pass https://domain.com;
2. try same with apache 2.4 all worked with:
SSLProxyEngine On
SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
SSLProxyMachineCertificateFile /etc/httpd/ssl/test.pem

ProxyPass "/test" "https://domain.com"


Maybe something with ssl renegotiation in nginx???
Subject Author Posted

Proxy pass certificate autentificate TO MS IIS

agrisv October 25, 2015 11:44AM

Re: Proxy pass certificate autentificate TO MS IIS

itpp2012 October 25, 2015 12:21PM

Re: Proxy pass certificate autentificate TO MS IIS

agrisv October 25, 2015 02:38PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 277
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready