I have a website https://mycpadashboard.com/. I have installed SSL to it but whenever I upload media it first creates an image URL with HTTP, not with HTTPS. Though when I clicked on HTTP generated image URL it is redirecting which is a good thing. But I am performing a technical audit and they are showing me warnings that some of the URLs(same non HTTP images) are having HTTP links. I have checked all the settings.
Please advise.
Thanks
Go to wp-options from database php my admin and change the link from http to https. so your all images will convert to https.
I just saw an image of playstore in footer with http URL.
Related
After I moved my website from Http to Https, now when I click on a http link on the page, directs me to https link.
I changed all 'http's to 'https' using a plugin in wordpress. Now Website works perfectly, but every single external links in the page directes me automatically to https.
I tried WP-Elementor and added new http links, but still directs me to https.
Plugin which you use for redirect url from http to https is redirect all the link without checking the domain. you need to use plugin which is check the domain. and your domain links only redirect from http to https. As of me good plugin to redirect from http to https is Really Simple SSL.
I have a domain (let's call it Domain1 or https://img.{domain_name_1}.com) where I stored images for serving a wordpress staging website, which is currently hosted on a different server. For the latter I have only an IP public address (so not a real FQDN at the moment), let's call it Domain2 or https://99.999.999.999. On this server I installed a self-signed SSL certificate, just to encrypt the credential I use for phpMyAdmin and wordpress admin area. Meanwhile, Domain1 is SSL secured by Let's encrypt. I can access Domain1 by http or https indifferently, because I have a redirection from http to https.
Now, I pointed all my database records about images of the wordpress staging website to the Domain1. When I visit the Domain2 at the page https://99.999.999.999/postcat-postname/, all contents are visible except for images.
The Google Chrome Console tool displays:
Mixed Content: The page at '...' was loaded over HTTPS, but requested
an insecure image 'http://...'. This request has been blocked; the
content must be served over HTTPS.
It is strange and I cannot understand that error because:
the Domain1 which serves images for the staging area has been secured;
the wp_post of wordpress database for any image shows the link to the pictures with htpps.
This is a picture of the state:
Domain1: it serves pictures for Domain2, SSL secured via Let's encrypt
Domain2: the wordpress staging website. Self-signed SSL. Media file records in the MySql DB linked to https address of Domain1.
The redirect you are using on the image domain is only resolved when the request is sent to the server. If you are linking to an HTTP protocol in the main site the browser will block the request before sending it and therefore your HTTP to HTTPS redirect will not happen. Make sure the src has HTTPS in the protocol and that should fix the issue. You can either update the links directly in the DB or you can use a plugin that will allow you to track your assets.
Here are a couple:
SSL Insecure Content Fixer
WordPress HTTP
You may also want to check out this post that talks about shared certificates in your situation.
I'm using a plugin in WordPress that uses the Google Maps API but keep getting this error:
[blocked] Access to geolocation was blocked over secure connection with mixed content to...
My site is on SSL, and I've checked that the google API script is not trying to be pulled in via http (it is https as it should be).
I'm not sure what could be causing this issue. Maybe there is something I need to do in my htaccess file? Please help! Thanks!
Check below list,
Your site have http link instead of https links, so only you facing the mixed content warning( you can fine this warning in your browser console). Find those links in your website and change those as a https links.
Add google API key in configuration.
https://developers.google.com/maps/documentation/javascript/get-api-key
I'm trying to inject the following iframe onto my https website:
Screenshot of code
Is it possible to use a http iframe on an https website?
This is the error I receive when I inject it currently:
The webpage at https://trk.slvrbck.net/aff_ad?campaign_id=191&aff_id=25171&format=iframe might be temporarily down or it may have moved permanently to a new web address.
Thanks!
you may include your http iframe in an https website. The https site will encrypt the http iframe once its data is being sent from client to server.
getting it to work is another deal on its own :
refer to this to get it to work
How to allow http content within an iframe on a https site
I created the page in wordpress and set it https by the use wordpress https plugin. I have the problem that when I go to the http page link to the https page it shows in https. I want the rest of the pages should display in http when I go to the https link to http. How can I do it?
Thanks
There is a option in the https plugin,
"forced the external links"
check this option to display the pages in https only in case user goes to the https to http page. It does't display the http page in https. It displayed the selected pages in https.