I have read through the forum and haven't found specific help to my needs. I may not have understood them, so just letting you know that I am not trying to double post here, but rather getting instructions for MY clients domain.
I've got my https server set up but i get this message:
An error occurred during a connection to strongarmballistics.com.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
Also, when I go to the site and try to checkout something, by the time i get to the products list page is goes to http://strongarmballistics.com instead of http://www.strongarmballistics.com. Since the code in the cfg files are http://www. the SSL wont work (obviously since it just goes through as a regular site) right?
I need to get this working as soon as possible, but learning how to set this up correctly is more important than time length!
If there is more information you need let me know!
Here are the configuration files strings/lines that i edited from its original version:
admin/includes/:
includes/:Code:*/ define('HTTP_SERVER', 'http://www.strongarmballistics.com'); define('HTTPS_SERVER', 'https://www.strongarmballistics.com/'); define('HTTP_CATALOG_SERVER', 'http://www.strongarmballistics.com'); define('HTTPS_CATALOG_SERVER', 'https://www.strongarmballistics.com/'); // Use secure webserver for catalog module and/or admin areas? define('ENABLE_SSL_CATALOG', 'true'); define('ENABLE_SSL_ADMIN', 'true'); // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
As you can probably figure out, the domain is http://www.strongarmballistics.com -- I was wondering, other than these problems (and the only reason i have to secure the checkout page is because authorize.net is requesting my client to do so), is there anything on the page that needs to be changed, edited, or you just see some other problems that need to be fixed please let me know!Code:// Define the webserver and path parameters // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com define('HTTP_SERVER', 'http://www.strongarmballistics.com'); define('HTTPS_SERVER', 'https://www.strongarmballistics.com/'); // Use secure webserver for checkout procedure? define('ENABLE_SSL', 'true');
I appreciate the help!
Thanks again,
Dave Merritt
CEO and Founder
Merritt and Company, Corporation
http://www.merrittcompany.com



