Sergey Pinus

Results 328 comments of Sergey Pinus

> Did you run the command to set up the client? The `portr auth set ...` command. > ```shell > .\portr.exe http 56569 --subdomain amal-test > ``` Oops... It's working....

Now the problem is that he doesn't see the subdomain. ```bash .\portr.exe http ***** --subdomain amal-test 🌍 Starting tunnel connection for :***** 🚨 Portr inspector running on http://localhost:7777 🎉 Tunnel...

![image](https://github.com/user-attachments/assets/01b876b9-b018-4c43-97b1-af385887c91f) The api tokens are configured like this

> You need to disable the proxy option in the DNS record. SSH doesn't work on cloudflare proxy. I have disabled proxying. It connects, but the link provided by the...

> Have you added a DNS record for `*.portr`? Yes. Well, in cloud flare. ![image](https://github.com/user-attachments/assets/2e5cf2d7-ff36-420d-8b4d-945ff6cca107)

Or do I need to specify somewhere else in the system?

> *.portr ![image](https://github.com/user-attachments/assets/973f5881-bf82-4f9f-8b3f-f9f7582b9f08)

Maybe the problem is how NGINX proxies to the network with its certificates?

The site started loading, but 502 Bad Gateway nginx/1.26.1 ```log portr_caddy_1 | {"level":"error","ts":1725208998.4669518,"logger":"docker-proxy","msg":"Error response from server","server":"localhost","status code":400,"body":"{\"error\":\"loading config: loading new config: http app module: start: listening on :443: listen tcp...

> Portr uses caddy as a reverse proxy, it is unable to bind to port 80 Well, I kind of have nginx running on it.