Using LightOpenID library, I managed to successfully implement OpenID in my website. However, a few days ago, it simply stopped to work when using Google as provider (it runs fine using Yahoo!). Since the day I implemented OpenID, it runned fine using any provider. I even had a few users using their Google Accounts to login. However, strangely, a few days ago Google stopped to work (while other providers still run fine), returning false on $openid->validate()
I tested using the example-google.php file with no modifications, provided by LightOpenID, but I had no luck. I also tested using different Google Accounts, no luck too. I even tested on different websites, but still no luck. Note that I am using shared host and curl is installed, running version 7.19.7
Did Google make any recent changes on it's system that is now causing this? Is there any other reason for this problem?