Serveurs Privés Virtuels (VPS) - Mattermost : https non fonctionnel sur un VPS
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

Mattermost : https non fonctionnel sur un VPS

Von
Community Deleted user
Erstellungsdatum 2020-04-16 21:37:16 (edited on 2024-09-04 12:21:26) in Serveurs Privés Virtuels (VPS)

Bonjour,
j’ai installé Mattermost sur mon vps OVH. Il tourne.
Afin de le passer en https, j’ai créé un sous-domaine (talk.rohou.fr) que j’ai redirigé vers l’IP de mon vps. J’ai créé des certificats letsencrypt, dont le diagnostif était ok.
Le port 443 est ouvert et Mattermost écoute bien sur le 443.
Malgré tout cela ça ne fonctionne pas. Via l’adresse du serveur non plus : https://vps701695.ovh.net

Je suis coincé, je ne comprends pas ce qui cloche.

Voici le début de mon config.json :

"SiteURL": "https://www.talk.rohou.fr",
"WebsocketURL": "",
"LicenseFileLocation": "",
"ListenAddress": ":443",
"ConnectionSecurity": "TLS",
"TLSCertFile": "/etc/letsencrypt/live/talk.rohou.fr/fullchain.pem",
"TLSKeyFile": "/etc/letsencrypt/live/talk.rohou.fr/privkey.pem",
"TLSMinVer": "1.2",
"TLSStrictTransport": false,
"TLSStrictTransportMaxAge": 63072000,
"TLSOverwriteCiphers": [],
"UseLetsEncrypt": true,
"LetsEncryptCertificateCacheFile": "./config/letsencrypt.cache",
"Forward80To443": true,
"TrustedProxyIPHeader": [
"X-Forwarded-For",
"X-Real-IP"
],
Une idée ?


2 Antworten ( Latest reply on 2020-04-17 12:44:23 Von
fritz2cat officiel (d'avant la migration)
)


https://www.talk.rohou.fr


pourquoi www ici ?
et ensuite un petit test

https://www.ssllabs.com/ssltest/

> SSL Report: talk.rohou.fr (51.91.248.71)
> Assessed on: Fri, 17 Apr 2020 11:55:10 UTC

> Assessment failed: Failed to communicate with the secure server

Ta configuration est défectueuse mais je ne sais pas quoi. Tu devrais trouver de l'info dans tes logs de ton serveur.


mattermost


go to support mattermost