Search the Community
Showing results for tags 'ssl; self signed;'.
Found 1 result
-
Hi everybody, Due to DPI (Deep Packet Inspection), I have to use SSL on port 443. Since some days, I face to an error message with Eddie, and when I look in the logs of Eddie, I have this line: E 2018.10.23 23:30:11 - curl: (60) SSL certificate problem: self signed certificate in certificate chain E 2018.10.23 23:30:11 - More details here: https://curl.haxx.se/docs/sslcerts.html E 2018.10.23 23:30:11 - curl performs SSL certificate verification by default, using a "bundle" E 2018.10.23 23:30:11 - of Certificate Authority (CA) public keys (CA certs). If the default E 2018.10.23 23:30:11 - bundle file isn't adequate, you can specify an alternate file E 2018.10.23 23:30:11 - using the --cacert option. E 2018.10.23 23:30:11 - If this HTTPS server uses a certificate signed by a CA represented in E 2018.10.23 23:30:11 - the bundle, the certificate verification probably failed due to a E 2018.10.23 23:30:11 - problem with the certificate (it might be expired, or the name might E 2018.10.23 23:30:11 - not match the domain name in the URL). E 2018.10.23 23:30:11 - If you'd like to turn off curl's verification of the certificate, use E 2018.10.23 23:30:11 - the -k (or --insecure) option. E 2018.10.23 23:30:11 - HTTPS-proxy has similar options --proxy-cacert and --proxy-insecure. I can still create a VPN connection, but I guess this is not usual. So, if anyone knows why I get the message and how to solve it Thanks