Y a-t-il parmi vous des abonnés Free qui utilisent le nom de domaine offert par Free ?
Je souhaite accéder à mon Home Assistant depuis l’extérieur en HTTPS, mais c’est impossible.
Lorsque j’essaie de me connecter via « https://monnomdedomaine.freeboxos.fr », je reçois le message suivant : ERR_SSL_PROTOCOL_ERROR.
Cependant, cela fonctionne bien en HTTP, ce qui indique que mes redirections de port sont correctes.
L’accès fonctionne également en ajoutant « :8123 » à la fin, mais seulement en HTTP.
Pourtant, lors de la création de notre nom de domaine chez Free, il est indiqué que l’on peut obtenir un certificat TLS Let’s Encrypt.
Quelqu’un parmi vous a-t-il déjà rencontré ce problème ?
Si oui, comment l’avez-vous résolu ?
Merci d’avance pour votre aide et vos précieux conseils.
Hello
Comment a tu générer ton certificat SSL ?
Car il 'e se génère pas de façon magique
Il faut soit utiliser un reverse proxy comme nginx proxy manager qui vas s’occuper de cela ou alors installer l’addon let’s encrypt sur HA
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/file-structure.sh
cont-init: info: /etc/cont-init.d/file-structure.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun lets-encrypt (no readiness notification)
s6-rc: info: service legacy-services successfully started
[14:23:50] INFO: Selected http verification
[14:23:51] INFO: Detecting existing certificate type for xxxx.freeboxos.fr
Saving debug log to /var/log/letsencrypt/letsencrypt.log
[14:24:02] INFO: No certificate found - using ‹ ecdsa › key type.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for xxxx.freeboxos.fr
Non pas du tout, il n’arrive pas a authentifier ton IP
Il faut que depuis la freebox tu redirige le port 80 vers ton serveur HA et relancer la création du certificat, c’est ce qui bloque
de plus les certificats expirent au bout de 90 jours et doivent être renouvellés il faut pour cela créer une automation pour déclencher ce renouvellement, toutes les 24h par example
J’ai ce message d’erreur :
Erreurs de configuration
Invalid config for ‹ http › at configuration.yaml, line 14: not a file for dictionary value ‹ http->ssl_certificate ›, got ‹ /ssl/fullchain.pem ›
Invalid config for ‹ http › at configuration.yaml, line 15: not a file for dictionary value ‹ http->ssl_key ›, got ‹ /ssl/privkey.pem ›
Ton port 80 doit être redirigé vers le port 80 de HA et non le 8123.
Il te suffit d’aller verifier dans la configuration de letsencrypt , tu verras le port utilisé :