12-13-2019, 05:28 AM
12-15-2019, 03:20 AM
(12-13-2019 04:09 AM)CanhCam Guy Wrote: [ -> ](12-13-2019 02:38 AM)inquisitor Wrote: [ -> ](12-10-2019 07:09 PM)khawk1 Wrote: [ -> ]Thanks for the share. +Reps added!
I just went through the info, and most of this is crap.
However!!.. There is a video explaining the Cloudflare setting optimized for speed, and i have to sadly admit i did not change all these settings personally until just now. Got me an extra 0.5 second speed increase. Very happy with that.
I did not read the pdf`s, just skimmed the titles.. Busy with life and so on..
Either way, thanks for the share
Also, I found this video about Cloudfare in YT, this is good also..
How to Get a Free SSL for your WordPress Website
Code:
https://www.youtube.com/watch?v=lPAt2nfgtPA
Best Regards..
Free SSL of CloudFlare is Flexible SSL, it quite be a share SSL with multiple websites on the same CDN ip use the same SSL key, some browers still report it not secure.
The bad of Flexible SSL is it require CloudFlare CDN turn on, but Free CloudFlare CDN is not good because downtime too much.
The best solution now is Lets Encrypt SSL, it's totally free, support by all major browsers and take only a few seconds to install in most of shared hosting.
Yes this is true!!! CanhCam Guy
But now I have installed this plugin (see in the video)
and opened my site with https:// - IT WORKED !
Just (back) link maybe only your httpS site !
I think so?
Plugin: https://www.icontrolwp.com/blog/enabling...ssl-plugin
and as here described: go in cloudflare to:
CREATE A PAGE Rule !
OH ...
and also:
"Browse to your website using HTTPS instead of HTTP. Your website should load as normal. If it doesn’t, you probably have certain assets such as CSS or JPEGs that are hard-coded to use HTTP and not HTTPS.
You may need to take some time and update your themes etc. Wherever you see an asset such as Javascript or CSS coded to use “HTTP://”, you should replace “HTTP://” with simply two forward slashes “//” In this way it will automatically adapt to load HTTP or HTTPS depending on the nature of the current visitor. Wherever possible you shouldn’t use HTTP or HTTPS anywhere, unless you need to force HTTPS."
Much to do! I will at the moment disconnect all this httpS and make it later....
12-15-2019, 05:40 PM
Is there any tool that checks which parts are using SSL and which are not ??


12-16-2019, 04:42 AM
(12-15-2019 05:40 PM)smithnowt Wrote: [ -> ]Is there any tool that checks which parts are using SSL and which are not ??
This one:
Code:
https://www.sslshopper.com/ssl-checker.html
But you can see the yellow icon in Address bar of Firefox if have any part of page including http://
If you use WP, just install free plugin Better Search and Replace, find http:// in all database tables, then replace all with https://
Most of non-secure parts of web pages are images from external links, and specially non-secure links have to fix is background images, sometimes you must fix it in code or page builder mode because these links not be included in database.
12-16-2019, 12:21 PM
someone please make a summary list, 70 pages pdf and bunch of videos scare me a lot.
12-17-2019, 03:37 PM
Super Share Thank you