Hi,

i am trying to configure my server will a ssl and am using AJP connector.

I am having a serious problem which i am unable to figure out.

When i use https://www.example.com/catalog/control/main the site works
perfectly and there is not login error.

I am asked to login indefinite times, when i try to checkout in the
ecommerce application with the URL
https://www.example.com/ecommerce/control/main

It seems there is a session problem whenever i move from http to https and
vice-versa. in the visits section of party application in the admin side, i
find new visit entries created everytime i browse from https:// to http://
and vice-versa.

But this problem is not seen in
https://www.example.com/catalog/control/main, perhaps because i am in ssl
more all the time.

Am i missing something, i have configured apache as follows:


ProxyPass /ecommerce/ ajp://127.0.0.1:8009/ecommerce/
ProxyPass /googlecheckout/ ajp://127.0.0.1:8009/googlecheckout/
ProxyPass /images/ ajp://127.0.0.1:8009/images/
ProxyPass /catalog/ ajp://127.0.0.1:8009/catalog/
ProxyPass /accounting/ ajp://127.0.0.1:8009/accounting/
ProxyPass /crmsfa/ ajp://127.0.0.1:8009/crmsfa/
ProxyPass /content/ ajp://127.0.0.1:8009/ecommerce/
ProxyPass /facility/ ajp://127.0.0.1:8009/facility/
ProxyPass /partymgr/ ajp://127.0.0.1:8009/partymgr/
ProxyPass /financials/ ajp://127.0.0.1:8009/financials/
ProxyPass /googlecheckout/ ajp://127.0.0.1:8009/googlecheckout/
ProxyPass /googlebase/ ajp://127.0.0.1:8009/googlebase/
ProxyPass /humanres/ ajp://127.0.0.1:8009/humanres/
ProxyPass /manufacturing/ ajp://127.0.0.1:8009/manufacturing/
ProxyPass /marketing/ ajp://127.0.0.1:8009/marketing/
ProxyPass /microsoftlive/ ajp://127.0.0.1:8009/microsoftlive/
ProxyPass /fedex/ ajp://127.0.0.1:8009/fedex/
ProxyPass /oagis/ ajp://127.0.0.1:8009/oagis/
ProxyPass /ordermgr/ ajp://127.0.0.1:8009/ordermgr/



Please help.

Thanks,

Rohit


-- 
View this message in context: 
http://www.nabble.com/Login-session-error-in-ecommerce-application-when-used-with-AJP-and-SSL-tf4272480.html#a12160155
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to