Overview A common issue after adding an SSL certificate is that your browser still shows your site as insecure. This most often happens because there are links on your page that still point to HTTP instead of HTTPS. For example, look at the following code to link an image. <img src=”http://www.example.com/images/pic_mountain.jpg” alt=”Mountain View”> Notice how Read More
Category: Linux Family
Red Hat, Centos, Debian, Ubuntu, Fedora and the likes
Also including MySQL, Apache, Wordpress etc…
WinSCP Not Showing Hidden Files
WinSCP Not Showing Hidden Files Do you have “Show Hidden Files” option enabled? By default, WinSCP comes with the option “Show Hidden Files” set to true.but sometimes it comes with this option disabled. To activate this option to see hidden files, press: Ctrl+Alt+H or you can also activate this option by going to: preferences => Panels => Show hidden files Read More
How to disable RC4 cipher suite on an Apache server
How to disable RC4 cipher suite on an Apache server Checking the configuration with Qualys SSL Labs, the results page shows “This server accepts the RC4 cipher, which is weak. Grade capped to B.”This is a very common issue on old versions of Apache like 2.2.XSo, we need to disable the RC4 to avoid the Read More
Configure the Apache Server with SSL certificates
Configure the Apache Server with SSL certificates 1. In order to use the key pair, the httpd.conf file will need to be updated. 2. In the Virtual Host section of the httpd.conf file, verify that you have the following 3 directives within this Virtual Host. Please add them if they are not present: SSLCertificateFile /usr/local/ssl/crt/public.crt SSLCertificateKeyFile /usr/local/ssl/private/private.key Read More
How to generate a Certificate Signing Request (CSR) for Apache SSL certificates
Certificate Signing Request (CSR) Generation Instructions for Apache SSL Solution This document provides instructions for generating a Certificate Signing Request on Apache. If these instructions do not work for the server, either the vendor of the software or an organization that supports Apache be contacted. Step 1: Generate Private Key The OpenSSL package and is usually Read More
6 Ways To Increase the Maximum Upload File Size in WordPress
By Mustaasam Saleem When you have a WordPress website, you have to upload files every now and then to keep your site active and pretty. So you need to know that there is more than one way to upload your picture, theme, or any other content to your WordPress. Basically, there are three ways to upload Read More