Invalid Or Corrupted Error Code 8182 In Firefox On Ispconfig Hosting Panel
- Forums
- Linux Hosting
- Invalid Or Corrupted Error Code 8182 In Firefox On Ispconfig Hosting Panel
This Page Contains information about Invalid Or Corrupted Error Code 8182 In Firefox On Ispconfig Hosting Panel By brains in category Linux Hosting with 1 Replies. [423], Last Updated: Sat May 18, 2024
brains
Sun Apr 29, 2007
1 Comments
968 Visits
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?
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.
https://www.wallpaperama.com/forums/invalid-or-corrupted-error-code-8182-in-firefox-on-ispconfig-hosting-panel-t1142.html