I am using an evaluation subscription to Windows Azure.
Occasionally when I try to access methods on a CloudBlobContainer such as GetPermissions() the web service hangs. After adding some logging I see "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure." in my log.
I have also had this happen when using CreateIfNotExists().
What might be causing this?
I have recently upgraded from version 1.7 to version 2 of the storage client library but still see this behavior.