SSL Connection Error to access backend Administration panel
I've been managing a site using the CMS, Joomla. We have been using the site with no problems until this weekend. When I tried logging into the backend administration panel to write a new article, upon submitting my login details I received a SSL Connection Error (ERR_SSL_PROTOCOL_ERROR). For some reason, now when I try logging in, the backend pages are https, thus triggering the SSL connection error.
I've dug into several forms that talk about this issue, and the common "solution" recommends logging into the site FTP, accessing the configuration file, and then manually switching the var $force_ssl = '0'; to 1 or 2, saving/uploading it to the FTP, then switching it back to var $force_ssl = '0'; which will not force the SSL on the backend. Here is a link to that forum: http://forum.joomla.org/viewtopic.php?f=433&t=458713
However, after I've attempted this, I am still running into the SSL error for the backend administration pages. All public pages are displaying correctly. Any thoughts/recommendations to solve this would be very much appreciated.
Thanks
I've dug into several forms that talk about this issue, and the common "solution" recommends logging into the site FTP, accessing the configuration file, and then manually switching the var $force_ssl = '0'; to 1 or 2, saving/uploading it to the FTP, then switching it back to var $force_ssl = '0'; which will not force the SSL on the backend. Here is a link to that forum: http://forum.joomla.org/viewtopic.php?f=433&t=458713
However, after I've attempted this, I am still running into the SSL error for the backend administration pages. All public pages are displaying correctly. Any thoughts/recommendations to solve this would be very much appreciated.
Thanks