Skip to content

Commit

Permalink
Try Tls12
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwilner committed Sep 18, 2018
1 parent f85e390 commit 80f27b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 1.0.{build}

install:
- ps: |
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
- cmd: >-
gem install nokogiri -v 1.6.8.1
Expand Down

0 comments on commit 80f27b3

Please sign in to comment.