MyBB Community Forums

Full Version: HTTPS Login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, is it possible to login to the forum and the admin panel through HTTPS?
I use this for mine. What you have to do is create a file called .htaccess inside your admin folder and inside it put:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Not working Sad The path to my file is public_html/admin/.htaccess and it does not work Sad

Quote:SSL Error

Can not establish a secure connection to the server. This can be a problem with the server or certificate is required for client authentication, you do not have.


Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL error.
If your host hasn't configured it, you can't use it.
Thank you for the information, I am writing to hosting Smile