Mixed content

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Hello

      if you want to use SSL then its normal you are protected with Mixed content blocking.
      Just switch your urls from HTTP to HTTPS

      Example

      my website is xterium.space with HTTPS
      if i load an image on xterium.space/download/img/1.jpg with HTTP

      it will say mixed content, as main site use encryption, loaded image us HTTP, changing image link to HTTPS will remove the error

      Sincerely,
    • Yup i did changed all and rewrite some thinks deleted added...But there still something what cause the error and is not image.Error make when i want login game after click enter page redirect to the login page so cant login always redirect to main page.Browsers say unblock some script after unblocking i can log but then there is unsafe like ssl do not working.

      Thank you for your fast reply.
    • you need for your domain a SSL-Cert like from LetsEncrypt. This is free.

      In your htaccess in root folder you need the rewrite

      RewriteEngine On
      RewriteCond %{HTTPS} !=on
      RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

      if you call your side with http it will redirected to https