I found the reason: I changed in url.py the default prefixe of the admin site but as I added the new prefixe to the SSL_FORCE_URL_PREFIXES, I deleted the u'admin'. In consequence the *admin_keywords_submit <https://www.google.com/url?q=https%3A%2F%2Fmydomain%2Fadmin_keywords_submit%2F&sa=D&sntz=1&usg=AFQjCNEx1kqzTfAknujo34Eqw-3Jli111w> *was not redirected to https correctly. So NEVER delete u'admin'.
Le dimanche 5 octobre 2014 23:50:51 UTC+2, tazogil a écrit : > > > I have the following problem in deployment: when I submit a page in the > admin, with ssl enabled in site parameters, ssl middleware in settings, > Mozilla pops up this message : > > *This web page is** now redirected to a new location. Would you like to >>> resend the form data already entered to the new page?* >>> >> > *The * > > > > > *network log shows that this resource is the cause: > https://mydomain/admin_keywords_submit/ > <https://www.google.com/url?q=https%3A%2F%2Fmydomain%2Fadmin_keywords_submit%2F&sa=D&sntz=1&usg=AFQjCNEx1kqzTfAknujo34Eqw-3Jli111w> > > status code 307.Thank you for help.mezzanine 3.1.10* > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
