Advertisement:

Author Topic: SSL in osclass ?  (Read 1085 times)

hallakdesign

  • Newbie
  • *
  • Posts: 22
SSL in osclass ?
« 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?

muratbora

  • Full Member
  • ***
  • Posts: 234
Re: SSL in osclass ?
« Reply #1 on: October 21, 2018, 02:30:44 pm »
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

Aficionado

  • Guest
Re: SSL in osclass ?
« Reply #2 on: October 21, 2018, 03:57:50 pm »
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.

 

WEBmods

  • Hero Member
  • *****
  • Posts: 936
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: SSL in osclass ?
« Reply #3 on: October 21, 2018, 05:10:23 pm »
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.

muratbora

  • Full Member
  • ***
  • Posts: 234
Re: SSL in osclass ?
« Reply #4 on: October 29, 2018, 07:19:10 pm »
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.

Aficionado

  • Guest
Re: SSL in osclass ?
« Reply #5 on: October 29, 2018, 07:25:34 pm »
Just update to the latest theme of yours (205) from OsclassWizards.com

WEBmods

  • Hero Member
  • *****
  • Posts: 936
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: SSL in osclass ?
« Reply #6 on: October 29, 2018, 11:38:59 pm »
If you won't update, change http:// to https:// in functions.php of the theme.

Regards.

muratbora

  • Full Member
  • ***
  • Posts: 234
Re: SSL in osclass ?
« Reply #7 on: October 29, 2018, 11:52:10 pm »
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

  • Guest
Re: SSL in osclass ?
« Reply #8 on: October 30, 2018, 01:15:59 am »
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.

Aficionado

  • Guest
Re: SSL in osclass ?
« Reply #9 on: October 30, 2018, 01:17:54 am »
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.

WEBmods

  • Hero Member
  • *****
  • Posts: 936
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: SSL in osclass ?
« Reply #10 on: October 30, 2018, 09:52:34 am »
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.

muratbora

  • Full Member
  • ***
  • Posts: 234
Re: SSL in osclass ?
« Reply #11 on: October 30, 2018, 04:48:09 pm »
 patrickFromCroatia@ I had not read carefully your message,
Now I have done and result of https://www.whynopadlock.com without error.
Thank you