Proxy over port 443 malfunctioning with SSL

M.Kouwenhoven

New member
Joined
Sep 17, 2010
Messages
16
Hello,

In accordance to the following guide, I've installed the proxy and SSL using the other guide.

When I don't activate SSL I can access http://secure.weck.co fine, but when I activate SSL https://secure.weck.co doesn't resolve at first and after a few refreshes it redirects to my ip:2222 which isn't the way a proxy is supposed to work.

Does anyone got an idea on how to fix it?

Regards,
Martijn
 
Hello,

Just as an FYI for anyone else who may have issues with https and the proxy.

1) don't forget to add the A records for the subdomain, or it won't resolve.

2) If DA is running with https, then the proxy values must have https, eg:
Code:
https://localhost:2222
instead of http://localhost:2222


As a side note, having ssl over the proxy internally is a bit redundant... one could use this feature to setup ssl with 2222, but have non-ssl with 2223.. and have the proxy work on http to 2223.
Code:
SSL=0
port=2223
ssl_port=2222
John
 
Back
Top