Azure Storage Blob Put SSL handshake error -


i have correctly formed url blob put operation, using shared access signature:

http://xyz.blob.core.windows.net:80/container/blob_name?sv=2015-04-05&sr=b&sig=xtpl3m2wrwilarpojlnjlacpiws41%2bosfwittapgwie%3d&se=2016-03-07t06%3a00%3a59z&sp=w

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

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -