Re: [vagrant-up] Can't download any vagrant box hosted by Vagrant Cloud

2018-01-16 Thread Alvaro Miranda Aguilera
can't say, but may be, corporate network (ids/dpi), they run some vpn, etc,
that may impact mtu and cause issues,  but difficult to say for sure

is there any proxy you can use?


On Wed, Jan 17, 2018 at 1:47 AM, Peter Henry 
wrote:

> I tried on another network and it downloaded successfully. So it's
> definitely a network related issue but I can't figure out what could be
> causing the SSL error. Do you have any insight as to what the possible
> causes could be?
>
> On Tuesday, January 16, 2018 at 6:25:18 PM UTC-5, Alvaro Miranda Aguilera
> wrote:
>>
>> hello
>>
>> macos high sierra, over wifi.
>>
>>
>> *0*  $ time vagrant box add c9s/centos-stack
>>
>> *==> box: Loading metadata for box 'c9s/centos-stack'*
>>
>> box: URL: https://vagrantcloud.com/c9s/centos-stack
>>
>> *==> box: Adding box 'c9s/centos-stack' (v1.0.1) for provider: virtualbox*
>>
>> box: Downloading: https://vagrantcloud.com/c9s/b
>> oxes/centos-stack/versions/1.0.1/providers/virtualbox.box
>>
>> *==> box: Successfully added box 'c9s/centos-stack' (v1.0.1) for
>> 'virtualbox'!*
>>
>>
>> real 4m35.573s
>>
>> user 0m8.657s
>>
>> sys 0m5.386s
>>
>> *0*  $ uname -a
>>
>> Darwin Alvaros-MacBook-Pro.local 17.3.0 Darwin Kernel Version 17.3.0: Thu
>> Nov  9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64
>>
>> *0*  $
>>
>>
>>
>> no issues at all
>>
>> On Wed, Jan 17, 2018 at 12:05 AM, Peter Henry 
>> wrote:
>>
>>> Hi,
>>>
>>> I've tried version 2.0.0 and 2.0.1, but I continuously get the same
>>> results. If I try to download a vagrant box that is hosted on vagrant cloud
>>> it fails to download and gives me the following error:
>>>
>>> "An error occurred while download the remote file. The error message,
>>> if any, is reproduced below. Please fix this error and try again.
>>>
>>> OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
>>>
>>> (Sometimes on OSX it says LIBRESSL instead of OPENSSL)"
>>>
>>> However if I try to download a vagrant box that is externally hosted
>>> such as "ubuntu/trusty64" then everything works fine.
>>>
>>> I've tried the following to get it working to no avail:
>>>
>>> Method 1: Vagrant up
>>>
>>> Method 2: vagrant box add c9s/centos-stack
>>>
>>> Method 3: vagrant box add --insecure -c c9s/centos-stack http://atlas.
>>> hashicorp.com/c9s/boxes/centos-stack
>>>
>>> I've tried with other vagrant boxes hosted on vagrant cloud such as
>>> laravel/homestead and they all have failed. Is there any reason why
>>> vagrantcloud.com gives me an SSL error? Is there any way that my team
>>> and I can get around this?
>>>
>>> Ps. On OSX I tried using wget and it failed as well.
>>>
>>> Thanks in advance for your assistance.
>>>
>>> --
>>> This mailing list is governed under the HashiCorp Community Guidelines -
>>> https://www.hashicorp.com/community-guidelines.html. Behavior in
>>> violation of those guidelines may result in your removal from this mailing
>>> list.
>>>
>>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>>> IRC: #vagrant on Freenode
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Vagrant" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to vagrant-up+...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/vagrant-up/5b93977e-5b34-4f31-8594-5c0f951383f2%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Alvaro
>>
>> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/d943481f-4d5a-410f-81de-fc10c9e45025%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 

Re: [vagrant-up] Can't download any vagrant box hosted by Vagrant Cloud

2018-01-16 Thread Peter Henry
I tried on another network and it downloaded successfully. So it's 
definitely a network related issue but I can't figure out what could be 
causing the SSL error. Do you have any insight as to what the possible 
causes could be?

