Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Windows error on Windows Server 2012 R2 Datacenter #143

Open
oumuamuax opened this issue Sep 6, 2021 · 2 comments · May be fixed by #145
Open

Windows error on Windows Server 2012 R2 Datacenter #143

oumuamuax opened this issue Sep 6, 2021 · 2 comments · May be fixed by #145

Comments

@oumuamuax
Copy link

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)

@ErezAmihud ErezAmihud linked a pull request Sep 11, 2021 that will close this issue
@ErezAmihud
Copy link
Contributor

ErezAmihud commented Sep 11, 2021

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 #145)

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

@breuerfelix
Copy link
Owner

@oumuamuax just to ping you! interested if this works

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants