Replies: 5 comments
-
|
The same problem with my own git repo to pull yml to deploy stack. |
Beta Was this translation helpful? Give feedback.
-
|
Got same behavior using traefik as my reverse proxy docker node From docker log I got: From UI I got: If I enter the URL directly "https://hostname.domain/webp0/templ/portainer/templates.json", I can see the JSON template. Technical details: |
Beta Was this translation helpful? Give feedback.
-
|
I'm experiencing the same when trying to pull a docker-compose.yml file from a private Git repository. It would be nice to have UI to put in trusted certificates, or, at least, some documentation on how we can insert a trusted certificate into the portainer's host such that we can get around this error. |
Beta Was this translation helpful? Give feedback.
-
|
This works for custom certs for me: Note I had to restart the portainer service for the certs to be recognised. |
Beta Was this translation helpful? Give feedback.
-
That does not seem to work in a swarm. Restarting it moves the container to another node. Tried making the changes in each of the nodes containers but they get over written on reboot. I even tried mounting a volume on /etc/ssl/certs/ and that does not seem to work. Is there a workaround for this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a deploy a template server behind an HaProxy with SSL terminaison. I have my own PKI and put Ca certificates in /etc/ssl/certs/ca-certificates.crt but portainer do not want to download templates from my server with this message :
x509: certificate signed by unknown authority (code=500)Steps to reproduce the issue:
It would by good to download templates from HTTPS server with custom PKI. It seems getting stack file from a git server with HTTPS is broken too.
Technical details:
docker run -p 9000:9000 portainer/portainer): only port binding and admin passwordBeta Was this translation helpful? Give feedback.
All reactions