Hi,

We have been very happily using the wonderful l10n_client bottom-of-the-screen widget to translate copy that has been hard-coded into modules on our site (thesoundpost.com).

But on pages that are served via SSL/https I am running into trouble saving translations. When I attempt to save my translation in Firefox 3.0.7, I get a browser prompt that says:

Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party. Are you sure you want to continue sending this information? Continue / Cancel

When I click Continue, the AJAX request to save the translation loads in the main screen so I get a white screen after it has tried to load: .../l10n_client/save

Any ideas where to start debugging this? Should I start looking in the .js files or in the .module? Please direct me to any usefule resources. So far I haven't found much through schmoogling.

Thanks so much!!

-Travis

Comments

travismccauley’s picture

Hi all,

In the classic tradition of answering one's own help requests I offer this solution :].

I was able to solve this issue by entering the securepages module's config area and adding: *l10n_client* to the list of pages that always get served as https. That seems to have done the trick.

Best Regards to all Drupalers out there in the world.

-Travis