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 | |
---|---|---|---|---|
Call https://{custom_doman}/.well-known/jwks.json being blocked caused by certificates rejected | 7 | 7463 | November 20, 2019 | |
Validating Bearer token in Spring returns malformed url | 0 | 3667 | April 18, 2020 | |
Certificate issues After publishing | 9 | 3874 | December 19, 2019 | |
SSL handshake exception | 4 | 5731 | April 10, 2023 | |
Spring Security API and RS256 validation | 2 | 6205 | March 2, 2018 |