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
Month: June 2020
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
No Internet Access When Connected To SonicWALL Global VPN Client (GVC)
03/26/2020 original post: https://www.sonicwall.com/support/knowledge-base/no-internet-access-when-connected-to-global-vpn-client-gvc/170505862769521/#:~:text=CAUSE%3A,Internet%20Connection%20for%20web%20traffic. DESCRIPTION: This article explains troubleshooting scenarios where users connected to Global VPN Client can access the VPN networks, but not the Internet. CAUSE: This issue could be caused if either of the modes of using GVC; Split Tunnel and Tunnel All (Route All VPN) are not configured correctly. Split Tunnel: This is the most common deployment. 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
How to: Resolving “The User Profile Service failed the logon. User profile cannot be loaded.”
Please see below for solution 1, by skrysiak Appears while attempting to logon in Windows Vista, 2008, 2008 R2 and 7. The exact cause is unknown, but this issue may occur if the user profile was manually deleted by using the command prompt or Windows Explorer by a user or by some program. A profile Read More