You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:?]
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
The text was updated successfully, but these errors were encountered: