GithubHelp home page GithubHelp logo

Comments (4)

evertramos avatar evertramos commented on May 25, 2024

You are using an insecure plugin or theme, In fact, this has nothing to do with the container settings.

Please add a plugin to make all ssl, there are a few of them around, such as:

https://wordpress.org/plugins/really-simple-ssl/

or

https://wordpress.org/plugins/ssl-insecure-content-fixer/

from docker-wordpress.

LucaMiozzo avatar LucaMiozzo commented on May 25, 2024

Hi, thankU for your quick reply.
But the wordpress does not have any plugin, is new and wothout nothing.

from docker-wordpress.

evertramos avatar evertramos commented on May 25, 2024

@LucaMiozzo ritght... even though try out this plugins and you should be fine. Some how you are trying to load some non ssl links. Let me know if it worked.

from docker-wordpress.

remach avatar remach commented on May 25, 2024

Try to add
if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
at the beginig wp-config.php

from docker-wordpress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.