I'm running into a problem after upgrading to 8.3.1 where my API code (java based) is getting an SSL Handshake Exception as follows:
javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
I had a look at the available connections which now has SSLv3 disabled. I enabled this and that allowed the 'old' system manager to connect again (not that it's required) but not my API code.
::*> system services web show
External Web Services: true
HTTP Port: 80
HTTPs Port: 443
TLSv1 Enabled: true
SSLv3 Enabled: false
SSL FIPS 140-2 Enabled: false
Protocol Status: online
I've also checked my certificates for any that have expired, also seems fine.
Anyone with a solution?