-
Notifications
You must be signed in to change notification settings - Fork 710
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
ERR_CONNECTION_REFUSED since 2.0.3 #326
Comments
The weird part is that I can even ping the sites but they do not work in the browser.
|
I ran the following and now I can access sites over HTTP again but as soon as I run
|
@faustbrian you saved almost 10 hours of clueless problem. Yes |
I have the same problem but it couldn't help me. I can ping my sites but browser responds |
Same for me :( |
GOT IT =) |
@faustbrian you have seriously made my day. Wasted about six hours on this yesterday and another 3 today. Following your uninstall and reinstall done the trick. Excellent work - THANK YOU! |
I just ran into this again after trying to upgrade to php71 with Valet 2.0.4 with The problem seems to be one or more broken Nginx configuration files which are causing fatal errors in Nginx when it is loading initially, preventing any connections from working at all. Not sure how those files are breaking but it seems others have had the same problem. You can find your Nginx logs here:
Here's what I did to fix it (substitute
This should leave only Now run If you're still having problems, you probably have new errors in |
First of all thanks for your answer, I'm experiencing this problem now. But in your script as you run unlink command, do we have to link them after that we have install the 3 packages (nginx php and dnsmasq) ? |
Ok, was able to have this issue and fixed this on Valet 2.6 Issue was that when we upgraded to PHP 7.2, we are now using a new version of OpenSSL which was not compatible with the old version of Valet.
These commands
fixed it. |
@xmarkclx I experienced this yesterday as well although I don't think it was Valet related. I believe it was due to another installation from Homebrew which corrupted/removed a shared dependency. I fixed it by |
En valet para windows, entre como usuario administrador a la consola de comando y ejecute "valet start" eso detubo algunos procesos y los reinicio y ya se ejecuta Bien. |
Thank YOU |
I updated to 2.0.3 today and now nothing is working anymore, all sites respond with
ERR_CONNECTION_REFUSED
. There are no errors in the error logs of valet, php or nginx.I tried to reinstall valet and even completely delete the
.valet
folder and install it again but still the connection gets refused.Is that a know issue and if so how would I fix that? Currently trying to figure it out so I can continue to work..
Running on latest macOS Sierra and PHP 7.1.2.
The text was updated successfully, but these errors were encountered: