Curl error 35 and SSL certificate not recognized
-
Hello community,
I have same problems with all my websites on OVH hosting with SSL certificate (behind loadbalancer).>>> All CRON tasks does not function. I get the message :
cURL error 35: error:1408F10B:SSL routines:ssl3_get_record:wrong version number (http_request_failed)>>> Really Simple SSL plugin does not recognize the SSL certificate. I get those messages (french:):
– La détection automatique des certificats n’est pas possible sur votre serveur.
– Le correcteur de contenu mixte n’a pas pu être détecté en raison d’une erreur cURL : cURL error 35: error:1408F10B:SSL routines:ssl3_get_record:wrong version number.>>> Let me know if you can help to fix it and if you need more infos to investigate (url of website only in private) ?
Thanks for any help>>> Versions
WP: 6.0
Really Simple SSL: 5.3.2
PHP: 8.1>>> Htaccess
# BEGIN Really Simple SSL Redirect 5.3.1
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# END Really Simple SSL Redirect# BEGIN Security Headers
<IfModule mod_headers.c>
Header always set Strict-Transport-Security: “max-age=31536000” env=HTTPS
Header always set Content-Security-Policy “upgrade-insecure-requests”
Header always set X-Content-Type-Options “nosniff”
Header always set X-XSS-Protection “1; mode=block”
Header always set Referrer-Policy: “no-referrer-when-downgrade”
Header always set X-Frame-Options: “SAMEORIGIN”
Header always set Permissions-Policy: “”
</IfModule>
# END Security Headers# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressp.s. Impossible to use the support form on your website (https://really-simple-ssl.com/letsencrypt-support/) because captcha is inactive.
- The topic ‘Curl error 35 and SSL certificate not recognized’ is closed to new replies.