Only first page shows secure, remaining pages dont

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: www.viajerasporcostarica.com

I ran this command:

It produced this output: Dont know this information, but my issue is that the other pages into my website shows unsecure.

My web server is (include version): Dont know this information

The operating system my web server runs on is (include version): Dont know this information

My hosting provider, if applicable, is: godaddy.com / cpanel

I can login to a root shell on my machine (yes or no, or I don’t know): I dont Know

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): word press

Check the pages that fail with:
https://www.whynopadlock.com/

Yes, I did that last night and it was a problem with the images, therefore i dowloaded them again and the issue fixed in 99% of pages. Unfortunately there is one pages that has a problem with an image, the page doea not show segure because says image 1-1.png not found, that image does not exist not even in my uploads library, i create a Child page to fix it and even named one page with that name but did not work. See image below for the error

attachedFB_IMG_1512315317136|549x491

You can’t just remove the image from the page? Or you can’t find it?

If you can’t find it, an actual URL to an affected page would be very helpful as the HTML may hint as to e.g. a plug-in being responsible. (Your link isn’t working. :slightly_frowning_face:)

Hello,

The image does not exist on the page neither on my library, it was deleted long ago, even the error says image not found. The url that is giving me issue is this one. https://viajerasporcostarica.com/formulario-de-tours/

Let me know if you need something else.

Thanks in advance.

It’s almost certainly being loaded by a script, as it’s not in the page HTML. Not sure how much help anyone here can be.

As shown by WhyNoPadLock:
An image with an insecure url of “http://viajerasporcostarica.com/wp-content/uploads/2017/11/1-1.png” was loaded on line: 309 of https://viajerasporcostarica.com/formulario-de-tours/.
This URL will need to be updated to use a secure URL for your padlock to return.

The file name (1-1.png) seems pretty unique…
Try finding the file that contains that image file name:
grep -ri '1-1.png' /

The problematic file is referenced in the following CSS file:

https://viajerasporcostarica.com/wp-content/uploads/elementor/css/post-2107.css?ver=1512275536

.elementor-2107 .elementor-element.elementor-element-2b588dab > .elementor-background-overlay {
    background-image: url("http://viajerasporcostarica.com/wp-content/uploads/2017/11/1-1.png");
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

This appears to be a background set with the “Elementor” WordPress plugin. Please check all the backgrounds set on this page for the offending file. If you still can’t find it, please contact the support forum for the Elementor plugin for further assistance.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.