Forum Discussion

FineSL60's avatar
FineSL60
Copper Contributor
Apr 08, 2020

Failed downloading Az and other modules for powershell

Hello,   I am attempting to install the Az module for powershell. I haven't had issues in the past but now I get errors when trying to do so and I have tried many ways to do this.   It seems like...
  • Chalaneru's avatar
    Chalaneru
    Apr 10, 2020

    Hi, FineSL60esunilkumare 

     

    I received the same error message but I managed to solve it by swicthcing to TLS 1.2:

    PS C:\> [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

     

     

    Then:

     

    Regards,

Resources