Invalid Or Corrupted Error Code 8182 In Firefox On Ispconfig Hosting Panel

Mobile
feeds
Welcome Login | Register

Invalid Or Corrupted Error Code 8182 In Firefox On Ispconfig Hosting Panel
  Forums Index
      » Linux Hosting Forums
        » » invalid or corrupted Error Code 8182 in Firefox on ispconfig hosting panel



Invalid Or Corrupted Error Code 8182 In Firefox On Ispconfig Hosting Panel
Post Description:
Post Tags: invalid, or, corrupted, error, code, 8182, in, firefox, on, ispconfig, hosting, panel, linux hosting, troubleshoot, help, support advise, questions, answers
This Post Has Been Viewed 372 Times Since Sun Apr 29, 2007 6:09 pm Posted By brains with 1 replies
Invalid Or Corrupted Error Code 8182 In Firefox On Ispconfig Hosting Panel
hi, i have ispconfig also and i am getting this error when i am using firefox:

Could not establish an encrypted connection because certificate presented... Error Code: -8182

what can i do?


Leave Your Comments






Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About Invalid Or Corrupted Error Code 8182 In Firefox On Ispconfig Hosting Panel




:: 1 :: Reply #2038 Reply By webmasta On Sun Apr 29, 2007 6:09 pm
this is what i do:

ERROR: Could not establish an encrypted connection because certificate presented by localhost is invalid or corrupted. Error Code: -8182

If for some reason you are getting this error when you are using firefox: execute the following commands at the shell command in your linux distribution. You wont get this error with Internet Explorer. Instead, Internet explorere just display a blank page after the installation of your ispconfig. Another plus for Firefox. I was using red had / Fedora when I got this error. Not sure if it will work with others such as SUSE, Mandrake, FreeBSD, Debian, etc..

Please note this this only applies to installations of ispconfig. If you are having trouble installing a vendor SSL Certificate, I suggest you contact them for support. But if you are getting this because of your ispconfig installation, then follow these five ( 5 ) command: Please note, each table is one command, I don't have enough room in this post for one line)

1
openssl genrsa -des3 -passout pass:yourpassword -out /root/ispconfig/httpd/conf/ssl.key/server.key2 1024

2
openssl req -new -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.csr/server.csr -days 365

3
openssl req -x509 -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -in /root/ispconfig/httpd/conf/ssl.csr/server.csr -out /root/ispconfig/httpd/conf/ssl.crt/server.crt -days 365

4
openssl rsa -passin pass:yourpassword -in /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.key/server.key

5
chmod 400 /root/ispconfig/httpd/conf/ssl.key/server.key


Once you have executed these five steps, restart ispconfig with the following comman:

/etc/init.d/ispconfig_server restart

then go back to your firefox browser and refesh the page. This time you shouldn't get this error anymore, It worked for me.