Problem with SSL certificate

adamgreen240

Free Member
Jul 26, 2010
30
3
Hi guys, Bit of a technical question, so not sure if anyone will know how to help! But, just changed one of my sites over to my VPS server, and reinstalled my SSL certificate, but im having a few issues.

All seems to be working fine in Chrome, Safari, and Firefoz, but it is throwing up an error in Internet Explorer.

The certificate when looking through chrome, safari, and firefox is the certificate i have installed (issued to my domain) but it is showing a totally different certificate when viewed in Interent Explorer (i think it is using the one which secures the server plesk admin panel?)

Does anyone know whats causing this?

Site working great in chrome:

chrome.png


Not so good in IE:

ie1.png


ie2.png


Would appreciate any help!

Thanks folks!
 

Posilan

Free Member
Dec 20, 2010
2,540
878
Manchester
The certificate seems ok here - did you manually install the Parallels one for your web address in IE before setting up the proper SSL certificate?

The other thing to try is deleteing your browsing history in IE:

Tools>Delete Browsing History and make sure at least "temporary internet files" is ticked.

the command to restart a web server on most linux boxes is:

Code:
/etc/init.d/httpd restart

But as you rebooted the box, it will have done this anyway.

Steve
 
Upvote 0

adamgreen240

Free Member
Jul 26, 2010
30
3
Hi, thanks for the reply.

Yes, I have cleared my history and that in IE, but it is still the same this end. As I say, it's fine in all the other browsers.

Ive just had a customer email me a snotty email as well, saying that the site isn't secure, so I assume they must be using IE.

I've just restarted the server again via SSH command, but still the same.

Did you test it in IE?

Thanks for your help :)
 
Upvote 0

andygambles

Free Member
Jun 17, 2009
2,616
687
Scarborough
You have a self signed cert installed on the website not the RapidSSL certificate. There also seems to be something screwy with your DNS zones not returning any authoritative name servers.

Check dns is pointing where it should and that you have no local cache of dns or files on your computer.

Then try re-installing the RapidSSL cert.
 
Upvote 0

Posilan

Free Member
Dec 20, 2010
2,540
878
Manchester
It's very odd that IE9, Firefox and Chrome show the correct certificate but linux shows the Parallels certificate:

:~#openssl s_client -showcerts -connect www.finest-filters.co.uk:443
CONNECTED(00000003)
depth=0 /C=US/ST=Virginia/L=Herndon/O=Parallels/OU=Parallels Panel/CN=Parallels Panel/[email protected]
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=US/ST=Virginia/L=Herndon/O=Parallels/OU=Parallels Panel/CN=Parallels Panel/[email protected]
verify return:1
---
Certificate chain
0 s:/C=US/ST=Virginia/L=Herndon/O=Parallels/OU=Parallels Panel/CN=Parallels Panel/[email protected]
i:/C=US/ST=Virginia/L=Herndon/O=Parallels/OU=Parallels Panel/CN=Parallels Panel/[email protected]
-----BEGIN CERTIFICATE-----
MIIDszCCApsCBE5D54wwDQYJKoZIhvcNAQEFBQAwgZ0xCzAJBgNVBAYTAlVTMREw
DwYDVQQIEwhWaXJnaW5pYTEQMA4GA1UEBxMHSGVybmRvbjESMBAGA1UEChMJUGFy
YWxsZWxzMRgwFgYDVQQLEw9QYXJhbGxlbHMgUGFuZWwxGDAWBgNVBAMTD1BhcmFs
bGVscyBQYW5lbDEhMB8GCSqGSIb3DQEJARYSaW5mb0BwYXJhbGxlbHMuY29tMB4X
DTExMDgxMTE0MzAzNloXDTEyMDgxMDE0MzAzNlowgZ0xCzAJBgNVBAYTAlVTMREw
DwYDVQQIEwhWaXJnaW5pYTEQMA4GA1UEBxMHSGVybmRvbjESMBAGA1UEChMJUGFy
YWxsZWxzMRgwFgYDVQQLEw9QYXJhbGxlbHMgUGFuZWwxGDAWBgNVBAMTD1BhcmFs
bGVscyBQYW5lbDEhMB8GCSqGSIb3DQEJARYSaW5mb0BwYXJhbGxlbHMuY29tMIIB
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwvtjjZnXAM3DJCM8bjOQklFV
GHbTwqWOnmnG1DMhuBtfn+NoMbtCs4t6vksvGzele+zejPMl62Gym6/K0xVtwCvM
5xYSsnZyqj3XpMOwZaRu/FPFXTB8oe7/ko+TqqKAi4sXXJHSvYkBuzlF2YW/zzAW
1lOAOf1wwaTcGirwIDsme78TRFy1xyIhqTkWQCv3/pTGr8rLeSFwRKIkqfZqmUGM
DBAp9wQse7IbGZ1kvmWZXXg8c307XontiTq+VLcYysoWnmjm99bdhEcqqFXDAiCM
LEJkaT6GRoP7vwCxTTu3lmFQdPRYl9ErEoB6vc93aEvHri9INgeyqMD/lnHjZQID
AQABMA0GCSqGSIb3DQEBBQUAA4IBAQABCNNik1Xc61vrSVi3XTB3LcY0tgrtOocv
XPSI/aFu1idcrv1tBt1lFcqHObApXZyDtU4ABmQHR1rn5eeMmt2HxhhhFCkHVTRf
SADL6KAa6V8p+BUuyICy+jhlYXyiy/rOTSVu51S8DpOflQtv54D7iooBhCvqOZfL
WoZZMewYrsj+EtbwGnl+CrpoUxJEPFRTL80J4wsZhmuwK4R6g861IitIiVqVHMl7
ShAJbjXg1FzS5JgUjbk3Xg2LpIUZiUw2ddTXcwnGr1j22aRNbKW71sA/AyIogyhF
5dGR7+Jl7raJrBnDRbA7dQO0Ph/UoZT6vPyLxsNlaoFf6xCwjCLW
-----END CERTIFICATE-----
---
Server certificate
subject=/C=US/ST=Virginia/L=Herndon/O=Parallels/OU=Parallels Panel/CN=Parallels Panel/[email protected]
issuer=/C=US/ST=Virginia/L=Herndon/O=Parallels/OU=Parallels Panel/CN=Parallels Panel/[email protected]
---
No client certificate CA names sent
---
SSL handshake has read 1650 bytes and written 319 bytes
---
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : TLSv1
Cipher : DHE-RSA-AES256-SHA
Session-ID: CBAF2CE9143AEC0EDDF99C1EB2955CC59D85FD031134478E88B5A3C000F7C113
Session-ID-ctx:
Master-Key: 8D54A7ED3B159BA5FCCDC95F945A3A19E553DABDB404F2AB1950578E9BC77126AC92CAF053BAB4CEFEB1246BAA05189C
Key-Arg : None
Start Time: 1313277887
Timeout : 300 (sec)
Verify return code: 18 (self signed certificate)
---
closed
 
Upvote 0

Latest Articles

Join UK Business Forums for free business advice