Hi,
I have a problem with HTTPS Inspection to access a site.
When I do a curl_cli I get the error "curl: (60) SSL certificate problem: unable to get local issuer certificate".
In the dashboard the certificate exists, but when I look inside the bundle certificate via ssh I can't see the root certificate.
I tried to insert the certificate by hand, and when I curl with the --cacert $CPDIR/conf/ca-bundle.crt parameter no error is displayed, but when I curl without specifying the path, which should take the default path, I get the same error.
Does anyone have any ideas how to resolve this error?