Firefox Error accessing plesk

Invald SSL Rename or delete the file cert8.db in the Profile Folder to remove all intermediate certificates that Firefox has stored by visiting secure websites. The build-in root certificates show as “Builtin Object Token” and the stored intermediate certificates as “Software Security device” Rename or delete the file cert_override.txt (cert_override.txt.old) in the Firefox Profile Folder … Read more

Email Tips

Not receiving emails from a site form: This issue was caused by the hostname of the server, which was dsw33.managed.domain.com, Update this to a vaild hostname like mail.thedomain.com and add the matching PTR (reverse DNS) record to match. You will need to add an A record at your DNS provider that points mail.thedomain.com to the … Read more

PHP Pages White on PLesk Server

Getting a White Page in a Plesk server with php. Check the error log for the domain: Check php settings in plesk Change the value to “none” Click Okay. In this instance, I got an error: Ran bootstrapper:

Bash Code Injection Vulnerability (Shellshock)

Products Affected: Product/Channel Fixed in package Remediation details Red Hat Enterprise Linux 7 bash-4.2.45-5.el7_0.2 Red Hat Enterprise Linux Red Hat Enterprise Linux 6 bash-4.1.2-15.el6_5.1 Red Hat Enterprise Linux bash-4.1.2-15.el6_5.1.sjis.1 Red Hat Enterprise Linux bash-4.1.2-9.el6_2.1 Red Hat Enterprise Linux 6.2 AUS bash-4.1.2-15.el6_4.1 Red Hat Enterprise Linux 6.4 EUS Red Hat Enterprise Linux 5 bash-3.2-33.el5.1 Red Hat … Read more

Find Out Which Process Is Listening Upon a Port

How do I find out running processes were associated with each open port? You will get an output similar to this one The process i, which is 6782, now this is the process that is using port 8080. Kill the process, type: kill 6782 and now port 8080 is free. http://www.cyberciti.biz/faq/what-process-has-open-linux-port/

Tips for Windows Server 2003 Compromise

If your server is sending spam or compromised, here are a few tip. First thing is to do a password audit, you can view these passwords in plain text in this file: C:Program FilesParallelsPleskMail ServersMail EnableConfigAUTH.TAB If some passwords in use are very weak they will eventually become compromised. Pay extra attention to common business … Read more

ERROR:- OpenSSL ‘ChangeCipherSpec’ MiTM Vulnerability

From a PCI scan, this error. Answer: Your scanning provider is apparently relying on the version information in the banner to determine vulnerability. Redhat frequently backports fixes into previous versions of applications which is the case with your version of OpenSSL (openssl-0.9.8e-27.el5_10.4). This is a false positive. The vulnerability does not affect this server. You … Read more