Welcome, Guest
Username: Password: Remember me

TOPIC: SSL Compatible

SSL Compatible 5 years 9 months ago #7057

  • Rakesh
  • Rakesh's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 67
  • Thank you received: 2
  • Karma: 0
Looks like the module has trouble with SSL using the Google Map:

Mixed Content: The page at 'https://MYSITE/' was loaded over a secure connection, but contains a form that targets an insecure endpoint 'maps.google.com/maps'. This endpoint should be made available over a secure connection.
The administrator has disabled public write access.

SSL Compatible issue 5 years 9 months ago #7058

  • Rakesh
  • Rakesh's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 67
  • Thank you received: 2
  • Karma: 0
Managed to fix this issue by changing line 224 and 400 of tmpl/default.php
<form action="http://maps.google.com/maps"

to
<form action="https://maps.google.com/maps"

or
<form action="//maps.google.com/maps"


depending on your site settings.
Last Edit: 5 years 9 months ago by Rakesh.
The administrator has disabled public write access.
The following user(s) said Thank You: Filippo Catuzzato

SSL Compatible issue 5 years 9 months ago #7060

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Rakesh
Great. Thank you so much
Best regards
Bach Pham
The administrator has disabled public write access.
The following user(s) said Thank You: Filippo Catuzzato
Time to create page: 0.069 seconds