Azure Storage Blob Put SSL handshake error -
i have correctly formed url blob put operation, using shared access signature:
using fiddler's composer, able upload data (with "x-ms-blob-type: blockblob" header).
however, when change url "https" -- put fails status code 502, , following message:
[fiddler] connection 'xyz.blob.core.windows.net' failed.
system.security.securityexception failed negotiate https connection server.fiddler.network.https> https handshake xyz.blob.core.windows.net (for #21) failed. system.io.ioexception handshake failed due unexpected packet format.
it surely seems problem on azure's end. how resolved?
p.s. in chrome, problem manifests "net::err_ssl_protocol_error". in edge, "xmlhttprequest: network error 0x80070005, access denied."
doh! explicit port in url (":80" http) problem.
Comments
Post a Comment