requilence / integram

Integrate Telegram into your workflow – Trello, Gitlab, Bitbucket and other bots
https://integram.org
GNU General Public License v3.0
1.54k stars 151 forks source link

Clarify SSL configuration for Let's Encrypt #90

Closed manuel-tiedtke closed 3 years ago

manuel-tiedtke commented 4 years ago

While doing the configuration I encountered the error in the Gitlab Webhooks Request: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate). The problem is, that Gitlab (and openssl verify) need the full chain to verify the certificate. Using cert.pem is not enough.

requilence commented 3 years ago

Thanks for your contribution! This may be helpful for some users