• I’m experiencing a problem where when viewing my non-https site, all of the links to posts are to http<strong>s</strong>://www.mydomain.com/some-post/ instead of to http://www.mydomain.com/some-post/.

    I have define('FORCE_SSL_ADMIN', true); set in wp-config.php.

    The certificate is self-signed so not for public use. I don’t want to send WP passwords in the clear.

    somehow the s is getting hard-coded into the domain name. How can I change this so all pages have non-ssl links?

Viewing 1 replies (of 1 total)
  • Thread Starter lightnb

    (@lightnb)

    Changing home and siteurl in the options table of the database seems to have resolved the issue. Hopefully nothing else breaks because of it. :/

Viewing 1 replies (of 1 total)

The topic ‘Non-SSL site SSL admin = all links point to https?’ is closed to new replies.