Add to Favorites
Hosting Discussion
 

Hosting Discussion > Web Hosting Forums > Hardware and Server Configuration > SSL Forms --> Can not find host (when submitted)
forgot password?


Reply


Old
  Post #1 (permalink)   04-09-2002, 09:05 AM
hypernatic.net
 
Posts: n/a

Status:
Ack!!

What's this? I have a RaQ4 and I have a site with an SSL cert.
I use this cert in several forms to process them secure.

Now, sometimes, when I click submit (form) it does not even process but IMMEDIATELY shows "Can not find host" (page of IE)...
So its not loading anything from the internet...

What is this?

Solution by "dico" (WHT)
Quote:
Ok... you want to ssh into your machine as SU and type:

cd /etc/httpd/conf
pico httpd.conf

then between the <VirtualHost> and the </VirtualHost> tags, (each domain you have hosted has a set of these), you want to add:

SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0

I usually add it right before </VirtualHost>

exit and save the httpd.conf file.

type /etc/rc.d/init.d/httpd restart to restart apache.

Done. You should do this for each site with SSL.
 
 
 


Old
  Post #2 (permalink)   04-11-2002, 09:44 AM
HD Newbie
 
Join Date: Apr 2002
Posts: 4

Status: HostIt is offline
Umm Sorry if I'm a bit slow here, but I'm confused? You posted the problem and then the solution... Have you fixed the problem now?

The line I'd used for that very same issue was:

BrowserMatch MSIE ssl-unclean-shutdown nokeepalive downgrade-1.0 force-response-1.0

I guess that's much the same as the solution you posted anyways.
__________________
JJ | http://www.HostItUSA.com/
HostIt USA - Brought to you by the letter 'H'
 
 
 


Old
  Post #3 (permalink)   04-12-2002, 09:27 AM
HD Newbie
 
Join Date: Apr 2002
Location: Harriman, TN
Posts: 8

Status: Noldar is offline
Quote:
BrowserMatch MSIE ssl-unclean-shutdown nokeepalive downgrade-1.0 force-response-1.0
Thanks HostIt!

I was having the same plroblem on a Plesk box and that fixed it.

Richard
__________________
Noldar Hosting
http://www.noldarhosting.com
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On