Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Urgent Need Help About SSL


black_zoro143

Recommended Posts

Posted

Hello Friends!

i am just tired of to search about this on google but i don't found any help on this topic.

after installing SSL we need to make changes in .htaccess to redirect my http:// to https:// (PositiveSSL.)

 

all is working quite good but the most critical problem is, all email system of the website is not working at all

no verification email is working

no password reset

no contact us

no admin email system is working if admin try to send bulk emails, newsletter, subcribe etc nothing is working..

here i am sending you are screenshot also.

try yourself goto main page click on contact us try to send email it will show your "security warning" message box which is a big headache then no email will be sent and show you this error.

"Error Your E-Mail Address does not appear to be valid - please make any necessary corrections."

 

untitled.jpg

 

Thank you

Posted

Why is this page https any how?

There is no need to really it just slows your site down. osCommerce has built in code for ssl you need only define it in your configure files.

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted
Why is this page https any how?

There is no need to really it just slows your site down. osCommerce has built in code for ssl you need only define it in your configure files.

Nic

 

 

You mean to say i don't need to set any redirection??? in .htaccess or in cpanel.

oscommerce will auto active SSL when it required specially while user will do trasaction????

Posted
You mean to say i don't need to set any redirection??? in .htaccess or in cpanel.

oscommerce will auto active SSL when it required specially while user will do trasaction????

 

 

All you need to do are change these two files, one line in each

 

admin / includes / configure.php

and

catalog/includes/configure.php (if your store is in catalog folder)

 

 

From

define('ENABLE_SSL', false);

To

define('ENABLE_SSL', true);

 

Thats it

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

Thank you so much for you your great help but question is still same.

yes i already activated Enable SSL in website while i install it

 

is without using redirection code for http:// to https://

 

1) my site will secure ??

2) is my website will auto active the golden lock (which shows it is encrypted and safe) when it needs specially when user goes to do any transaction or checkout???

Posted

yes it will

here is an example of code

 

<?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">'

 

it states the page must be SSL protected.

Try it, go to create account page, if your store is still standard code then the padlock will be there

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

thanks you are awesome,

i want to set when user signup from my site it should ask for email verfication, but i don't find any info in oscommerce admin panel there is only

 

Verify E-Mail Addresses Through DNS

 

but i try to signup it does not ask me for verify email..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...