0

I run some server (gitea, registry, nextcloud) local on my Raspberry Pi. Vodafon dont let me connect my Pi from outside so I use a server. On my Pi I use:

autossh -M 0 -f -o ConnectTimeout=10 -o ServerAliveInterval=60 -o ServerAliveCountMax=2 -N -R localport:<myserver>:serverport diabolus@raspi.tld`

That do the job really good. But registry want a connection with SSL.

What I have to do if I want to connect my Pi with https?

0 Answers0