On Tuesday, January 16, 2018 at 6:25:18 PM UTC-5, Alvaro Miranda Aguilera 
wrote:
>
> hello
>
> macos high sierra, over wifi.
>
>
> *0*  $ time vagrant box add c9s/centos-stack
>
> *==> box: Loading metadata for box 'c9s/centos-stack'*
>
> box: URL: https://vagrantcloud.com/c9s/centos-stack
>
> *==> box: Adding box 'c9s/centos-stack' (v1.0.1) for provider: virtualbox*
>
> box: Downloading: 
> https://vagrantcloud.com/c9s/boxes/centos-stack/versions/1.0.1/providers/virtualbox.box
>
> *==> box: Successfully added box 'c9s/centos-stack' (v1.0.1) for 
> 'virtualbox'!*
>
>
> real 4m35.573s
>
> user 0m8.657s
>
> sys 0m5.386s
>
> *0*  $ uname -a
>
> Darwin Alvaros-MacBook-Pro.local 17.3.0 Darwin Kernel Version 17.3.0: Thu 
> Nov  9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64
>
> *0*  $ 
>
>
>
> no issues at all
>
> On Wed, Jan 17, 2018 at 12:05 AM, Peter Henry  > wrote:
>
>> Hi, 
>>
>> I've tried version 2.0.0 and 2.0.1, but I continuously get the same 
>> results. If I try to download a vagrant box that is hosted on vagrant cloud 
>> it fails to download and gives me the following error: 
>>
>> "An error occurred while download the remote file. The error message, if 
>> any, is reproduced below. Please fix this error and try again.
>>
>> OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
>>
>> (Sometimes on OSX it says LIBRESSL instead of OPENSSL)"
>>
>> However if I try to download a vagrant box that is externally hosted such 
>> as "ubuntu/trusty64" then everything works fine. 
>>
>> I've tried the following to get it working to no avail: 
>>
>> Method 1: Vagrant up
>>
>> Method 2: vagrant box add c9s/centos-stack
>>
>> Method 3: vagrant box add --insecure -c c9s/centos-stack 
>> http://atlas.hashicorp.com/c9s/boxes/centos-stack
>>
>> I've tried with other vagrant boxes hosted on vagrant cloud such as 
>> laravel/homestead and they all have failed. Is there any reason why 
>> vagrantcloud.com gives me an SSL error? Is there any way that my team 
>> and I can get around this?
>>
>> Ps. On OSX I tried using wget and it failed as well. 
>>
>> Thanks in advance for your assistance.
>>
>> -- 
>> This mailing list is governed under the HashiCorp Community Guidelines - 
>> https://www.hashicorp.com/community-guidelines.html. Behavior in 
>> violation of those guidelines may result in your removal from this mailing 
>> list.
>>  
>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>> IRC: #vagrant on Freenode
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to vagrant-up+...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/vagrant-up/5b93977e-5b34-4f31-8594-5c0f951383f2%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Alvaro
>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/d943481f-4d5a-410f-81de-fc10c9e45025%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] Can't download any vagrant box hosted by Vagrant Cloud

2018-01-16 Thread Peter Henry
Thanks for the response. That's really interesting so it must be specific 
to my network. I'll have to try another network and see if this issue still 
persists. If it doesn't then I'll have to figure out why it fails on my 
network specifically. 

On Tuesday, January 16, 2018 at 6:25:18 PM UTC-5, Alvaro Miranda Aguilera 
wrote:
>
> hello
>
> macos high sierra, over wifi.
>
>
> *0*  $ time vagrant box add c9s/centos-stack
>
> *==> box: Loading metadata for box 'c9s/centos-stack'*
>
> box: URL: https://vagrantcloud.com/c9s/centos-stack
>
> *==> box: Adding box 'c9s/centos-stack' (v1.0.1) for provider: virtualbox*
>
> box: Downloading: 
> https://vagrantcloud.com/c9s/boxes/centos-stack/versions/1.0.1/providers/virtualbox.box
>
> *==> box: Successfully added box 'c9s/centos-stack' (v1.0.1) for 
> 'virtualbox'!*
>
>
> real 4m35.573s
>
> user 0m8.657s
>
> sys 0m5.386s
>
> *0*  $ uname -a
>
> Darwin Alvaros-MacBook-Pro.local 17.3.0 Darwin Kernel Version 17.3.0: Thu 
> Nov  9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64
>
> *0*  $ 
>
>
>
> no issues at all
>
> On Wed, Jan 17, 2018 at 12:05 AM, Peter Henry  > wrote:
>
>> Hi, 
>>
>> I've tried version 2.0.0 and 2.0.1, but I continuously get the same 
>> results. If I try to download a vagrant box that is hosted on vagrant cloud 
>> it fails to download and gives me the following error: 
>>
>> "An error occurred while download the remote file. The error message, if 
>> any, is reproduced below. Please fix this error and try again.
>>
>> OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
>>
>> (Sometimes on OSX it says LIBRESSL instead of OPENSSL)"
>>
>> However if I try to download a vagrant box that is externally hosted such 
>> as "ubuntu/trusty64" then everything works fine. 
>>
>> I've tried the following to get it working to no avail: 
>>
>> Method 1: Vagrant up
>>
>> Method 2: vagrant box add c9s/centos-stack
>>
>> Method 3: vagrant box add --insecure -c c9s/centos-stack 
>> http://atlas.hashicorp.com/c9s/boxes/centos-stack
>>
>> I've tried with other vagrant boxes hosted on vagrant cloud such as 
>> laravel/homestead and they all have failed. Is there any reason why 
>> vagrantcloud.com gives me an SSL error? Is there any way that my team 
>> and I can get around this?
>>
>> Ps. On OSX I tried using wget and it failed as well. 
>>
>> Thanks in advance for your assistance.
>>
>> -- 
>> This mailing list is governed under the HashiCorp Community Guidelines - 
>> https://www.hashicorp.com/community-guidelines.html. Behavior in 
>> violation of those guidelines may result in your removal from this mailing 
>> list.
>>  
>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>> IRC: #vagrant on Freenode
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to vagrant-up+...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/vagrant-up/5b93977e-5b34-4f31-8594-5c0f951383f2%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Alvaro
>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/3b390f79-dee3-4edf-b62a-e579c5bbfadd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] Can't download any vagrant box hosted by Vagrant Cloud

