R
rspurlock
Guest
Hi all,
I couldn't find this answered anywhere but did find lots of folks wanting to change from 8443 to 443. I can keep 8443 but what I'm looking for is a way to load a reseller's SSL Cert so it shows when they send their customers to log in at their reseller url. An example:
reseller's URL: reseller.com
plesk server url: plesk01.plesk.com
My shared clients log in at https://plesk01.plesk.com:8443
The reseller's clients need to log in at https://www.reseller.com:8443
AND not get the SSL security warning and not get my ssl cert info. Basically how do I keep it separate and have it show up correctly based on the domain?
Possible?
I've tried this in the vhost_ssl.conf
ServerAlias admin.servername.com
SSLProxyEngine on
ProxyRequests off
ProxyPass / https://admin.servername.com:8443/
ProxyPassReverse / https://admin.servername.com:8443/
This allows the reseller's customer to go to something like https://admin.reseller.com and get the real cert, but it dies when going into the phpmyadmin. So how do I get around this little problem?
TIA,
Rob
I couldn't find this answered anywhere but did find lots of folks wanting to change from 8443 to 443. I can keep 8443 but what I'm looking for is a way to load a reseller's SSL Cert so it shows when they send their customers to log in at their reseller url. An example:
reseller's URL: reseller.com
plesk server url: plesk01.plesk.com
My shared clients log in at https://plesk01.plesk.com:8443
The reseller's clients need to log in at https://www.reseller.com:8443
AND not get the SSL security warning and not get my ssl cert info. Basically how do I keep it separate and have it show up correctly based on the domain?
Possible?
I've tried this in the vhost_ssl.conf
ServerAlias admin.servername.com
SSLProxyEngine on
ProxyRequests off
ProxyPass / https://admin.servername.com:8443/
ProxyPassReverse / https://admin.servername.com:8443/
This allows the reseller's customer to go to something like https://admin.reseller.com and get the real cert, but it dies when going into the phpmyadmin. So how do I get around this little problem?
TIA,
Rob