Heimdall icon indicating copy to clipboard operation
Heimdall copied to clipboard

Error using optional config

Open sammzinc opened this issue 3 years ago • 1 comments

Hello Trying to setup optional config for portainer, getting following error. cURL error 60: SSL certificate problem: self signed certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://192.168.100.144:9443/#!/home/api/auth

sammzinc avatar Aug 27 '22 15:08 sammzinc

That's probably because you are using a self-signed certificate or you are accessing heimdall with it's IP instead of a valid domain name. Either change the URL to the domain name specified in the certificate or instruct portainer to use "insecure" connection. (-k in curl).

Gabisonfire avatar Sep 01 '22 14:09 Gabisonfire