Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error retrieving metadata #92

Open
HappyOO7 opened this issue Dec 26, 2023 · 0 comments
Open

Error retrieving metadata #92

HappyOO7 opened this issue Dec 26, 2023 · 0 comments

Comments

@HappyOO7
Copy link

HappyOO7 commented Dec 26, 2023

I am getting below Error while application startup. Can you please look into it?

2023-12-26 16:17:12.479 ERROR 32688 --- [ main] o.o.s.m.p.HTTPMetadataProvider : Error retrieving metadata from https://dev-ap-n1/FederationMetadata/2007-06/FederationMetadata.xml
javax.net.ssl.SSLException: SSLSession was invalid: Likely implicit handshake failure: Set system property javax.net.debug=all for details
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.verifyHostname(TLSProtocolSocketFactory.java:275) ~[openws-1.5.6.jar:?]
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.createSocket(TLSProtocolSocketFactory.java:186) ~[openws-1.5.6.jar:?]
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707) ~[commons-httpclient-3.1.jar:?]

My ADFS server is running on windows's machine dev-ap-n1. And I am trying to start application my local. I have changed idpSSOCircleMetadataURL from https://idp.ssocircle.com/meta-idp.xml to https://dev-ap-n1/FederationMetadata/2007-06/FederationMetadata.xml. Also, I have imported ADFS Token Signing certificate to src\main\resources\saml\samlKeystore.jks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant