Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Solved SSL Mixed Content only in Forum

More
9 years 5 months ago - 9 years 4 months ago #1 by Shimei
Hi,

I am new to using SSL. I recently obtained a Security Certificate and implemented SSL. The whole site appears to be SSL compliant except the Forums.

I was wondering if anyone has any suggestions as to what the problem may be and how to fix it in the forum?

My forum is here: www.christforums.org


As you can see there's no mixed content anywhere else besides the forum? The only thing I could think of was the donation link, so I disabled that and still it had mixed content. I am shooting in the dark because I do not even know how to find the mixed content?

Thanks
Last edit: 9 years 4 months ago by Shimei.

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #2 by Shimei
Looks like I found the mixed content. Firefox seems to be the only browser identifying Google fonts as mixed.

The mixed content error in Firefox Console Security says:

Blocked loading mixed active content " fonts.googleapis.com/css?family=roboto,H...eva,Arial,sans-serif "


Any help in fixing this would be much appreciated!

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #3 by 810
Replied by 810 on topic SSL Mixed Content only in Forum
look the source page. every http:// should be https://

so you need to check your joomla template. and change it to https://
The following user(s) said Thank You: Shimei

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #4 by Shimei
I see that it is template related. The mixed content is not present using Blue Eagle. Still could use help in how to correct this, but I realize it isn't supported by Kunena. Turning to my template company, hopefully they will answer.

Thanks 810

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago - 9 years 5 months ago #5 by 810
Replied by 810 on topic SSL Mixed Content only in Forum
one simple fix.

Open your index.php and search for:
Code:
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=roboto,Helvetica,Tahoma,Geneva,Arial,sans-serif" type="text/css" />

change it to:
Code:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=roboto,Helvetica,Tahoma,Geneva,Arial,sans-serif" type="text/css" />
Last edit: 9 years 5 months ago by 810.
The following user(s) said Thank You: Shimei

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #6 by Shimei
Thanks 810, I think you meant to go into my Joomla template and open index.php? There's no such line in there.

I do see the line you are referring me to though when I view the "source" of my forum.

I do not believe the issue is with the Joomla template, but the 3rd party template I'm using for Kunena. When I test with the default blue eagle, there is no mixed content, it's strictly ssl.

I have no idea how to find the file where the http:// address exists in my Roundtheme template for Kunena.

I put in a support ticket for Roundtheme, and will await there response if there is no solution elsewhere.

Thanks!

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago - 9 years 5 months ago #7 by Shimei
Edit: still not fixed. I edited initialize.php but after changing http to https I have a 400 bad request.
Last edit: 9 years 5 months ago by Shimei.

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #8 by 810
Replied by 810 on topic SSL Mixed Content only in Forum
try:
Code:
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #9 by Shimei
Got it straightened out. Thank you 810, and Roundtheme support. Roundtheme released an update today. It was actually my syntax used for the fonts, besides the non ssl address in the initialize.php file.

Please Log in or Create an account to join the conversation.

Time to create page: 0.390 seconds