takcy / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

SSLContext per Consumer/ProducerManager #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The SSLContext should be configurable per ConsumerManager and per 
ProducerManager. How can this be done?

Original issue reported on code.google.com by frank.co...@gmail.com on 26 Mar 2010 at 3:14

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
Could this patch be merged within the trunk?

Original comment by frank.co...@gmail.com on 31 Mar 2010 at 2:10

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
Fix: really use the hostname verifier this time.

Original comment by frank.co...@gmail.com on 31 Mar 2010 at 2:46

Attachments:

GoogleCodeExporter commented 8 years ago
Repatched against the latest trunk.

Original comment by frank.co...@gmail.com on 16 Dec 2010 at 10:49

Attachments:

GoogleCodeExporter commented 8 years ago
Repatched against the latest trunk.

Original comment by frank.co...@gmail.com on 4 Jan 2011 at 12:26

Attachments:

GoogleCodeExporter commented 8 years ago
Repatched against the latest trunk.

Original comment by frank.co...@gmail.com on 4 Jan 2011 at 3:16

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r658.

Original comment by zhoushu...@gmail.com on 9 Jan 2011 at 9:10

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Thank you, this helped.

Original comment by viliam.d...@gmail.com on 21 Sep 2011 at 5:09