Door Games Unlimited

Welcome, Guest.


Subject: Re: Any one implement SSL for Synchronet? Date: Sat Dec 19 2015 03:43:15
From: tracker1 To: Boosted

 > Anyone using SSL on Synchronet?  How did you implement?  Server sitting in
 > public domain or behind a fw/router?  What telnet client do you use for
 > Telnet over TLS/SSL?

Synchronet has an SSH service built in... if you want HTTPS, your best bet is
to setup a reverse-proxy server.  Nginx can do this on *nix, and IIS +
Application Request Routing (ARR) on windows can do the same.

I would suggest forwarding directory requests as well as anything ending in
.xjs or .ssjs through, and serving static files (images, css, etc) via the
server doing https.
-- 
Michael J. Ryan
tracker1(at)gmail.com
+o Roughneck BBS

---
 ■ Synchronet ■ RoughneckBBS - http://www.roughneckbbs.com/

Previous Message       Next Message
In Reply To: Any one implement SSL for Synchronet? (Boosted)
Replies: Re: Any one implement SSL for Synchronet? (Digital Man)