Hi guys!
Some month ago I have developed a wizard that allow to connect to google docs for retrieve some informations.
The wizard has worked for a while, but a month ago it has stopped to work and I get this message in console:
SecurityException: Unexpected error while trying to call method_GetSecurityPolicyBlocking : System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure —> System.IO.IOException: The authentication or decryption has failed. —> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server.
I was using HttRequest object.
Now I was trying to use Google APIs, but I get the same error (yes I know, probably it use the same object, but I was thinking to miss something).
Anyone have idea of what is happening?
Thanks in advance