Azure vhd mount exception ERROR_HTTPS_NOT_SUPPORTED

I downloaded VHD using Cloud storage studio. He gave an https based blob url. In azure windows, when I try to install this VHD using the drive.Mount method, I get the following exception:

ERROR_HTTPS_NOT_SUPPORTED

Thank.

+3
source share
3 answers

This is a problem loading Cloud Storage Studio. When you download vhd using https it gives the https url, and when you download vhd using http it gives the http url. I downloaded vhd using http and the problem was resolved.

+1
source

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

+1

HTTP. Azure HTTPS

0

Source: https://habr.com/ru/post/1787389/


All Articles