You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a laravel project that works as intended on http / port 80, but when I set the project to secure I get an "ERR_CONNECTION_REFUSED" in Chrome. Switching browser doesn't help. I've tried to turn off the firewall but I'm fairly sure the problem stems from something else. It seems as if there is nothing listening to 127.0.0.1:443 when I'm doing netstat -an | findstr ":443" in power shell. Shouldn't there be something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a laravel project that works as intended on http / port 80, but when I set the project to secure I get an
"ERR_CONNECTION_REFUSED"
in Chrome. Switching browser doesn't help. I've tried to turn off the firewall but I'm fairly sure the problem stems from something else. It seems as if there is nothing listening to 127.0.0.1:443 when I'm doingnetstat -an | findstr ":443"
in power shell. Shouldn't there be something?Beta Was this translation helpful? Give feedback.
All reactions