boutght a domain on cloudflare, and config dns A record to my server(which uses nginx as a proxy), have installed certificates(per and key), but still got 525
What steps have you taken to resolve the issue?
checked certificates
checked nginx conf
set ssl mode to full(strict)
disable proxy from cloudflare
What feature, service or problem is this related to?
And I tried openssl s_client -connect xxxxxx:443, I get Verify return code: 21 (unable to verify the first certificate), might be that I dont have the full certificate chain, but wondering how to solve this
After I moved my application to E2C too, it’s working now, so I guess it’s because tencent cloud needs my domain to have a registration there, otherwise even nginx can not reverse proxy my application even through port.