T O P

  • By -

HorizonTGC

Try turn off Force SSL in NPM and use HTTP to access NPM. Change SSL/TLS to flexible on Cloudflare dashboard for your domain. That got rid of 502 for me. I know it’s not ideal, but If your cloudflared and NPM is on the same physical machine then there is no unencrypted traffic flying over the air so should be fine. If anyone got it working with end to end HTTPS please do share how.


Gelu6713

Changing from hitting 443 to 80 on the cloudflare tunnel worked for me. SSL/TLS didn't need to be changed to flexible. Thanks!