-
Notifications
You must be signed in to change notification settings - Fork 24
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
heroku failed #2
Comments
use wss://rsnova***.herokuapp.com:443 at client side, http is blocked by the firewall |
thanks i wonder default is ws:// instead of wss:// |
actually it donot work |
i donot have any ssl on heroku |
seems that the server is not deployed successfully
is that heroku dashboard shows that server is deployed as a rust server?
PowerOlive <[email protected]> 于2020年3月16日周一 上午9:25写道:
… [log]
logtostderr = true
level = "info"
logdir = "./"
[[tunnel]]
listen = "127.0.0.1:48100"
pac=[{host = ".*", channel = "wss"}]
[[channel]]
name = "wss"
url = "wss://rsnovapowerolive.herokuapp.com:443"
ping_interval_sec = 100
conns_per_host = 5
max_alive_mins = 70
cipher = {key="GQJeJ4bM2FrYD0", method = "chacha20poly1305"}
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABWMT5S3ROBXBEQLRZRHG3RHV5ZDANCNFSM4LD73A4Q>
.
--
yinqiwen
|
yes obsulately it need compile |
-----> Rust app detected |
i will use gsnova until the codebase is stable |
client.toml on pc
[log]
logtostderr = true
level = "info"
logdir = "./"
[[tunnel]]
listen = "127.0.0.1:48100"
pac=[{host = ".*", channel = "ws"}]
[[channel]]
name = "ws"
url = "ws://rsnova***.herokuapp.com:80"
ping_interval_sec = 100
conns_per_host = 5
max_alive_mins = 70
cipher = {key="****", method = "chacha20poly1305"}
server heroku.toml
[log]
logtostderr = false
level = "info"
logdir = ""
[[tunnel]]
listen address of tunnel server
listen = "ws://0.0.0.0"
pac rule to relay traffic, 'direct' is special channel which relay direct to remote target server
pac=[{host = ".", channel = "direct"}]
cipher = {key="**************", method = "chacha20poly1305"}
failed
server
2020-03-09T03:00:55.216718+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=rsnova***.herokuapp.com request_id=1a107577-5aab-4323-9a22-d7ba65c70414 fwd="******" dyno= connect= service= status=503 bytes= protocol=http
client
[�[1;38;5;196m2020-03-09 11:01:39.757053 +00:00�[0m] �[1;38;5;196mERROR�[0m [src\channel\routine.rs:34] �[1;38;5;196mFailed to init_rmux_client; error=�[0m
dyno
./target/release/rsnova -c ./heroku.toml
that failed
and i like pac mode at gsnova
will rsnova support IsCNIP?
thanx
The text was updated successfully, but these errors were encountered: