hvxl wrote:Somewhere around that time I switched the Tcl TLS package I used from version 1.6 to 1.6.4. The new one has much more current encryption methods, but apparently also more bugs. The old one dated back to 2008 and could only handle ssl 2, 3, and tls 1.0. So that was really no good anymore.
Oh I see... now I understand the check for a version =< 1.6.4 in the web.tcl...
hvxl wrote:If you're really this concerned about security, I suggest you install a web server and let that handle the https connection. Then use a reverse proxy to serve up the otmonitor web pages. Any commonly used web server will get much more attention on encryption than I will ever be able to provide for otmonitor.
Well, I'm usually concerned but since I didn't allow access from the Internet it wasn't the case yet... I was simply trying to make it work with chrome and Firefox, 'cause those browsers are still complaining about a weak ephemeral DH key...That sounded like a red flag and induced me not to open that port on my firewall.
Anyway, thanks Schelte for the suggestion, the idea of reversing OTMonitor webpages with some other web server seems feasible but it's a bit overkill for my purpose, since I can remotely connect to my linux box and see web pages from there, if needed, so I might try it out, just as an experiment... and shut it down just after, not to have the hassle of continuously patching a publicly accessible web server...
