I’m building an API using Spring Security 5. Followed the instructions, and got an error: PKIX path building failed: unable to find valid certification path to requested target . Assuming the target is spring.security.oauth2.resourceserver.jwt.issuer-uri. So, I went into the depths of my Advanced settings for my API config and obtained the cert and added that to my JRE cacerts file. Still getting the same error. Double checked that my JRE is the one I am using, and it seems correct. Thoughts?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Api java Auth0 - Error javax.net.ssl.SSLHandshakeException | 2 | 3969 | December 26, 2018 | |
MVC Login Failure with Domain | 3 | 1299 | January 31, 2023 | |
SSL handshake exception | 4 | 5389 | April 10, 2023 | |
Certificate issues After publishing | 9 | 3809 | December 19, 2019 | |
Failed to fetch public keys to validate JWT | 3 | 3256 | October 28, 2022 |