The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.
My domain is: www.pynespreserves.ie
I have contacted provider who suggested that the SSl cert installed on the domain lacks the required TLS security and needs to be replaced with something more up to date.
I have also read the above topic and i went through this website to check but no issues detected https://decoder.link/sslchecker/pynespreserves.ie/443 , I am only new to the website development and CMS, would there be anybody to advise on how to solve this problem? @griffin would you possibly know the solution?
Your certificate has the "must staple" TLS extension enabled. This requires OCSP stapling on the webserver, which is not the case. Browsers will reject the connection if the certificate requires OCSP stapling, but the webserver does not staple an OCSP response.
Solution: enable OCSP stapling on your webserver
Alternative solution: get a cert without the "must staple" extension enabled.
Thank you,
I don't think I can enable OCSP on the server itself, so I went to disable the OCSP in the Really Simple SSL and generated new certificates with this option disabled. They are now re uploaded to include ca bundle. The website still doesn't display on the mozilla but I am now also getting this message on wordpress:
Warning: An option that requires the .htaccess file is enabled, but the file does not exist. Please add the following lines to your .htaccess, or set it to writable: Options -Indexes
Currently, I still see a certificate from yesterday with the "must staple" feature enabled. And when looking at Certificate Log search sites (e.g. crt.sh | pynespreserves.ie but performance is pretty low on that site currently), I don't see a new certificate from today? Are you sure you've generated a new certificate?
It must have not saved properly before, thank you for pointing this out to me. I went in there just now again and generated this once again, uploaded to cp and fingers crossed it seems to be working now, at least for me. I am still getting the .htaccess warning on the Really Simple plugin but I may just leave it. Thank you for help.