takcy / openid4java

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

paypal openid discovery is failing (https://openid.paypal-ids.com/ 0x74: I/O transport error: ) #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. enter the following OpenID https://openid.paypal-ids.com/ 

2. Discovery fails with 
2010-11-02 15:55:01,596 [TP-Processor19] DEBUG 
org.openid4java.discovery.yadis.YadisResolver  - Performing HTTP HEAD on: 
https://openid.paypal-ids.com/ ...
https://openid.paypal-ids.com/ 0x704: I/O transport error: "

What is the expected output? What do you see instead?
Except to be redirected to paypal site, but see the above message in logs.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by chandrik...@gmail.com on 2 Nov 2010 at 8:30

GoogleCodeExporter commented 8 years ago
This seems to be related to the SSL certificate on paypal. Small update to 
YadisResolver.java code would log a more meaningful getMessage() from the 
DiscoveryException:
0x704: I/O transport error: peer not authenticated

Original comment by chandrik...@gmail.com on 15 Dec 2010 at 8:19

GoogleCodeExporter commented 8 years ago

Original comment by Johnny.B...@gmail.com on 31 Oct 2012 at 11:07