Section One BBS

Welcome, Guest.


Subject: Re: Python help... Date: Sun Sep 13 2020 01:05 am
From: DaiTengu To: poindexter FORTRAN

  Re: Re: Python help...
  By: poindexter FORTRAN to paulie420 on Thu Sep 10 2020 10:09 am

 PF> I've been doing a lot of work with NGINX and reverse proxying
 PF> HTTP/HTTPS. If there were a way to reverse proxy SSH, I'd love it -
 PF> throw a ton of different BBSes behind a proxy and sort them out by
 PF> hostname.


 Unfortunately that's not possible. You can proxy TCP traffic, but nginx can't t
erminate the encryption for SSH, nor can HAProxy, fabio, or any other reverse pr
oxy system.

I just set up a reverse NGINX proxy on a dual-64 core EPYC (7742) server this we
ek. We had it handling about 70,000 SSL connections per second (real world traff
ic) while only running around 45% CPU usage, with SMT (AMD's version of hyperthr
eading) turned off.

at that point we ran out of SSL traffic to throw at it. 

DaiTengu

... No good deed goes unpunished.

---
 ■ Synchronet ■ War Ensemble BBS - The sport is war, total war - warensemble.com

Previous Message       Next Message
In Reply To: Re: Python help... (poindexter FORTRAN)
Replies: Re: Python help... (Tracker1)