Category: Web Hosting

Fixing [emerg] PEM_read_bio_X509_AUX Error When Installing SSL Certificate

Some weeks ago, I was installing an SSL certificate and when I thought I was finish, NGINX refused to start. I got the error, “nginx: [emerg] PEM_read_bio_X509_AUX(“/usr/local/nginx/conf/ssl/sslcert.crt”…d end line)” after I restarted the web server to make the SSL changes take effect. Of course, your sslcert.crt file might be named differently, but we’ll use this … Continue reading “Fixing [emerg] PEM_read_bio_X509_AUX Error When Installing SSL Certificate”

Fixing “InnoDB presently supports one FULLTEXT index creation at a time” Error

This week I was trying to back up a database with a MyISAM default storage engine from HostGator’s cPanel and restore it on a new server using MariaDB with an InnoDB default storage engine. Apparently, I could not do this because HostGator was using an outdated version of MySQL and when the time came to … Continue reading “Fixing “InnoDB presently supports one FULLTEXT index creation at a time” Error”