Tuesday, March 31, 2015

login error: hostname doesn't match .... but it does!!!

Just trying to login a new user, but I'm getting this error, which makes no sense to me because it looks like it should match:

Login error (https://www.jtprince.dev.doba.com/new-login.html) -- Exception: hostname 'www.jtprince.dev.doba.com' doesn't match either of '*.doba.com', 'doba.com' -- Result: None

ALLOWED_HOSTS = [
    '.doba.com',
    '.doba.com.',
]

What kinds of things should I try to get past this?

Thanks!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7e279169-5359-45f2-93f4-4a713c6356c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment