Closed GoogleCodeExporter closed 9 years ago
I had similar issues with another authentication provider and just noticed that
this is a Steam complaint and I'm *not* having this issue connecting to Steam
in the same server environment. The issue with my other provider was that their
server was only supporting SSLv3, and didn't support the handshake protocol
that Java uses (by default, it starts at a lower version of SSL and tries to
negotiate upwards).
Try forcing java to use SSLv3 only:
-Dhttps.protocols=SSLv3
Original comment by nathan.c...@gmail.com
on 15 Jun 2011 at 11:45
Looks like a java CA validation issue, not openid4java.
Original comment by Johnny.B...@gmail.com
on 8 Feb 2013 at 6:57
Original issue reported on code.google.com by
diabl...@gmail.com
on 18 Apr 2011 at 5:46