[opencms-dev] OpenCMS secure login to workplace with https and proxypass
Babak
babak at wjug.ca
Sun Oct 26 07:49:29 CET 2014
I am following below document to secure workplace :
http://www.opencms-wiki.org/wiki/Enforcing_SSL_Encryption_for_the_Opencms_workplace
I can access workplace with https, but after login, because of ProxyPass
directive in Apache config
/opencms/opencms/ is removed and getting 404 error:
HTTP Status 404 - /system/login/index.html
I tried excluding /system/login/ from proxypass but still
/opencms/opencms/ is being removed from URL
and getting 404 errror.
<VirtualHost ip:80>
ProxyPass /system/login/ !
</VirtualHost>
Appreciate of any tip that might help fixing the problem.
Thanks for help.
On 10/24/2014 4:24 PM, Babak wrote:
> Hi
>
> I am using ProxyPass to remove /opencms/opencms/ from my web site URL
> and every thing works fine.
>
> Now I need to enable secure login for workplace and already added
> below line to opencms-system.xml :
> <workplace-server>https://wjug.ca</workplace-server>
>
> However when I try to login I get below error:
> The requested URL /system/login/ was not found on this server.
>
> Is there something I am missing in my configuration ?
> has anyone setup secure workplace ?
>
> Thanks
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please
> visit
> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>
>
>
More information about the opencms-dev
mailing list