I currently can only test the nodebalancer by modifying my 'hosts' file locally.
My nodebalancer works great with HTTP with the single linode I have behind it.
My websites work great ordinarily over HTTPS, but as soon as I try to use HTTPS through the nodebalancer (TCP protocol), I get the following error in Chrome and a similar one in Firefox:
Code:
Error code: ERR_SSL_PROTOCOL_ERROR
My nodebalancer configuration page:
Code:
Port 443 tcp source table connection 1 up, 0 down
Port 80 http source http_cookie http 1 up, 0 down
Both of nodes on the nodebalancer are using the private IP of the linode with the correct port (192.168.1.1:443) and as you can see above they both say the server is "up".
Why am I getting this SSL protocol error message?
BTW I don't claim to know very much about SSL protocol...
Edit: What a doofus--this doesn't have anything to do with email/SMTP. If I could move it, I would.