powprox icon indicating copy to clipboard operation
powprox copied to clipboard

Nginx TLS proxy?

Open scribu opened this issue 7 years ago • 1 comments

The script seems to be waiting for some sort of input, but I have no idea what to enter:

$ ./bin/powprox
Pow server names unchanged. Using existing server certificate.
Checking for Nginx… installed with HTTP/2 support.
Checking Nginx config…
nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful
Launching Nginx
Nginx self-test…
Pow upstream: {"pid":1219,"version":"0.6.0","requestCount":169}
Pow with pf port forward: {"pid":1219,"version":"0.6.0","requestCount":170}
Nginx TLS proxy:

(this is on High Sierra 10.13.6)

scribu avatar Jul 18 '18 15:07 scribu

Looks like curl -H host:pow --insecure https://localhost:443/status.json is timing out. (For a detailed debug trace, run ./bin/powprox --debug)

Troubleshoot further with e.g. curl -vvv -H host:pow --insecure https://localhost:443/status.json

jeremy avatar Jul 18 '18 17:07 jeremy