Nginx Proxy Manager Error: 502 Bad Gateway openresty #1042
-
Hi All, I can't access T-Pot Welcome page on https://IPADDRESS:64297 via Nginx Proxy Manager. I can't figure out how TPot authentication to Landing page is working, docker nginx container is not exposing any ports which is weird because yaml file has ports define and TPot server is listening on 0.0.0.0:64297. I'm totally lost here. Please help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: I fixed it by adding ssl_protocols TLSv1.2 TLSv1.3; to tpotweb.conf
edit /opt/tpot/etc/tpot.yml and add volume:
Then
Edit tpotweb.conf and add TLSv1.2ssl_protocols TLSv1.2 TLSv1.3;
|
Beta Was this translation helpful? Give feedback.
Update: I fixed it by adding ssl_protocols TLSv1.2 TLSv1.3; to tpotweb.conf
systemctl stop tpot.service
edit /opt/tpot/etc/tpot.yml and add volume:
- /data/nginx/conf.d/tpotweb.conf:/etc/nginx/conf.d/tpotweb.conf:ro
Then
Edit tpotweb.conf and add TLSv1.2
ssl_protocols TLSv1.2 TLSv1.3;
systemctl start tpot.service