Posts

Post not yet marked as solved
11 Replies
3.2k Views
Hi ,I'm trying from 4 days ago , to verify my domain , I uploaded the verification file and when I open the file by browser it works.and I use a proxy (cloudflare ) and I disabled the cach and make it only dns.and also edit nginx file like this:ssl_certificate /etc/nginx/ssl/api.XXXXX.com/5111117/server.crt; ssl_certificate_key /etc/nginx/ssl/api.XXXXX.com/5111117/server.key; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384; ssl_stapling on; ssl_stapling_verify on; ssl_prefer_server_ciphers on; ssl_dhparam /etc/nginx/dhparams.pem; ssl_trusted_certificate /etc/nginx/ssl/api.XXXXX.com/5111117/server.crt;I don't know where is the problem always this message :Verification failed for domainHow can solve this problem?
Posted Last updated
.