Skip to content
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

Consider using inlets, instead of ngrog #3

Open
joe-getcouragenow opened this issue Jul 3, 2020 · 3 comments
Open

Consider using inlets, instead of ngrog #3

joe-getcouragenow opened this issue Jul 3, 2020 · 3 comments

Comments

@joe-getcouragenow
Copy link

joe-getcouragenow commented Jul 3, 2020

ngrok is ok, but inlets has more options in that you get a TLS, which can help because your running development using a full secured connection

https://github.com/inlets/inlets

Also Makecert can generate the certs needed for Envoy to have fully encrypted connections available for mobiles and servers and also browsers. Makes proper testing possible !!

https://github.com/FiloSottile/mkcert

Mobiles:https://github.com/FiloSottile/mkcert#mobile-devices

@joe-getcouragenow joe-getcouragenow changed the title Consider using Intlets, instead of ngrog Consider using inlets, instead of ngrog Jul 3, 2020
@dnys1
Copy link
Owner

dnys1 commented Jul 3, 2020

Interesting! Yeah, these look like much better alternatives, especially for DevOps and testing, like you're saying.

I'll take some time to try to integrate them. Appreciate the help!

@joe-getcouragenow
Copy link
Author

Did you end up moving forward with integrating HTTPS ?

If it helps i can advice that:
mkcert does it for Testing
And CertMagic does it for Production.

Here is a good example: https://github.com/lithdew/flatend/blob/master/cmd/flatend/main.go#L153

@dnys1
Copy link
Owner

dnys1 commented Jul 12, 2020

Hey Joe, thanks for reaching out. I haven't had a chance to integrate HTTPS - my mind got side-tracked with some other projects haha. It is on my todo list, though, and I'll find a way back to it soon. I did look into the inlets project and thought it was very cool.

I appreciate the links and will be giving them a look! I have mkcert installed now so I can play around with that.

Best,
Dillon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants