-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cant use module in nginx reverse proxy with port 443 #6
Comments
Hi @ChuongTran97, Please share you nginx configuration used. Leave out all private and sensitive information. |
upstream upstream_test { server {
} this is my config. something wrong ? |
proxy_set_header Connection "Upgrade"; You must clear the Connection header. g. |
i have removed "proxy_set_header Connection "Upgrade";" before, but it still not work.Do you have another idea for this ? |
Hi, I tested you configuration locally and is working fine. update the log level error_log ./logs/error.log debug; in your nginx.conf file |
Hi, |
Hi, You should see logs related to the ntlm module in logs. It does not seem to be related with the module itself. Try to debug the ssl connection issues from outside to your proxy and from proxy to backend. openssl s_client -connect example.com:443 -tls1_3 -status -msg -debug try multiple protocols tls1_1, tls1_2 |
HI @ChuongTran97, If you still have issues you can write me an email and we can take it from there. g. |
Hi, I have a similar problem. To solve the blocking problem I had to put a "keepalived" option on the upstream. However, I am facing the error below:
Everything works without the ntlm option, I have no problem with certificates. Can you reproduce the problem? Example nginx conf:
|
Hi
Can you help me config ntlm to website using port 443 . Same configuration with website using port 80 but it is not working. please help me to debug this issue. Thanks
The text was updated successfully, but these errors were encountered: