Tal Liron created ARIA-395:
------------------------------

             Summary: Fix AppVeyor network failures
                 Key: ARIA-395
                 URL: https://issues.apache.org/jira/browse/ARIA-395
             Project: AriaTosca
          Issue Type: Story
            Reporter: Tal Liron
            Assignee: Tal Liron


All our AppVeyor tests are failing due to SSL issues when downloading the 
get-pip script. The error:
{{code}}
Exception calling "DownloadFile" with "2" argument(s): "The request was 
aborted: Could not create SSL/TLS secure channel."
At line:1 char:1
+ (new-object System.Net.WebClient).Downloadfile('https://bootstrap.pyp ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException
 
Command executed with exception: Exception calling "DownloadFile" with "2" 
argument(s): "The request was aborted: Could not create SSL/TLS secure channel."
{{code}}
This seems to be a problem with the AppVeyor environment. See 
[here|https://github.com/astropy/ci-helpers/issues/137].

The simple workaround is to use http instead of https here.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to