Thanks Iain, I should have mentioned it but this only happens when SSL_FORCED_PREFIXES_ONLY is True (which is the default behavior). When it's False things work great, but in the particular situation where I encountered it this time setting that to False isn't a viable option; there are pages that have non ssl iframes on them so they need to only be accessed via an unsecured connection to avoid insecure content warnings/errors in browsers.
Thanks! On Mon, May 4, 2015 at 2:20 PM, Iain Mac Donald <[email protected]> wrote: > > I just deployed a 3.1.10 site and didn't encounter the problems you > describe with SSL and TinyMCE. > > Here are the SSL related settings I used: > > SSL_ENABLED = True > SSL_FORCED_PREFIXES_ONLY = False > SSL_FORCE_URL_PREFIXES = ("/admin",) > "mezzanine.core.middleware.SSLRedirectMiddleware", > > Have you tried this in more than one browser? > > Regards, > Iain. > > -- > 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. > -- 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.
