Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DNS error - cannot find server - ssl and forms


c0rr0ded

Recommended Posts

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

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

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

Archived

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

×
×
  • Create New...