accessing cpanel through ssl

AbeFroman

BANNED
Feb 16, 2002
644
1
318
hello,

would it be possible to allow my clients to access cpanel through a secure server?

how could i get https://secure.abesclient.com/cpanel?

I want to offer a package in which i will make there regular html forms that send email to them with no ssl to a secure form that stores into a mysql and the change there passwords etc in a secure cpanel instead of a regular one. Anyone know of anything else that would be good for the package?
 

TRAIN YARD SOFTWARE

Well-Known Member
Dec 20, 2001
222
0
316
WHM

Also is there a way to use a real SSL Cert for WHM, e.g. https: // host. xx: 2087 instead of using the slow and bogas machine ssl that is not really secure.

Ed
 

TRAIN YARD SOFTWARE

Well-Known Member
Dec 20, 2001
222
0
316
[quote:91a6b76381][i:91a6b76381]Originally posted by shaun[/i:91a6b76381]

https://clientdomain.com/securecontrolpanel/
https://serverhost.com/securecontrolpanel/

[/quote:91a6b76381]

thats all well and good if it worked. loading https://clientdomain.com/cpanel/ redirects to http://clientdomain.com:2082

need to secure WHM, https://000.000.000.000:2087 or https://hostname.server.com:2087
 

TRAIN YARD SOFTWARE

Well-Known Member
Dec 20, 2001
222
0
316
http ://domain.com:2082 (normal)
https ://domain.com:2083 (vaild date still but not secure and slow load)

http ://domain.com:2086 (normal)
https ://domain.com:2087 (vaild date but still not secure and slow load)

test for you all:

http ://tys.biz:2082 (normal)
https://tys.biz:2087 (vaild date but still not secure and slow load)

This above domain has a SSL Cert on it, test && https://tys.biz/secure/hosting.html

Guess we need to secure the port 2087 or 2083, SSL is port 443