PDA

View Full Version : Can't Access Secure SSL After SSL Cert Renewal



dawgfather
12-20-2009, 09:21 AM
Hello - I need help. I have an OSCommerce site that has been working well until bluehost renewed my SSL Certs. Now I get a browser message saying it can't create a secure transaction.

My htaccess file has not changed since April 19, 2009.

I have determined that this line in the htaccess file is causing the error message

SSLCipherSuite ALL:-ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP

The way I read this line is use all OpenSSL ciphers of High Medium but don't use ADH or SSLv2 or EXPORT or LOW quality ciphers.

I've ran the command openssl ciphers -v from the secure shell on my bluehost server and tried the above command with just one cipher from the list and all the ciphers from the list and I still get the same error

Bluehost support says it is my problem, but it worked until they renewed the SSL certs. Anyone have any ideas or thoughts on how to fix this?