agrinman / tunnelto

Expose your local web server to the internet with a public URL.
https://tunnelto.dev
MIT License
2.11k stars 114 forks source link

Switch to rustls so no native SSL system library is needed #52

Closed Siilwyn closed 3 years ago

Siilwyn commented 3 years ago

This simplifies the needed build dependencies and goes for pure rust.

Closes #8

That was a lot of searching through the Cargo lock and feature flags but it seems everything is working correctly. @agrinman let me know what you think :)

agrinman commented 3 years ago

Awesome!

Siilwyn commented 3 years ago

:) @agrinman let me know if anything is missing or needs to be tested

agrinman commented 3 years ago

Hi @Siilwyn I just need to run some local sanity tests to make sure it's working...will take a look soon

Siilwyn commented 3 years ago

Okay thanks!