Erreur connexion SSL - Difficulté pour passer mon site en https
... / Difficulté pour passer mo...
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.
Frage

Difficulté pour passer mon site en https

Von
SaveriaF
Erstellungsdatum 2019-08-24 14:57:23 (edited on 2024-09-04 13:04:54) in Erreur connexion SSL

Bonjour,
Je suis novice et j'ai créé un blog il y a peu http://fromcorsicawithtrips.fr/ . J'ai un certificat ssl actif mais mon site est en http.
J'ai installé Filezilla mais j'ai une erreur de connexion : connexion interrompue par le serveur, impossible d'établir une connexion.
Question bête : si je change l'intitulé de mon site en https puis que je modifie les permaliens avec une redirection (j'ai 10 articles et 2 pages) est -ce que ça suffit?
Merci


1 Antwort ( Latest reply on 2019-08-24 15:09:32 Von
SaveriaF
)

```text houlà, les permaliens n'ont rien à faire dans l'histoire

la bonne pratique, en ftp:

ajoute **au début** du fichier .htaccess:
```text
RewriteEngine On

## www -> no-www
RewriteCond %{HTTP_HOST} ^www\.(.+)$
RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L,NE,QSA]
## http -> https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE,QSA]
```

> j'ai installé Filezilla mais j'ai une erreur de connexion

tu n'es pas sur le bon serveur?
manager Ovh/hébergement/Ftp-SSH pour voir les paramètres

autant activer Sftp, c'est plus sûr et tu trouveras un mémo ici: https://gitlab.com/sdeb/web/snippets/1780024 ```

ok je vais revoir mes parametres de connexion. Merci

Antworten sind derzeit für diese Frage deaktiviert.