jkwon
October 22, 2019, 12:22am
1
Hi,
I am building SCIM API and testing using SCIM 2.0 test app (Basic Auth). Http request is fine, however, I cannot access via https .
Error:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
The SCIM api is public and runnig on iis.
SSL cert is valid with browser.
Please let me know if there is anything I miss or wrong.
dragos
October 22, 2019, 1:25am
3
Hi @jkwon
Okta requires the traffic on the SCIM server to be under https. Can you please test it out with a free CA certificate, such as Let’s Encrypt?
dragos
October 22, 2019, 1:43am
5
Hi @jkwon
Thanks for the details. Can you please check the chain of the certificate installed on the web server? An incorrect/incomplete/missing chain would prevent the TLS handshake from occurring.
You can use https://www.sslshopper.com/ssl-checker.html to get more details about the certificate and the chain.
jkwon
October 22, 2019, 2:22am
6
Hi @dragos
I will check the chains on the web server tomorrow. Thank you for your help.
jkwon
October 24, 2019, 2:29am
7
Hi @dragos
You were right. One of our chains was incorrect. The issue has been fixed.
I appreciate your help.
system
Closed
January 18, 2024, 12:23am
8
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.