chtof / chocolatey-packages

Apache License 2.0
12 stars 36 forks source link

Don't force TLS 1.1 on download of GNU Octave #42

Closed penguin359 closed 2 years ago

penguin359 commented 3 years ago

TLS 1.1 is no longer allowed on the GNU mirrors causing a failed connection when downloading GNU Octave.

After removing the line that forces TLS 1.1, chocolately was able to successfully download and install the package without issue.

adrianinsaval commented 3 years ago

@chtof can you merge this? it should fix #41

adrianinsaval commented 3 years ago

@penguin359 your .vs folder shouldn't be in the commit

penguin359 commented 3 years ago

@adrianinsaval Apologies. I agree. This is why I don't usually like doing Git from the integrated IDE VCS support as it like to sneak things in. I'll stick to Git CLI from now.