Skip to content

Error retrieving metadata #92

Description

@HappyOO7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions