Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Legend module messing up SSL connection

Legend module messing up SSL connection 15 years 2 weeks ago #4019

  • pdesign
  • pdesign's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I turned on the legend module and found that my page now loads with the warning that the page contains secure and insecure items.

When I shut off the legend module, the page loads fully SSL.

Any ideas why the legend module breaks the clean SSL page?


Link to working page (legend is shut off right now, but maybe this will help)

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

Legend module messing up SSL connection 15 years 2 weeks ago #4020

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
For specific details of that module, you\'ll need to contact the JEvents developers... however,

if you get that message (which is only IE by the way), it is due to items being pulled in (images, css, scripts, etc) using absolute urls instead of relative. Go through that module and make sure all items being pulled in use relative urls.

An absolute would include something like this:
$mosConfig_absolute_path.\'/images/somepic.jpg\'

A relative would leave out the reference to your livesite or domain:
<img src=\"images/somepic.jpg\">

Hope that helps.

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

Legend module messing up SSL connection 15 years 2 weeks ago #4021

  • pdesign
  • pdesign's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Yeah, I kinda figured it must be an absolute vs. relative thing.

I\'ll try combing through that module.

Thank you.

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

  • Page:
  • 1
Time to create page: 0.147 seconds