QUOTE(ktmanz @ Oct 13 2006, 11:24 AM)

Every time I try to connect to a particular site I get the following message.
Could not establish an encrypted connection because certificate presented by "certain site" is invalid or corrupted. Error code: -8102
This only began happening 3 days ago. Previously had no problems connecting. I can connect to site thru IE
Regards
Kim
This problem is because of key usage extension present in server cert.
check the certificate associated with that site,
SSL rfc suggest "When a key usage extension is present, the digitalSignature bit must be set for the key to be eligible for signing and the keyEncipherment bit must be present to allow encryption."
so probably in your case:- website is sending certificate which contains key usage extension where digital signature bit is not set.
IE wont validate certificate extensions to such a great extent. Therefore connection will pass here.
cheers