Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 908
Anees Haider Avatar asked May 21 '26 12:05

Anees Haider


2 Answers

Does it work if you give it an http based url? According to this blog post https is not supported.

like image 173
Matthew Steeples Avatar answered May 23 '26 02:05

Matthew Steeples


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.

like image 34
Anees Haider Avatar answered May 23 '26 00:05

Anees Haider