You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem with activating plugins. The moment for example when I want to connect the Github plugin (or Jira, or whatever I want to connect) I get the following error:
I am using NGINX from this deployment and have used the chain of certificates (so including the CA in the cert.pem file provided to NGINX). HTTPS is working great, but connecting to plugins unfortunately give the above message.
Does anyone know what I could do to make this error go away? I am using an internal CA within the corporate network.
PS: We are using Debian
Thanks for any ideas.
The text was updated successfully, but these errors were encountered:
As said I am using Debian as my operating system, but it seems that the Mattermost container doesn't share the certificate repository with the host operating system, unless you specify the volume mapping in the docker-compose.yml file like the following:
Under the Mattermost section in the docker-compose.yml specify the following:
I added the last line for a installation of Docker on Debian. The Certificate store in the Mattermost container (based on alpine) is in /etc/ssl/certs as specified in the volume mapping.
Hope this helps someone who is facing the same issues.
Hi,
I'm having a problem with activating plugins. The moment for example when I want to connect the Github plugin (or Jira, or whatever I want to connect) I get the following error:
failed to get a connect link: Post "https://server:8443/plugins/servlet/oauth/request-token": x509: certificate signed by unknown authority
I am using NGINX from this deployment and have used the chain of certificates (so including the CA in the cert.pem file provided to NGINX). HTTPS is working great, but connecting to plugins unfortunately give the above message.
Does anyone know what I could do to make this error go away? I am using an internal CA within the corporate network.
PS: We are using Debian
Thanks for any ideas.
The text was updated successfully, but these errors were encountered: