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

SSL on internal-network & localhost with self-signed cert without letsencrypt? #23

Open
lx07 opened this issue Apr 4, 2021 · 1 comment

Comments

@lx07
Copy link

lx07 commented Apr 4, 2021

I've spent almost 2 nights looking for a solution, since I noticed that https://docs.rocket.chat/installation/snaps/autossl , basically depends on caddy establishing an online connection to letsencrypt?

What if about internal networks that are not supposed to go online and don't have public domains? Is there a way to generate an offline certificate somehow on localhost?

My Caddyfile currently looks like this, where 3333 would be the ssl and 3000 the non-ssl.

/var/snap/rocketchat-server/current/Caddyfile

https://localhost:3333` { tls self_signed proxy / localhost:3000 { websocket transparent } }

Thanks!

@0bliss
Copy link

0bliss commented Nov 16, 2021

This would be very good to know..

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

2 participants