• Any one implement SSL for Synchronet?

    From Boosted@VERT/TURBO to All on Wed Dec 16 09:27:38 2015
    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?ããThanks.ããBoostedãã---ã þ Synchronet þ turbo - turbobbs.mooo.comã
  • From tracker1@VERT/TRNTEST to Boosted on Sat Dec 19 03:43:15 2015
    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/ã
  • From Fireball@VERT/FBEX to Boosted on Sat Dec 19 06:50:08 2015
    Subject: Any one implement SSL for Synchronet?ã > @MSGID: <567182EA.28.dove-syncjs@turbobbs.mooo.com>ã > @TZ: 4168ã > 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?ãã > Thanks.ãã > BoostedãããJust make sure ssh is enables and use that. Syncterm will do ssh as well asãputty ãusing cp437 translation.ãã-=Fireball=-ãã---ã þ Synchronet þ Fireball Express!!! BBS - http://fireballex.com telnet://fireballex.comã
  • From Mro@VERT/BBSESINF to Fireball on Sat Dec 19 11:42:05 2015
    Re: Re: Any one implement SSL for Synchronet?ã By: Fireball to Boosted on Sat Dec 19 2015 06:50 amãã > > 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?ãã > Just make sure ssh is enables and use that. Syncterm will do ssh as well asã > putty ã > using cp437 translation.ãããthere are people that do telnet over tls/sslã---ã þ Synchronet þ ::: BBSES.info - free BBS services :::ã
  • From Digital Man@VERT to tracker1 on Sat Dec 19 15:01:34 2015
    Re: Re: Any one implement SSL for Synchronet?ã By: tracker1 to Boosted on Sat Dec 19 2015 03:43 amãã > > 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.ããThe Synchronet web server in v3.17 (the current dev builds) supports HTTPS/TLS,ãbuilt-in.ãã digital manããSynchronet "Real Fact" #34:ãThe irc.synchro.net network has more servers than users.ãNorco, CA WX: 60.3øF, 63.0% humidity, 13 mph ESE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Boosted@VERT/TURBO to Digital Man on Sat Dec 19 22:40:45 2015
    Re: Re: Any one implement SSL for Synchronet?ã> By: tracker1 to Boosted on Sat Dec 19 2015 03:43 amã>ã> > > 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.ã>ã>The Synchronet web server in v3.17 (the current dev builds) supports HTTPS/TLS,ã>built-in.ã>ã> digital manã>ã>Synchronet "Real Fact" #34:ã>The irc.synchro.net network has more servers than users.ã>Norco, CA WX: 60.3F, 63.0% humidity, 13 mph ESE wind, 0.00 inches rain/24hrsã>ã>---ã> Synchronet Vertrauen Home of Synchronet telnet://vert.synchro.netã>ããI ended up installing STunnel and created a CA, intermediate cert, and server cert. I had issues with the links as they are hard reference to http and not https (ecweb). Corrected the links is serveral ssjs files and https now works fully for the websiteãã---ã þ Synchronet þ Boosted - turbobbs.mooo.comã
  • From tracker1@VERT/TRNTEST to Digital Man on Mon Dec 21 17:33:13 2015
    Re: Re: Any one implement SSL for Synchronet?ã > By: tracker1 to Boosted on Sat Dec 19 2015 03:43 amãã > > > 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.ãã > The Synchronet web server in v3.17 (the current dev builds) supportsã > HTTPS/TLS, built-in.ããCool, wasn't aware that HTTPS was supported.ãAny chance of seeing ACME/LetsEncrypt integration?ããI'm still likely to use nginx or iis+arr in front of synchronet. ã-- ãMichael J. Ryanãtracker1(at)gmail.comã+o Roughneck BBSãã---ã þ Synchronet þ RoughneckBBS - http://www.roughneckbbs.com/ã
  • From Deuce@VERT/SYNCNIX to tracker1 on Mon Dec 21 18:27:08 2015
    Re: Re: Any one implement SSL for Synchronet?ã By: tracker1 to Digital Man on Mon Dec 21 2015 05:33 pmãã > Cool, wasn't aware that HTTPS was supported.ã > Any chance of seeing ACME/LetsEncrypt integration?ããIt's on my TODO list, but LetsEncrypt is frankly pretty scary to a systemãadmin. I haven't looked at ACME.ãã---ãhttp://DuckDuckGo.com/ a better search engine that respects your privacy.ãMro is an idiot. Please ignore him, we keep hoping he'll go away.ã þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)ã
  • From tracker1@VERT/TRNTEST to Deuce on Wed Dec 30 00:42:05 2015
    Cool, wasn't aware that HTTPS was supported.ã>> Any chance of seeing ACME/LetsEncrypt integration?ãã> It's on my TODO list, but LetsEncrypt is frankly pretty scary to a systemã> admin. I haven't looked at ACME.ããThere's thinner clients, a few in golang look interesting and far simplerãACME, the full letsencrypt looks pretty horrific, agreed... but the idea forãBBS integration would be pretty cool.ã-- ãMichael J. Ryanãtracker1(at)gmail.comã+o Roughneck BBSãã---ã þ Synchronet þ RoughneckBBS - http://www.roughneckbbs.com/ã