Hello,
I’m having a lot of trouble securing the following member pages:
Login, Contact Us, Member Registration, and Update Password
There is an SSL installed in my EngineHosting hosting account, and I am accessing the pages via https, and I am also using the
{exp:cartthrob:https_redirect}tag on each of the pages listed above.
The code I’m using for each of the pages:
Contact Us
{exp:email:contact_form user_recipients="false" recipients="[email protected]" redirect="2" charset="utf-8" return="https://www.faithbuilders.com/cart/secure_redirect"}
username and password fields are here
<input id="contact-submit" type="submit" value="Submit" class="submit"/>
{/exp:email:contact_form}Login
{exp:member:login_form return="https://www.faithbuilders.com/cart/secure_redirect/"}
username and password fields are here
{/exp:member:login_form}Member Profile Outer Enclosure (for Registration and Edit Password)
{exp:cartthrob:https_redirect}
{include:html_header}
<div id="container">
{if show_headings}
{include:page_header}
{include:page_subheader}
{/if}
<div id="main">
<div id="body">
<div id="content">
{include:member_manager}
</div>
</div>
</div>
{embed="cart/secure_footer"}Username and Password Form
<form method="post" action="{path:update_username_password}">
password fields are here
</form>Secure_Redirect
{exp:cartthrob:https_redirect}
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.faithbuilders.com/">After submitting any of these forms in FireFox I receive this message:
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?
After submitting the form, the User Message always displays, with http, saying, “Thank you for logging in”, etc. Is the unsecured user message the reason these forms give me the message that they are being sent over unencrypted connections?
What can I do to ensure that these form are submitted securely?
Thanks for the help, as I’m fairly new to using SSL in websites.
~Sarah
Moved to Community Help forum by Moderator