YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

IPNs with SSL but without global truststore Options
ralfhauser
#1 Posted : Sunday, April 10, 2005 4:57:48 PM
Rank: Starting Member

Groups: Registered

Joined: 3/5/2004
Posts: 4
Location: ,
I managed to make it securely by creating a javax.net.ssl.SSLSocketFactory containing the paypal certificate and doing ... URL u = new URL("https://www.paypal.com/cgi-bin/webscr"); HttpsURLConnection.setDefaultSSLSocketFactory(sf) ... this, however, is not thread-safe because all other https url connections will get the same socketfactory. Has anybody solved this? Using - org.apache.commons.httpclient.HttpClient and their - org.apache.commons.httpclient.contrib.ssl.AuthSSLProtocolSocketFactory appear to be a promising approach. Any thoughts please to my email! Reach me securely via: https://www.privasphere.com/e.do?email=hauser@acm.org
Sponsor  
 
ralfhauser
#2 Posted : Sunday, April 10, 2005 5:31:28 PM
Rank: Starting Member

Groups: Registered

Joined: 3/5/2004
Posts: 4
Location: ,
ralfhauser
#3 Posted : Tuesday, May 03, 2005 4:37:47 AM
Rank: Starting Member

Groups: Registered

Joined: 3/5/2004
Posts: 4
Location: ,
for how to deal with certificate issues, see http://www.paypaldev.org/topic.asp?TOPIC_ID=228
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.229 seconds.