Jump to content

SSL on Admin area


xxkylexx

Recommended Posts

Hey,

When you add your SSL URL in the configuration it forces it on the order form, client area, and other needed areas (which is good). However, I notice it isn't forcing it on the admin area? Is this something that is wrong? I would think it would use the SSL in this case...

 

 

Thanks,

Kyle

Link to comment
Share on other sites

Hey,

 

I think its a good idea :-)

 

For a temp. solution or a better solution just add a .htaccess file with the following code.

 

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} 

 

From,

Adam

Link to comment
Share on other sites

  • WHMCS CEO

If you want to use SSL just enter https in the url. Unlike the client area, there doesn't need to be any switching here between ssl and non-ssl so if you enter https when you first access it all links during that session will be under ssl.

 

Matt

Link to comment
Share on other sites

Hey,

 

I think its a good idea :-)

 

For a temp. solution or a better solution just add a .htaccess file with the following code.

 

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} 

 

From,

Adam

 

That's how I used to do it, but since v3, there is a configuration field in the admin area to add your SSL url. If you use this option, it tends to mess with the above .htaccess code. Just would be nice to force the SSL on the admin area, to ensure the encryption.

 

Kyle

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated