Secure local instance through custom Ngrok domain #1476
Replies: 1 comment 3 replies
-
Yes, that's what you should see.
Why do you think you need It's specifically set to share on port 60 so that there isn't a clash with something already on port 80. And your Valet site's nginx config is configured to listen on port 60 for shared instances. Also, it'd be extremely rare to see The way it works is:
What exactly is the trouble? What's it "not doing" that you're expecting? What is it "doing" that you're not expecting? Some sort of error? |
Beta Was this translation helpful? Give feedback.
-
I'm having trouble with this and hoping it's possible. Steps I'm taking:
valet link dev
)valet secure
)valet share --domain=dev.mydomain.com
)When I do this, I see in Session Status:
Forwarding https://dev.mydomain.com -> http://dev.test:60
I'd like to be seeing
-> https://dev.test:80
I've tried
valet share secure --domain=dev.mydomain.com 80
and other various things I can think of and no love.Ngrok deployed a TLS cert to dev.mydomain.com, so there's that.
Any other ideas?
Beta Was this translation helpful? Give feedback.
All reactions