79796812

Date: 2025-10-22 13:21:13
Score: 1
Natty:
Report link

I suspect I know the answer, but if anyone knows better, please correct.

The issue is that the ngx_http_proxy_connect_module also requires the ngx_http_ssl_module. It's not documented as far as I can see on the github for the ngx_http_proxy_connect_module. How I corrected mine was to rerun the configuration command with this...

--with-http_ssl_module.

So my command looks like this.

./configure --prefix=/usr/local/nginx --add-dynamic-module=ngx_http_proxy_connect_module-0.0.5 --with-http_ssl_module

After that my poxy started working.

Reasons:
  • Blacklisted phrase (1): anyone knows
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user2519653