Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Click here for more information.
I'm getting this error when using curl to connect to the Compliance API service -
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
I'm seeing this on my test server as well as at other customer environments. Does anyone have an idea as to when this may get resolved?
Thanks,
Peter
Jul 21, 2020 07:52 PM
This error message suggests to me that your curl installation is not configured to be able to verify the certificate path that is used in the certificate that is configured in IIS on the FlexNet Manger Suite server(s) you are connecting to.
If you don't care about curl verifying the certificate, you could use the --insecure curl command line option to skip the certificate verification.
Alternatively, configure/run curl with appropriate options to be able to verify your certificate.
The following StackOverflow answer may help further: curl: (60) SSL certificate problem: unable to get local issuer certificate
Jul 24, 2020 08:07 AM
This error message suggests to me that your curl installation is not configured to be able to verify the certificate path that is used in the certificate that is configured in IIS on the FlexNet Manger Suite server(s) you are connecting to.
If you don't care about curl verifying the certificate, you could use the --insecure curl command line option to skip the certificate verification.
Alternatively, configure/run curl with appropriate options to be able to verify your certificate.
The following StackOverflow answer may help further: curl: (60) SSL certificate problem: unable to get local issuer certificate
Jul 24, 2020 08:07 AM
Thank you @ChrisG !
Jul 24, 2020 08:13 AM
User | Count |
---|---|
8 | |
6 | |
3 | |
3 |