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

Can't get rldp-http-proxy to work. #11

Open
kernelpanic700 opened this issue Dec 15, 2021 · 2 comments
Open

Can't get rldp-http-proxy to work. #11

kernelpanic700 opened this issue Dec 15, 2021 · 2 comments

Comments

@kernelpanic700
Copy link

kernelpanic700 commented Dec 15, 2021

I compiled rldp-http-proxy following instuction in HOWTO->TON Sites. But I can run it only in 0.0.0.0 address, not on certain interface.
When I try to run rldp-http-proxy with -a parameter and point IP with a port like this:
rldp-http-proxy -p 8080 -a <my_public_ip>:3333 -C global.config.json
I get error :
[TonlibClient.cpp:2092][!tonlibclient][&!config->ignore_cache_] Unknown LastBlockState: [Error : 0 : Unknown key]
[keys.hpp:221][!PeerTable] Check Unreachable failed
At the same time if I run that way:
rldp-http-proxy -p 8080 -c 3333 -C global.config.json
the proxy starts up and I see it in running processes and listen ports. But when I try to get to http://test.ton I get nothing.

@kernelpanic700 kernelpanic700 changed the title Can't get rdnl-http-proxy to work. Can't get rldp-http-proxy to work. Dec 15, 2021
@pakkonen
Copy link

i have same problem too

@awesome-doge
Copy link
Contributor

awesome-doge commented Jun 6, 2022

It looks like you don't have any problems.
Your program works successfully.

If you want to get more test results

rldp-http-proxy -p 8080 -c 3333 -C global.config.json -v3
rldp-http-proxy -p 8080 -c 3333 -C global.config.json -v4

Mainly because test.ton doesn't currently exist.

Issue can be closed @EmelyanenkoK

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

4 participants
@pakkonen @awesome-doge @kernelpanic700 and others