-
Hi, i successfully started the server in a Raspberry Pi and tested locally, it works. I'm now trying to connect to the server with an iPad using SSH Port Forwarding but the url gives a timeout with the token. If i dont use the token it gives a forbidden (this is ok). I'm wondering if i need to do anything in order to ssh tunnel to it, maybe use nginx? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@Kirbyrawr you need to setup a reverse proxy (nginx or apache2) to access it using https, you can check this discussion that contains an apache2 config to setup a reverse proxy #96 (comment) |
Beta Was this translation helpful? Give feedback.
@Kirbyrawr you need to setup a reverse proxy (nginx or apache2) to access it using https, you can check this discussion that contains an apache2 config to setup a reverse proxy #96 (comment)