Search code examples
visual-studio-2010azureblobvhd

azure vhd mount exception ERROR_HTTPS_NOT_SUPPORTED


I have uploaded a VHD using Cloud storage studio. It gave a https based blob URL. On windows azure, when I try to mount that VHD using drive.Mount method, I get following exception:

ERROR_HTTPS_NOT_SUPPORTED

Thank you.


Solution

  • It was issue with uploading Cloud Storage Studio. When one upload the vhd using https, it gives URL of https, and when some upload vhd using http it gives URL of http. I uploaded the vhd using http and problem got solved.