Forumlar / Cotonti / General / Loginproblem over proxy

Bender
#1 2012-04-16 13:07

When i try to login over a proxy ( squid ) i get the errorpage "Error ... may wrong url".

Something wrong ?

 

Bender

 

 

Trustmaster
#2 2012-04-16 13:27

I was able to log into this site behind a squid proxy. So it might be specific squid or site settings.

First of all check site's cookie settings. Is it running on localhost or some publicly available domain?

May the Source be with you!
Bender
#3 2012-04-16 14:12

I talk about that i cant login on cotonti.com over the proxy.

Just cant login but able to see everything as guest.

Trustmaster
#4 2012-04-16 15:35

Then it's definitely squid settings because I am able to login using my private squid proxy.

May the Source be with you!
Twiebie
#5 2012-04-16 16:05

Works fine for me aswell using a Squid proxy.

Bender
#6 2012-04-19 02:22

Maybe its about the restricted squid config but is valid and often used :

forwarded_for off
via off
header_access From deny all
header_access Referer deny all
header_access Server deny all
header_access User-Agent deny all
header_access WWW-Authenticate deny all
header_access Link deny all

Trustmaster
#7 2012-04-19 06:26

It seems you're using anonymized settings which disable referer tracking. This violates our current security policy which disallows cross-domain form submission, checked via HTTP_REFERER value.

May the Source be with you!