You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ariatosca.apache.org by "Tal Liron (JIRA)" <ji...@apache.org> on 2017/10/23 17:08:00 UTC

[jira] [Updated] (ARIA-395) Fix AppVeyor network failures

     [ https://issues.apache.org/jira/browse/ARIA-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tal Liron updated ARIA-395:
---------------------------
    Description: 
All our AppVeyor tests are failing due to SSL issues when downloading the get-pip script. The error:
{noformat}
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."
{noformat}
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.


  was:
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.


     Issue Type: Bug  (was: Story)

> Fix AppVeyor network failures
> -----------------------------
>
>                 Key: ARIA-395
>                 URL: https://issues.apache.org/jira/browse/ARIA-395
>             Project: AriaTosca
>          Issue Type: Bug
>            Reporter: Tal Liron
>            Assignee: Tal Liron
>
> All our AppVeyor tests are failing due to SSL issues when downloading the get-pip script. The error:
> {noformat}
> 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."
> {noformat}
> 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)