2018-01-16 Thread Alvaro Miranda Aguilera
hello

macos high sierra, over wifi.


*0*  $ time vagrant box add c9s/centos-stack

*==> box: Loading metadata for box 'c9s/centos-stack'*

box: URL: https://vagrantcloud.com/c9s/centos-stack

*==> box: Adding box 'c9s/centos-stack' (v1.0.1) for provider: virtualbox*

box: Downloading:
https://vagrantcloud.com/c9s/boxes/centos-stack/versions/1.0.1/providers/virtualbox.box

*==> box: Successfully added box 'c9s/centos-stack' (v1.0.1) for
'virtualbox'!*


real 4m35.573s

user 0m8.657s

sys 0m5.386s

*0*  $ uname -a

Darwin Alvaros-MacBook-Pro.local 17.3.0 Darwin Kernel Version 17.3.0: Thu
Nov  9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64

*0*  $



no issues at all

On Wed, Jan 17, 2018 at 12:05 AM, Peter Henry  wrote:

> Hi,
>
> I've tried version 2.0.0 and 2.0.1, but I continuously get the same
> results. If I try to download a vagrant box that is hosted on vagrant cloud
> it fails to download and gives me the following error:
>
> "An error occurred while download the remote file. The error message, if
> any, is reproduced below. Please fix this error and try again.
>
> OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
>
> (Sometimes on OSX it says LIBRESSL instead of OPENSSL)"
>
> However if I try to download a vagrant box that is externally hosted such
> as "ubuntu/trusty64" then everything works fine.
>
> I've tried the following to get it working to no avail:
>
> Method 1: Vagrant up
>
> Method 2: vagrant box add c9s/centos-stack
>
> Method 3: vagrant box add --insecure -c c9s/centos-stack http://atlas.
> hashicorp.com/c9s/boxes/centos-stack
>
> I've tried with other vagrant boxes hosted on vagrant cloud such as
> laravel/homestead and they all have failed. Is there any reason why
> vagrantcloud.com gives me an SSL error? Is there any way that my team and
> I can get around this?
>
> Ps. On OSX I tried using wget and it failed as well.
>
> Thanks in advance for your assistance.
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/5b93977e-5b34-4f31-8594-5c0f951383f2%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewXUQWyyU3zUL4UJQAQo33tBXui1qwwhRrO4jACk82ysg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[vagrant-up] Can't download any vagrant box hosted by Vagrant Cloud

2018-01-16 Thread Peter Henry
Hi, 

I've tried version 2.0.0 and 2.0.1, but I continuously get the same 
results. If I try to download a vagrant box that is hosted on vagrant cloud 
it fails to download and gives me the following error: 

"An error occurred while download the remote file. The error message, if 
any, is reproduced below. Please fix this error and try again.

OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

(Sometimes on OSX it says LIBRESSL instead of OPENSSL)"

However if I try to download a vagrant box that is externally hosted such 
as "ubuntu/trusty64" then everything works fine. 

I've tried the following to get it working to no avail: 

Method 1: Vagrant up

Method 2: vagrant box add c9s/centos-stack

Method 3: vagrant box add --insecure -c c9s/centos-stack 
http://atlas.hashicorp.com/c9s/boxes/centos-stack

I've tried with other vagrant boxes hosted on vagrant cloud such as 
laravel/homestead and they all have failed. Is there any reason why 
vagrantcloud.com gives me an SSL error? Is there any way that my team and I 
can get around this?

Ps. On OSX I tried using wget and it failed as well. 

Thanks in advance for your assistance.

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/5b93977e-5b34-4f31-8594-5c0f951383f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.