-
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
first time install getting message "Failed to connect to hashicorp-files.hashicorp.com port 443: Timed out" #11087
Comments
@davidcheever - Hey there, it looks like you are using an old box with a deprecated box URL that no longer exists. I recommend removing it and finding a new box on Vagrant Cloud. Thanks! |
I am a Windows developer looking to learn PHP/Wordpress development. I was given the command below to set up a website on my Windows PC. curl -L -o "install.sh" http://bit.ly/1hBfq57 && curl -L -o "Vagrantfile" http://bit.ly/1mE3Qt9 && vagrant up Is there a better URL to download the OS? Thanks for any help. |
@davidcheever - This is where that box lives now: https://app.vagrantup.com/hashicorp/boxes/precise64 You can use that with your Vagrantfile, you shouldn't need the box_url option. |
thanks |
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. |
Tried it several times today, same issue each time.
Please note that the Vagrant issue tracker is in priority reserved for bug reports and enhancements. For general usage questions, please use the Vagrant mailing list:
https://groups.google.com/forum/#!forum/vagrant-up. Thank you!
Tip: Before submitting your issue, don't hesitate to remove the above introductory text, possible empty sections (e.g. References), and this tip.
Vagrant version
Run
vagrant -v
to show the version. If you are not running the latest versionof Vagrant, please upgrade before submitting an issue.
Host operating system
This is the operating system that you run locally.
Guest operating system
This is the operating system you run in the virtual machine.
Vagrantfile
# Copy-paste your Vagrantfile here (but don't include sensitive information such as passwords, authentication tokens, or email addresses)
Please note, if you are using Homestead or a different Vagrantfile format, we
may be unable to assist with your issue. Try to reproduce the issue using a
vanilla Vagrantfile first.
Debug output
Provide a link to a GitHub Gist containing the complete debug output:
https://www.vagrantup.com/docs/other/debugging.html. The debug output should
be very long. Do NOT paste the debug output in the issue, just paste the
link to the Gist.
Expected behavior
What should have happened?
Actual behavior
What actually happened?
Steps to reproduce
References
Are there any other GitHub issues (open or closed) that should be linked here?
For example:
The text was updated successfully, but these errors were encountered: