Certificat SSL - site non sécurisé
... / Certificat SSL - site non...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Certificat SSL - site non sécurisé

by
CindyD6
Created on 2021-10-09 12:59:46 (edited on 2024-09-04 12:07:34) in Certificats SSL

Bonjour,

J'ai activé le certificat SSL sur mon site mais après plusieurs jours, les navigateurs l'affichent toujours comme non sécurisé.
J'ai réinitialisé la zone DNS avec les entrées minimales et rajouté dans le htaccess au début :

> RewriteEngine On
> ## no-www -> www
> RewriteCond %{HTTP_HOST} !^www\.
> RewriteRule ^ https://www\.%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE,QSA]
> ## http -> https
> RewriteCond %{HTTPS} off
> RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE,QSA]

Mais sans succès, j'ai retiré ce code du htaccess car un message d'erreur indiquant un trop grand nombre de redirection est apparu.

Quelqu'un aurait-il une solution à m'apporter ? Merci