karl
26.03.2007 11:02:43
|
using SSL to access the admin panel |
  |
As one of my client need to use SSL to access the admin panel. But when i try it. It says "access restricted". Would you please make some changes that can available using SSL to access the admin panel ?
Thanks so much!
Karl
|
aru
26.03.2007 11:03:39
|
Re: using SSL to access the admin panel |
  |
Hello Peter,
You should try change in configuration. Developer wrote me:
I have tried accessing Modera admin with https on our dev server and it worked without any special tuning in config.php. Theoretically there might be problems if some self links or redirect headers under admin will be constructed with help of SITE_URL constant since it contains protocol. One of such examples is admin/login.php it redirects after successfull login using redirect() function. If client will access admin login page with https://example.com/admin than after successfull login he will be redirected to http://example.com/admin since redirect() function uses SITE_URL constant for constructing redirect header. It's possible to set "https" protocol for SITE_URL in config.php, but than if any front-end code will use redirect() function clients will be redirected to https://example.com
Are you using standard webmaster installation or some special modules are used as well? Please let me know so we could assist you.
With best regards,
Aru
|
karl
26.03.2007 11:22:13
|
Re: using SSL to access the admin panel |
  |
hi,
The client wants using http for front-end viewing, and using SSL for the admin panel, Is it possible ? He doesn't want use SSL for front-end and the admin panel.
I am using standard webmaster and some module are downloaded in your server.
Thanks a lot.
|
aru
26.03.2007 11:23:22
|
Re: using SSL to access the admin panel |
  |
Hello,
Yes, you can call out the https:// when entering admin. It’s more of a question of server configuration. http://www.ec2006tallinn.ee/ https://www.ec2006tallinn.ee/admin similar approach. So in that way you can apply https to any page also on the front end. For example feedback or registration pages.
With best regards,
Aru
|