Hosting.Guru

Notes from the Expert

Tag: ssl

cPanel host certificate expired

Posted on December 20, 2021

This happenned few times – for some reason host SSL certificate was not renewed or was not installed properly, that lead to WHM/cPanel and mail […]

Continue reading »
cPanel, Linux

Fix SSL certificate validation with ProxyPass

Posted on February 10, 2021

If you proxyPass your whole account and still want/need to have URL validation for your free SSL certificate (AutoSSL / Let’s Encrypt / cPanel / […]

Continue reading »
apache, Linux

How to protect your project against phishing – sysadmin tips

Posted on October 12, 2018

Hello guys, Today I am going to list and give brief explanation about how you can protect your project against phishing. This article is designed […]

Continue reading »
0
Linux, Security

Simple .htaccess rule to force redirect to HTTPS / SSL

Posted on August 10, 2018

Just put these 3 lines on top of your .htaccess file. RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]   Redirect non-www to www […]

Continue reading »
0
apache

Redirect to HTTPS with .htaccess

Posted on June 7, 2018

Put the following text in your .htaccess file and change it to match your domain. RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://blog.hosting.guru/$1 [R=301,L] RewriteCond […]

Continue reading »
0
apache, Linux, Security

How to fix SSL3_GET_SERVER_CERTIFICATE verify failed

Posted on December 29, 2015

This is working solution for the error SSL error SSL3_GET_SERVER_CERTIFICATE:certificate verify failed I had this problem on a fresh CentOS with manually installed openssl-1.0.2e. Might […]

Continue reading »
0
PHP

Multisite wordpress SSL fix for wp-admin

Posted on November 26, 2015

For some reason on one multisite wordpress installation, that is manage by our customer, all wp-admin links began redirecting visitor to secure (SSL) site. This […]

Continue reading »
0
Wordpress

How to generate SSL key and certificate request (CSR)

Posted on October 27, 2015

May control panels offer this function (e.g. cPanel), but sometimes you might want to do it the old way – that is – manually. Here […]

Continue reading »
0
Linux, Security

PayPal SSL certificate upgrade and curl fix

Posted on October 27, 2015

PayPal has notified, that their SSL certificates will soon be upgraded to SHA-256. As we have previously communicated to you, PayPal is upgrading the certificate […]

Continue reading »
0
Linux, PHP

How to test your SSL certificate

Posted on October 27, 2015

Some people might think, that if webpage has SSL certificate – it is 100% safe to browse it. Website owners might think, that having SSL […]

Continue reading »
0
Online tools, Security

Got your WordPress hacked?

I am starting a new YouTube channel, where I am showing how to clean WordPress sites and right now I need good and interesting material for my videos. If you need help with cleaning your WordPress site – send me an email – may be I can help you absolutely for free – by cleaning and recording the whole process.

Try fast WordPress hosting

Do you suspect, that your WordPress hosting is slow? Getting low score with WPBenchmark plugin? No worries – you can try fast WordPress hosting absolutely for free – request your fast demo WordPress here!

Categories

  • apache
  • Benchmark
  • cPanel
  • Linux
  • MySQL
  • Online tools
  • PHP
  • PostgreSQL
  • Security
  • Uncategorized
  • Wordpress

Got Questions? Need Help?

Sure, I can help. Just ask. If I can not find an answer to your question, I will suggest a solution for your problem! Visit hosting.guru for more details.

hosting.guru - professional help in any hosting related question
Powered by WordPress and Momentous.