Got SSL setup as shown in this thread:
http://www.rejetto.com/forum/index.php?topic=3083.0Came across a very annoying problem.
When using HTTPs: for UPLOADING I get full speed.
When using HTTPs: for DOWNLoADING the speed in cut drastically, 20x slower.
The odd thing is, multiple downloads can go at once eg: 20 connections @80kb/second
However no single connection will get over 80 or 100kb/second
Uploading, as stated works flawlessly.
I searched the net and couldn't find a solution, but continuously came across mention of "loopback" problems, or saying stuff about Microsoft winsock, found a few mentions of VNC server having an option to "enable loopback connections"
http://www.codeproject.com/useritems/securevncviewer.asp(1 of zillions of link)
Another thing I saw but closed (oops) was mention of disabling an HTTP server in order to avoid loopback problems with HTTPS serving.
(YES!!!!!! I saw the post here about using a router to NOT forward port 80 thus disabling http from the outside, but the http server would still actually be RUNNING creating a loopback issue with HTTPS via stunnel)
Thank you