interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
198 stars 70 forks source link

Localtunnel alternatives #377

Open emschwartz opened 4 years ago

emschwartz commented 4 years ago

We've had our fair share of issues with localtunnel and it doesn't seem to be actively maintained now.

@gakonst suggested http://serveo.net/ as an alternative. We should investigate whether we can get any of the alternatives to work from within a docker container. If so, let's switch what's included in the testnet-bundle

matdehaast commented 4 years ago

Have used ngrok quite a bit. Has always worked pretty well. Like that I can also pay to have permanent urls etc.

emschwartz commented 4 years ago

Local tunnel currently isn't working: https://github.com/localtunnel/localtunnel/issues/329

gakonst commented 4 years ago

lt -h http://localtunnel.me --local-https false -p $port works until they renew the SSL cert.

emschwartz commented 4 years ago

We should probably use an alternative though...