My site: https://www.notfriendly.xyz/ (disabled CloudFlare) (See CloudFlare enabled at https://host.notfriendly.xyz) is failing to connect claiming a protocol error after enabling CloudFlare. Could someone tell me what is causing this? For the time being I disabeld their reverse proxy and the protectons.
My nginx ssl config is:
https://50.16.136.91
#ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1.2;
ssl_prefer_server_ciphers on;
#ssl_ciphers "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA25$
ssl_ciphers AES256+EECDH:AES256+EDH:!aNULL;
ssl_dhparam ssl/dhparam.pem;
ssl_stapling on;
ssl_stapling_verify on;
ssl_session_timeout 10m;
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; $
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
I'm unsure what's causing the error.
CloudFlare is also stuck on "authorizing certificate".
It's disabled so hopefully site will be back soon.
What can I do to make CloudFlare work with my site?
EDIT: I showed a working URL and added a test to demonstate the error.