Jump to content

Form submission prompts encryption message on select browsers


frshjb373
Go to solution Solved by frshjb373,

Recommended Posts

I'm not sure if this is the best place to post this issue, but any help is much appreciated.

 

We have a form on our Magento site, that when submitted on Firefox, prompts the following security warning:

 

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?

 

I have contacted our hosting and they explained it's an issue with the code, "you would typically getting a notice like that if you're calling assets over an http on a page that is using https."

 

If anyone has any insights as to how to avoid this from a development perspective, please let me know. Thank you in advance for the help!

 

 

Link to comment
Share on other sites

So the action looks like the following:

action="<?php echo $this->getUrl('ccfp/form') ?>index"

This is what it looks like in source code in browser:

action="http://www.domain.com/ccfp/form/index"

We are using Magento, but I can't figure how to manipulate the dynamic code to be an https rather than http.

 

Thank you for the help.  Look forward to hearing back if anyone has additional info.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.