-
Notifications
You must be signed in to change notification settings - Fork 106
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
how to setup https in nginx #77
Comments
I came looking for the same. A local SSL/TLS option would be great. |
Hi! Vessel right now just uses Right now when I need/want to test HTTPS, I use ngrok, which sets up http and https for you. |
Would you mind giving a quick explanation how to set ngrok up with Vessel to make https work? |
I use ngrok every day!
Simply this:
./vessel start
ngrok 80
Im assuming ngrok is installed on the host machine, not within a container.
…On Sun, Oct 6, 2019 at 17:35 madsem ***@***.***> wrote:
Would you mind giving a quick explanation how to set ngrok up with Vessel
to make https work?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#77?email_source=notifications&email_token=AADSDUZTNOWDI4DJRHDKQNDQNJR45A5CNFSM4E3LA3JKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAOVXLI#issuecomment-538794925>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADSDU44GHMPBEUFBXO5KCTQNJR45ANCNFSM4E3LA3JA>
.
|
Ohhhh, well, now I get why it's not included, that simple. I expected like a lot more setup lmao. Thanks :) |
I'm wondering if this would make sense to integrate? When you run |
For the moment I just wrapped it into a function, with I've added it to my dotfiles: https://github.com/madsem/dotfiles/blob/master/.config/fish/functions/vessel.fish It's in fish, but easily adjustable for bash for anyone who wants to use it :) |
Hi,
how to setup https in Nginx?
Thank you
The text was updated successfully, but these errors were encountered: