I have Java program for provisioning AzureActiveDirectory.
This program recently occurs ssl handshake error several times a day when it connects to https://graph.windows.net.
I checked debug log(following), SeverHello response does not exists. but this cause is unknown.
This program occurs the same errors in differenet envirionment.
I think that Office365 is the most likely cause.
Does anyone have the same error?
```
peer not authenticated
main, handling exception: java.net.SocketException: Connection reset
main, SEND TLSv1 ALERT: fatal, description = unexpected_message
main, WRITE: TLSv1 Alert, length = 2
main, Exception sending alert: java.net.SocketException: Broken Pipe
main, called closeSocket()
main, called close()
main, called closeInternal(true)
```
This program recently occurs ssl handshake error several times a day when it connects to https://graph.windows.net.
I checked debug log(following), SeverHello response does not exists. but this cause is unknown.
This program occurs the same errors in differenet envirionment.
I think that Office365 is the most likely cause.
Does anyone have the same error?
```
peer not authenticated
main, handling exception: java.net.SocketException: Connection reset
main, SEND TLSv1 ALERT: fatal, description = unexpected_message
main, WRITE: TLSv1 Alert, length = 2
main, Exception sending alert: java.net.SocketException: Broken Pipe
main, called closeSocket()
main, called close()
main, called closeInternal(true)
```