Hi.<br><br>I am php developer and want to employ OpenID authentification server end point to my web-site. I am using &quot;PHP port of the JanRain Python OpenID library&quot; (<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&nbsp; 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: &quot;naive_verify_failed_network&quot;.<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 &quot;openid.assoc_handle&quot; parameter to my work-server, but did this for my test-server. Some Other OpenID consumers use &quot;openid.mode=check_authentication
&quot; 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 &quot;openid.mode=check_authentication&quot; request to server OpenID consumer requires Identity page. Both work- and test- server respond to this request. But after that OpenID consumer sends &quot;
openid.mode=check_authentication&quot; 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>