Welcome! Log In Create A New Profile

Advanced

Re: NTLM sharepoint when use nginx reverse proxy

March 04, 2018 12:46PM
i try to using diffirent port but sharepoint site get error: ERR_EMPTY_RESPONSE


stream {
upstream ecm {
hash $remote_addr consistent;
server ecm.test.vn:80 weight=5;
server 10.68.8.182:80 max_fails=3 fail_timeout=30s;
server ecm.test.vn:443 weight=5;
server 10.68.8.182:444 max_fails=3 fail_timeout=30s;
ntlm on;
}

server {
listen 444 ssl; #Line 27


ssl_certificate /etc/nginx/ssl/test/test.pem;
ssl_certificate_key /etc/nginx/ssl/test/test.key;
ssl_session_cache shared:SSL:10m;

ssl_session_timeout 5m;

proxy_connect_timeout 1s;
proxy_timeout 3s;
proxy_pass ecm.test.vn;
}
}
Subject Author Posted

NTLM sharepoint when use nginx reverse proxy

sonpg February 23, 2018 03:52AM

Re: NTLM sharepoint when use nginx reverse proxy

sonpg February 23, 2018 04:15AM

Re: NTLM sharepoint when use nginx reverse proxy

Francis Daly February 23, 2018 07:34AM

Re: NTLM sharepoint when use nginx reverse proxy

unclepieman February 23, 2018 09:06AM

Re: NTLM sharepoint when use nginx reverse proxy

jasonw February 23, 2018 10:24AM

Re: NTLM sharepoint when use nginx reverse proxy

sonpg February 25, 2018 04:40AM

Re: NTLM sharepoint when use nginx reverse proxy

Francis Daly February 25, 2018 10:36AM

Re: NTLM sharepoint when use nginx reverse proxy

sonpg February 25, 2018 11:34AM

Re: NTLM sharepoint when use nginx reverse proxy

Francis Daly February 25, 2018 04:20PM

Re: NTLM sharepoint when use nginx reverse proxy

unclepieman February 25, 2018 07:38PM

Re: NTLM sharepoint when use nginx reverse proxy

sonpg March 02, 2018 05:30AM

Re: NTLM sharepoint when use nginx reverse proxy

Francis Daly March 02, 2018 10:54AM

Re: NTLM sharepoint when use nginx reverse proxy

sonpg March 04, 2018 12:46PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 197
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