-
AuthorPosts
-
September 8, 2011 at 1:51 pm #168318
Hello,
My test site is running on Joomla v1.7 with SSL enabled on both back and front ends. It works fine until I install JA Edenite template. After installing JA Extension Manager component along with JAT3 plug-in, the site shows SSL warnings. Since the JAT3 plug-in refers to some insecure (probably just HTTP) elements to other sites, browser shows SSL warnings.
Previous version of JA Edenite for Joomla 1.5 came with JAT plug-in built-in and I don’t have any issues with that at that time. It’s very inconvenient with these kind of warnings.
Please advice on how to remove those elements referring just HTTP elements outside of my primary domain. Thank you.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 9, 2011 at 4:46 am #411625Can you elaborate about the warnings? And may I take a look at your site? Please PM me the info, thanks so much.
September 9, 2011 at 5:14 pm #411769I sent a message to you!
September 14, 2011 at 1:20 pm #412650Hi,
Okay. I installed the test board on test again. Login Details Sent via PM
This is a fresh installation. I also installed JA Edenite template, JAT3 plug-in, JA Component and Module.
The problem is that, when you install the component, it displays SSL warning. Also When you navigate to template settings after installing all above mentions plugin, component, it displays SSL error message in the browser.
I know this is due to non-HTTPS reference in the template code. But we are going to use the site in a professional manner and our admins confused on this.
We would like to remove any non-HTTPS references from the template, plgu-in, component or even module. As I said earlier, it displays warning up on JA Component installation. After going to JA Template configuration page, it displays huge SSL error.
Please advice as soon as possible. Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 15, 2011 at 10:20 am #412835Thanks meratechstuff for the info,
I can see the issue quite clearly. Our staff will take a look at this issue and I’ll inform you as soon as there is any news.
Here is the link to let you keep track of how things going:
http://pm.joomlart.com/browse/JAECPLGTIIIJOOMLAIVI-275
Thank you.1 user says Thank You to Ninja Lead for this useful post
September 15, 2011 at 11:07 am #412845Hi,
Thanks for considering my request. I hope it will be resolved soon!
September 19, 2011 at 2:44 am #413529Please check my PM request! Thanks.
September 30, 2011 at 6:39 pm #415944After 30 days, no update at! I’m unable to use the template due to this annoying bug! Please advice! Thanks.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 3, 2011 at 3:35 am #416347Hi meratechstuff!
Once you have SSL on, every component/template on the site has to originate from a secure place (HTTPS). You have to go through all the code and make sure you change HTTP to HTTPS. For example a picture. <img src=”http://domain.com/mypic.jpg”> will cause that pop up.Go through php files, CSS files. Everything has to change to HTTPS. Anything relative can stay the way it is.
Hope this helps.
If not, you may want to consider a SSl redirect plug in. there are many available on the extensions page at Joomla.orgOctober 3, 2011 at 4:06 am #416350I’m talking about Admin control panel only! After the installation of JAT3 plug-in/component, the site breaks SSL since it refers to non-HTTPS elements in theme configuration section. i.e., it refers to YouTube videos along with other documentation which establishes direct links to other sites in HTTP.
The newer browsers (Chrome etc.) ignore any kind of other non-HTTPS references like direct linking images etc. But in the JAT3 plugin/component, it’s a different case.
<em>@Blaine 272282 wrote:</em><blockquote>Hi meratechstuff!
Once you have SSL on, every component/template on the site has to originate from a secure place (HTTPS). You have to go through all the code and make sure you change HTTP to HTTPS. For example a picture. <img src=”http://domain.com/mypic.jpg”> will cause that pop up.Go through php files, CSS files. Everything has to change to HTTPS. Anything relative can stay the way it is.
Hope this helps.
If not, you may want to consider a SSl redirect plug in. there are many available on the extensions page at Joomla.org</blockquote>Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 3, 2011 at 2:36 pm #416458Hi meratechstuff.
Make use of mod_rewrite as follows:
RewriteEngine on# Rewrite URLs to https that go for the admin area
RewriteCond %{REMOTE_ADDR} !^127.[0-9]+.[0-9]+.[0-9]+$
RewriteCond %{HTTPS} !=off
RewriteCond %{REQUEST_URI} (.*/administrator/.*)
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R]Do notice the rewrite pertains ONLY to the admin area!
The SSL settings apply to ALL pages, please adjust by using an SSL redirect or the other suggestions I have listed for you.
thanks!October 3, 2011 at 2:45 pm #416461My .htaccess settings are correct. I even using the almost similar code! I reinstalled Joomla multiple times and everything works fine with SSL. It giving SSL errors after I installed JAT3 plugin.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 3, 2011 at 6:52 pm #416544Hi meratechstuff!
Please try this next solution:
Open the file configuration.php in the root of your installation. Find the line:
public $force_ssl = '0';
Make sure it is set at ‘0’
If that does not help you, OR you must have SSL for Admin page, I suggest this extension.
Please advise me if any of this resolves the issue for you.
Thanks!October 3, 2011 at 7:07 pm #416545Unfortunately nothing works for me!
-
AuthorPosts
This topic contains 53 replies, has 4 voices, and was last updated by meratechstuff 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum