EpicServers
01-16-2004, 05:08 PM
I recently purchased a SSL cert from ev1 and went through the payment and installation. When I was done, I went to test that it was working, and it wasnt.
Do I need to do a complete reboot of my system? This is on a RH9 WHM/Cpanel Server.
Any suggestions on the process or help via IM would be greatful.
My information is posted in my profile.
Kind Regards.
elementip
01-16-2004, 05:15 PM
What are the symptoms? Do you see any warning or error messages?
EpicServers
01-16-2004, 05:25 PM
The installation went great, actually. I got all the correct verifications from ordering the product (emails and phone verification).
I went into my WHM and did the installation how it specified and everything filled in correct. I clicked the Do It button to install and everything rebooted correctly.
I went to the site and there is no SSL icon.
https://epicservers.com/
Thats the s link
I purchased it for this purpose: https://epicservers.com/billing/signup.php
Lippy
01-16-2004, 05:38 PM
The reason there is no SSL icon is because you have insecure items on the page. Try having all images linked dynamiclly
(IE: <img src="/images/image.jpg" />) and not staticly
(IE: <img src="/home/user/image/image.jpg" /> or <img src="http://www.domain.com/images/image.jpg" />)
The link you are using it for works fine, it was the main page that the sercure problems are on.
elementip
01-16-2004, 05:39 PM
One thing I noticed:
It IS SSL protectd, but IE is telling me that you have secure and non-secure items on the page. This can be caused by phpincludes from non-SSL areas of your site, or graphics pulled from other servers. Though it's still SSL protected, you will get security warnings.
You may want to take a look at this.
Also, your certificate says that it's been signed and issed by you.. if I read it correctly. It should read issued by geotrust (or whomever issued the cert.).
The billing link looks like it works fine, I see the lock icon in the corner, though the warning about not trusting the issuer pops up.
Looks like you are 90% of the way there.
EpicServers
01-16-2004, 06:03 PM
Okay I will take a look at all those issues, thanks a bunch for the help. Also, is it possible to allow other domains on the server to have access to the certificate?
If so, how difficult is it to allow this option?
eBoundary
01-16-2004, 06:12 PM
your other domains would need to reference the https files via https://domainwithSSLenabled.com/~username/path/to/file
Otherwise they will get an invalid certificate error