What is the name of the domain?
What is the error number?
What is the error message?
What is the issue you’re encountering
Can not access website server
What steps have you taken to resolve the issue?
I uploaded Cloudflare Origin RSA PEM
to /etc/ssl/certificate_ca.pem
and tried the following methods:
- add
ssl_trusted_certificate /etc/ssl/certificate_ca.pem;
in nginx server config - append content of
certificate_ca.pem
at the end ofcertificate_ca.pem
- change
server_name
between ip and domain - change
encryption mode
betweenFull (strict)
andFull
Was the site working with SSL prior to adding it to Cloudflare?
No
What is the current SSL/TLS setting?
Full (strict)
What are the steps to reproduce the issue?
OS: CentOS 8.4 64bit SCC
Nginx: nginx/1.14.1
- add a DNS record of type A
SSL/TLS
>Origin Server
>Create Certificate
use RSA- download
Origin Certificate
,Private Key
,Cloudflare Origin RSA PEM
with PEM format - config
server
ofnginx.config
as the picture and restart nginx
Steps are based on documents Origin CA certificates
and Nginx: Create CSR & Install SSL Certificate (OpenSSL)
Configs and other infos see the picture.