-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SocketError: Failed to open TCP connection to rubygems.org:443 During plugin instillation #9516
Comments
Are you able to ping and curl the website ok? ping rubygems.org
curl https://rubygems.org |
hi @briancain, yes the commands works well. |
I'm seeing the same issue on OSX, and the ping/curl to website works ok. |
Anyone managed to find a workaround? Here's the output with
|
I have the same issue. I tried it on MacOS Sierra (10.12) and MacOS High Sierra (10.13). To fix it, you have to downgrade to Vagrant 2.0.0. |
The error is the result of a failed DNS lookup. Can you try setting this environment variable:
and see if that makes a difference. Thanks! |
@chrisroberts
I am looking into it. My OS is Fedora 27 |
I'm seeing the same issue, and |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Im trying to run the command like
and got an error message
Vagrant version
vagrant -v
Vagrant 2.0.2
Host operating system
Windows 10
Guest operating system
This is the operating system you run in the virtual machine.
Vagrantfile
Debug output
https://gist.github.com/MaxMage/147a5e784162cbfe7bf851d5bbc40b4e
Expected behavior
Successful installation
Actual behavior
get the error message
Steps to reproduce
Notice
if set the HTTP, the issue still exists
The text was updated successfully, but these errors were encountered: