• I bought a theme that uses this plugin, it works fine on http but on https it gets messed up.

    In the custom css file generated I see static links to http images instead of https images

    I know the theme developer has customized this so I have two questions:

    1. Under what circumstances is a new custom css file generated?
    2. Can you point me to the place in the code where the URL is built so I can change it from building static http image links to relative image links instead?

    Thanks.

    http://wordpress.org/plugins/wp-less/

Viewing 1 replies (of 1 total)
  • Plugin Author oncletom

    (@oncletom)

    Https can be troublesome if it’s behind a reverse proxy.

    I would suggest you to hint WordPress to think it’s really an HTTPS blog because other internals can rely on that (such as HTTPS-specific URIs etc.).

    This is a working example of an HTTPS detection within a reverse proxy use case.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with https’ is closed to new replies.