Opened 19 years ago
Closed 19 years ago
#3244 closed defect (invalid)
https and admin "User tampered with session cookie"
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.admin | Version: | 0.95 |
| Severity: | normal | Keywords: | |
| Cc: | tom@… | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I'm trying to setup the basic tutorial. When I try to login to the admin page I get the
"User tampered with session cookie" error.
I'm running apache 2.0.55-4
I'm trying to enter the site via https not http. I would not think that would cause a problem.
If this is my error, my apologies.
apache configuration is
<VIRTUALHOST 65.111.165.184:443>
ProxyRequests Off
SSLCACertificateFile /etc/ssl/certs/mail1_hookedonflies_com.ca-bundle
SSLCertificateFile /etc/ssl/certs/mail1_hookedonflies_com.crt
SSLCertificateKeyFile /etc/ssl/certs/myserver.key
#SSLCertificateFile /etc/ssl/crt/mail1_hookedonflies_com.crt
#SSLCertificateKeyFile /etc//ssl/key/mail1_hookedonflies_com.key
SSLEngine On
ServerName www2.neodial.com
ServerAdmin flies@hookedonflies.com
Alias horde3 /usr/share/horde3
DocumentRoot /var/www/mysite/
SetHandler python-program
PythonHandler django.core.handlers.modpython
PythonPath "['/home/tallpaul']+sys.path"
SetEnv DJANGO_SETTINGS_MODULE mysite.settings
PythonDebug On
PythonAutoReload On
</VIRTUALHOST>
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Cc: | added |
|---|
comment:3 by , 19 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Please browse the email archives for this problem. We don't do any support in the ticket system, but you can send an email to django-users.
Note:
See TracTickets
for help on using tickets.
I also had this error a few days ago when using SSL, but I'm not sure if it's SSL related (I didn't test it without SSL). Do you have PHP5?
Take a look at http://groups.google.com/group/django-users/browse_thread/thread/360d5b76ea2c614a/9e36f023614f8baf and https://launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/54135.