[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Bind DNS
- Subject: Re: [cobalt-users] Bind DNS
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Feb 5 17:05:00 2003
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Thursday 06 February 2003 19:45, Ryan Howe wrote:
>
> Well some users get the standard Internet explorer error of "Page can't
> be displayed" which we usually fix by reinstalling the tcp/ip protocol
> for the dialup adapter, if they get this for every page, but these users
> get this on specific pages (not every user has same experience but it is
> usually ebay or banking sites) We at first thought it had to do with 128
> bit encryption but that was not consistent either. I am at a loss of
> where to go. I use the same dns server and can get to the sites fine. I
> guess it's not a dns issue after all, I will have to explore other
> paths. Thanks for the help
>
Some versions of IE have trouble with SSL.
But I thought one of the cobalt patches put in a fix for IE.
In my httpd.conf which I patched, before cobalt did anything.
I IRC there is another way to fix it.
if ($ret=~/^2/o) {
$PerlConfig .= "Listen $ip:443\n";
$PerlConfig .= "<VirtualHost $ip:443>\n";
# ======== begin ie patch ==========
$PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\n";
$PerlConfig .= " nokeepalive ssl-unclean-shutdown\\n";
$PerlConfig .= " downgrade-1.0 force-response-1.0\n";
# ======== end ie patch ===========
$PerlConfig .= "SSLengine on\n";
$PerlConfig .= "SSLCertificateFile
/home/sites/$group/certs/certificate\n";
$PerlConfig .= "SSLCertificateKeyFile
/home/sites/$group/certs/key\n";
$PerlConfig .= join('', @ssl_conf);
} elsif (ssl_cert_check("/home/sites/home/certs/") =~ /^2/ ) {
Gerald
--
http://frontstreetnetworks.com | http://store.raqware.com
Front Street Networks LLC | Phone: 203-785-0699
229 Front Street, Ste #C, New Haven, CT 06513-3203