-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
authenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
I am running Netvisor Server behind a Traefik instance with a certificate provided by my own internal CA. The Docker Daemon does not trust this certificate and fails to connect to the server.
Describe the solution you'd like
The possibility to add a environment variable to allow the connection to untrusted certificates.
Here is the error message from the daemon logs
netvisor-daemon | Error: error sending request for url (https://netvisor.domain.com/api/daemons/register)
netvisor-daemon |
netvisor-daemon | Caused by:
netvisor-daemon | 0: client error (Connect)
netvisor-daemon | 1: invalid peer certificate: UnknownIssuer
Metadata
Metadata
Assignees
Labels
authenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers