Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
directorcia committed Jan 13, 2019
1 parent d5f1662 commit 1aac9d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions o365-getrepo.ps1
Expand Up @@ -26,6 +26,8 @@ Clear-Host

write-host -foregroundcolor $systemmessagecolor "Start Script`n"

[Net.ServicePointManager]::SecurityProtocol = "tls12,tls11,tls,ssl3" ## Avoid failure to create secure channel

$baseUri = "https://api.github.com/"
$args = "repos/$Owner/$Repository/contents/$Path"
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls,ssl3" ## Avoid failure to create secure channel
Expand Down

0 comments on commit 1aac9d3

Please sign in to comment.