gabihodoroaga
gabihodoroaga
Hi, The only way to see why it crashes is to get the core dump files https://docs.nginx.com/nginx/admin-guide/monitoring/debugging/#enabling-core-dumps-in-nginx-configuration You have to add this in your main nginx.conf ```bash makdir -p /tmp/cores...
Hi, Thanks. This definitely helps. I will try to reproduce it and then fix it. g.
@dbalaev Thanks for pointing this. Do you have a way to reproduce the segfault? This will help me a lot. Thanks
Thanks @klp18 for reporting this. Can you share you nginx configuration (replace any sensitive information). Thank. you, g.
HI, The module should work with Nginx Proxy Manager. You will need to update the script from your example: ```bash #!/bin/bash apt-get install -y wget libpcre3 libpcre3-dev libssl-dev zlib1g-dev ngxversion=openresty-$(/etc/nginx/bin/openresty...
Hi @ChuongTran97, Please share you nginx configuration used. Leave out all private and sensitive information.
proxy_set_header Connection "Upgrade"; ... proxy_set_header Connection ""; You must clear the Connection header. I don't know how nginx behaves if you have the same setting twice. Try to remove the...
Hi, I tested you configuration locally and is working fine. You could try to enable debug logging and try to find error in errors log update the log level ```nginx...
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...
HI @ChuongTran97, If you still have issues you can write me an email and we can take it from there. g.