instapy-gui icon indicating copy to clipboard operation
instapy-gui copied to clipboard

Windows error on Windows Server 2012 R2 Datacenter

Open oumuamuax opened this issue 3 years ago • 2 comments

Updating new files. Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel. At C:\Users\taker81455\Desktop\instapy\easyDownloader.ps1:26 char:5

  • Invoke-WebRequest -Uri $urlBot -OutFile $outputBot
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel. At C:\Users\taker81455\Desktop\instapy\easyDownloader.ps1:27 char:5

  • Invoke-WebRequest -Uri $urlStart -OutFile $outputStart
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel. At C:\Users\taker81455\Desktop\instapy\easyDownloader.ps1:28 char:5

  • Invoke-WebRequest -Uri $urlRequ -OutFile $outputRequ
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel. At C:\Users\taker81455\Desktop\instapy\easyDownloader.ps1:29 char:5

  • Invoke-WebRequest -Uri $urlSetup -OutFile $outputSetup
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel. At C:\Users\taker81455\Desktop\instapy\easyDownloader.ps1:30 char:5

  • Invoke-WebRequest -Uri $urlStartClient -OutFile $outputStartClien ...
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

All files up to date. Time taken: 0 second(s)

oumuamuax avatar Sep 06 '21 17:09 oumuamuax

Try to use this update file instead: https://raw.githubusercontent.com/ErezAmihud/instapy-gui/feature/fix-tls-on-windows-server/services/instapy/update.bat (The file is from this pr https://github.com/breuerfelix/instapy-gui/pull/145)

Please update if it worked - so we can add it to master.

ErezAmihud avatar Sep 11 '21 15:09 ErezAmihud

@oumuamuax just to ping you! interested if this works

breuerfelix avatar Sep 13 '21 13:09 breuerfelix