Skip to content

Nginx Proxy Manager Error: 502 Bad Gateway openresty #1042

Answered by emarcelcom
emarcelcom asked this question in Q&A
Discussion options

You must be logged in to vote

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

mkdir -p /data/nginx/conf.d
cp /opt/tpot/docker/heimdall/dist/conf/tpotweb.conf /data/nginx/conf.d

Edit tpotweb.conf and add TLSv1.2

ssl_protocols TLSv1.2 TLSv1.3;

systemctl start tpot.service

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by emarcelcom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant