nbeede / BoomBox

Automatic deployment of Cuckoo Sandbox malware lab using Packer and Vagrant
Mozilla Public License 2.0
233 stars 38 forks source link

TLS Error Powershell 1.0 install_choco.ps1 #4

Closed Ethnical closed 4 years ago

Ethnical commented 4 years ago

Hi there, TLS 1.0 it's used by default using powershell.. We need to add this line in install_choco.ps1 to use TLS1.2 and avoid the SSL error. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Thanks you for you work btw !

nbeede commented 4 years ago

Closing with PR merge 😃