Ngrok not sending to https
-
Forwarding http://acfad615.ngrok.io -> http://xxxx.test:80
Forwarding https://acfad615.ngrok.io -> http://xxxx.test:80How can I change that https is sending to https on port 443 ?
-
@up
Same question/problem
-
Another vouch
-
Face the same problem.
NOT the solutions, but some findings about this:-
In this scenario, i'm running Windows with local hostname carsaloon.test.
-
Enabled both local port 80 & 443 so we can visit http://carsaloon.test & https://carsaloon.test
-
Tested on the custom Ngrok configurations (carsaloon.yml), not work. Skip.
-
Manually start the Ngrok in Terminal, "ngrok http https://carsaloon.test" and get the tunnel endpoints URL e.g. xxx-yyy-zzz.ngrok.io
-
You need manually change the Apache/Nginx virtual host file, e.g. *server_name carsaloon.test .carsaloon.test 192.168.0.250 xxx-yyy-zzz.ngrok.io;
-
Restart Apache / Nginx. Then you can visit https://xxx-yyy-zzz.ngrok.io
**Final thought, the "Share" option in the Laragon application is fixed unless the Laragon developer change the command inside .exe file.
Hope this helped, and thanks to leokhoa.
-
-
Yep, the same here. Please do something about that, because it is so annoying!