Hi.<br><br>I am php developer and want to employ OpenID authentification server end point to my web-site. I am using "PHP port of the JanRain Python OpenID library" (<a href="http://www.openidenabled.com/openid/libraries">
http://www.openidenabled.com/openid/libraries</a>). But I am experiencing the following problem. <br><br>My script works fine when I try to login (i.e. <a href="http://www.livejournal.com">www.livejournal.com</a>) using OpenID accont on my test-server.
<br><br>But when I try to login using my work-server I receive the following error-message: "naive_verify_failed_network".<br><br>When I get in detail with this problem I found out that OpenID consumers send different queries to my servers. So
<a href="http://livejournal.com">livejournal.com</a> doesn't sent "openid.assoc_handle" parameter to my work-server, but did this for my test-server. Some Other OpenID consumers use "openid.mode=check_authentication
" for my test-server, but doesn't send this to my work-server (so authorization fails).<br><br>And finally I analize log-files and found that before sending "openid.mode=check_authentication" request to server OpenID consumer requires Identity page. Both work- and test- server respond to this request. But after that OpenID consumer sends "
openid.mode=check_authentication" to test-server, but doesn't for work-server.<br><br>Does anybody know how to solve this problem?<br><br>Best regards,<br>Evgeniy.<br>