Osclass forums
Support forums => General help => 3.8.x => Topic started by: hallakdesign on October 14, 2018, 02:53:09 am
-
I have the ssl certificate installed, I have already modified the config, para https:// but even without success, do you have any idea if you need a plugin or something else?
-
you need also force for https:// into your HTACCESS file...
Besides check your ssl installed good or not via
https://www.sslshopper.com/ssl-checker.html
Share your site here, we can check
-
you need also force for https:// into your HTACCESS file...
htaccess only need to redirect http to https. Nothing todo with enable or disable https.
-
Hello,
When I install SSL for myself or any of my clients, I just put https:// instead of http:// in config.php and force https with .htaccess. Works great everytime, except we maybe need to fix mixed content (usually happens when someone without experience edits the theme) to get the padlock icon.
I suggest you check whynopadlock.com
Regards.
-
Hi PatricfromCroatia@
https://www.whynopadlock.com thank you about this info... I do also https like you = config.php + HTACCESS
I have tested one of my page;
Here results; I could not find mistake in source of files. How to solve this?
****************
Protocols You currently have TLSv1 enabled.
This version of TLS is being phased out. This warning won't break your padlock, however if you run an eCommerce site, PCI requirements state that TLSv1 must be disabled by June 30, 2018.
Mixed Content - Errors
Hard Failure A file with an insecure url of "http://fonts.googleapis.com/css?family=Open+Sans:300,400,700" was loaded on line: 47 of https://www.ayttur.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Hard Failure A file with an insecure url of "http://fonts.googleapis.com/css?family=Coda" was loaded on line: 1015 of https://www.ayttur.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
-
Just update to the latest theme of yours (205) from OsclassWizards.com
-
If you won't update, change http:// to https:// in functions.php of the theme.
Regards.
-
Aficionado@ into Dasboard I see latest version of Osclasswizards theme loaded..I do not see an update warning / button
Please see secreenshoot
patrickFromCroatia@ I have already changed define('WEB_PATH', 'https:// , also forcing code placed into HTACESS
Warning text into my previous post was received from https://www.whynopadlock.com test.
-
Aficionado@ into Dasboard I see latest version of Osclasswizards theme loaded..I do not see an update warning / button
Please read my reply again. I posted the new version number and from where to get it.
-
If you won't update, change http:// to https:// in functions.php of the theme.
Regards.
it is not in functions if i remember correctly. It is in some css.
-
If you won't update, change http:// to https:// in functions.php of the theme.
Regards.
it is not in functions if i remember correctly. It is in some css.
Not sure if @muratbora understood me... Check your functions.php and CSS files and replace any http:// with https://.
This is a issue with OsclassWizards fonts in older version.
Regards.
-
patrickFromCroatia@ I had not read carefully your message,
Now I have done and result of https://www.whynopadlock.com without error.
Thank you