Closed GoogleCodeExporter closed 9 years ago
Right now I have to set the default SSLSocketFactory. Problem here is that in
an
application server multiple applications can be doing this at the same time,
causing
all kind of trust related problems.
Original comment by frank.co...@gmail.com
on 26 Mar 2010 at 3:28
The attached file is a patch to be able to configure an SSLContext for the
HttpFetcher.
Original comment by frank.co...@gmail.com
on 31 Mar 2010 at 2:26
Attachments:
Could this patch be merged within the trunk?
Original comment by frank.co...@gmail.com
on 31 Mar 2010 at 2:10
This new patch also makes the XriResolver factory method public.
Original comment by frank.co...@gmail.com
on 31 Mar 2010 at 2:25
Attachments:
This new patch also makes the SSL hostname verifier configurable.
Original comment by frank.co...@gmail.com
on 31 Mar 2010 at 2:42
Attachments:
Fix: really use the hostname verifier this time.
Original comment by frank.co...@gmail.com
on 31 Mar 2010 at 2:46
Attachments:
Repatched against the latest trunk.
Original comment by frank.co...@gmail.com
on 16 Dec 2010 at 10:49
Attachments:
Repatched against the latest trunk.
Original comment by frank.co...@gmail.com
on 4 Jan 2011 at 12:26
Attachments:
Repatched against the latest trunk.
Original comment by frank.co...@gmail.com
on 4 Jan 2011 at 3:16
Attachments:
This issue was closed by revision r658.
Original comment by zhoushu...@gmail.com
on 9 Jan 2011 at 9:10
Could you please post the code how to set custom sslContext? From the patch I'm
unable to figure it out.
Original comment by viliam.d...@gmail.com
on 30 Aug 2011 at 7:11
http://code.google.com/p/eid-idp/source/browse/trunk/eid-idp-protocol-openid/src
/test/java/test/unit/be/fedict/eid/idp/protocol/openid/OpenIDSSLProtocolServiceT
est.java
http://code.google.com/p/eid-idp/source/browse/trunk/eid-idp-protocol-openid/src
/test/java/test/unit/be/fedict/eid/idp/protocol/openid/OpenIDSSLProtocolServiceT
est.java#203
Original comment by frank.co...@gmail.com
on 4 Sep 2011 at 7:18
Thank you, this helped.
Original comment by viliam.d...@gmail.com
on 21 Sep 2011 at 5:09
Original issue reported on code.google.com by
frank.co...@gmail.com
on 26 Mar 2010 at 3:14