Is there an issue with SEC connections? Our DBConnector running over SEC has not been working for the last few hours. Any idea on when it will be back up?
Thanks,
Rishi
Found this in my logger output:
FATAL com.google.dataconnector.client.Client - Connection failed.
com.google.dataconnector.util.ConnectionException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.google.dataconnector.client.SdcConnection.verifySubjectInCertificate(SdcConnection.java:281)
at com.google.dataconnector.client.SdcConnection.connect(SdcConnection.java:153)
at com.google.dataconnector.client.Client.parseFlagsValidateAndConnect(Client.java:119)
at com.google.dataconnector.client.Client.main(Client.java:178)
Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at sun.security.ssl.SSLSessionImpl.getPeerCertificateChain(Unknown Source)
at com.google.dataconnector.client.SdcConnection.verifySubjectInCertificate(SdcConnection.java:279)
... 3 more