c0rr0ded Posted May 31, 2004 Share Posted May 31, 2004 I am working on a site...www.weddingmusiccentral.com/catalog (live site) Everything seems to work ok, but on certain computers, (Right now It only seems to be consistent with windows ME and ie 6 ... it will give a DNS error. I have to refresh and it will show the page again. Also sometimes after puting in the credit card and confirming the order, it will jump be back to the credit card page saying that no creditcard was entered. But a credit card number is clearly seen in the confirmation page. I am using the authorize.net module. It would not even let me get to the confirmation page if i did not put in a valid CC This is a very disturbing problem because I cannot track it down to a specific cause. It is causing enough problems for my clients to be upset. People will create accounts but not complete an order because they are getting this error page. Does anyone have any ideas / clues? I would very much appreciate it Link to comment Share on other sites More sharing options...
c0rr0ded Posted June 1, 2004 Author Share Posted June 1, 2004 Update on my situation in case anyone has similar problems 1. It appears that this problem is limited to windows me / 98 2. It might be solved through changing some things in apache conf Here are some links that I think might lead to solutions http://www.phpbuilder.com/tips/item.php?id=250 http://www.modssl.org/docs/2.6/ssl_faq.html#io-ie If anyone has any ideas or eperience with a problem using windows me / 98 and frequently getting a dns error with secure content please let me know! If i could just be pointed in the right direction would be very helpful. Jonathan Link to comment Share on other sites More sharing options...
user99999999 Posted June 1, 2004 Share Posted June 1, 2004 Sounds like IE6 SSL Bug http://www.microsoft.com/downloads/details...&displaylang=en There is IE6 fix in the .htaccess file you might need to move it to apache.conf It might also be something to do with the proceed to checkout mod. Link to comment Share on other sites More sharing options...
c0rr0ded Posted June 1, 2004 Author Share Posted June 1, 2004 Thanks for the info. i made some changes to the apache conf that seemed to work for right now. Which fix in the .htaccess are you referring too? Link to comment Share on other sites More sharing options...
user99999999 Posted June 1, 2004 Share Posted June 1, 2004 This one... # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> Link to comment Share on other sites More sharing options...
c0rr0ded Posted June 2, 2004 Author Share Posted June 2, 2004 It seems to be working now, I just need to test it on other computers. Thanks for all the help! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.