Re: Runs on local...but can't see it anywhere else

2002-05-17 Thread DG Speekenbrink
Hi, This sounds more like a general Apache config problem. is it possible to request pages with the regular http:// request? If not, some settings in your httpd.conf are the problem. Good luck, Dennis Alex Earl wrote: Hi! First off I would like to thank you for your help and knowledge!

Re: Runs on local...but can't see it anywhere else

2002-05-17 Thread Peter Viertel
You say you can connect to the 'actual server address' while on the actual machine but not from across the network. You do not say which operating system you're using - but if it's redhat linux for example, perhaps you've got iptables rules. Otherwise is network routing ok, like does the

RE: Runs on local...but can't see it anywhere else

2002-05-17 Thread John . Airey
A small correction, RedHat Linux is still using ipchains. ipchains -L From the command line as root will show if you have any ipchains rules. The simplest way to fix is to type setup, go into firewall configuration and make the interface trusted. It does neuter ipchains somewhat though. -

[BugDB] ssl_rand_seed needs to open in binary mode (PR#705)

2002-05-17 Thread modssl-bugdb
Full_Name: EKR Version: 2.8.8-1.3.24 OS: NT 4.0 Submission from: (NULL) (198.144.203.242) ssl_engine_rand.c:ssl_rand_seed() fopens the random file in text mode. On Unix this is fine but on Windows this means that it will stop as soon as it sees an EOD in the file. Since the random file is often

RE: handshake problem with IE

2002-05-17 Thread b . courtin
Hi Heribert, are you sure these errors are caused by access/commmunication with the Microsoft Internet Explorer 6.0.2600.000? Do they only occour when the webserver is accessed by a browser (i.e. MS IE6) or on a regulary basis: are you sure your web-servers are not behind any kind of load

IE 5.00 - 5.01 SSL Connection Failures

2002-05-17 Thread Louis Sabet
Hi List, I work for a mobile phone retail company in the UK - www.mobiles.co.uk Recently we discovered that several of our customers were unable to complete the secure portions of their orders. The only common factor with all these problems were that all customers were using IE 5.00 to IE 5.01.

RE: IE 5.00 - 5.01 SSL Connection Failures

2002-05-17 Thread Jeff
MS IE 5.00 was a flawed release, that MS very quickly (4 weeks) replaced with 5.01, mainly for security reasons. You should be able to get any reasonable users (corporate or otherwise) to upgrade asap. MSIE 5.00 has some serious bugs when using SSL and cacheing, so you may be able to tweak all

Re: Runs on local...but can't see it anywhere else

2002-05-17 Thread Dale Weaver
Make sure your server is set up in DNS for your domain as well. - Let me up to get my bat and I'll thank you. -- Calvin ___ Dale Weaver [EMAIL PROTECTED] UNIX Systems Administrator

RE: IE 5.00 - 5.01 SSL Connection Failures

2002-05-17 Thread John . Airey
Just to concur with Jeff, IE5.00 is useless. At the end of June Microsoft are dropping support for IE5.01SP2. I can't remember right now where I found that out, and http://support.microsoft.com/default.aspx?scid=%2fdefault.aspx%3fscid%3dfh%3 ben-us%3bobsprodi Doesn't list IE5.01 as obsolete,

Re: IE 5.00 - 5.01 SSL Connection Failures

2002-05-17 Thread Louis Sabet
On Fri, 17 May 2002 13:51:15 +0100 Jeff [EMAIL PROTECTED] wrote: MS IE 5.00 was a flawed release, that MS very quickly (4 weeks) replaced with 5.01, mainly for security reasons. You should be able to get any reasonable users (corporate or otherwise) to upgrade asap. MSIE 5.00 has some

Re: Runs on local...but can't see it anywhere else

2002-05-17 Thread Alex Earl
My regular server stuff runs fine. I think it has something to do with the ipchains as other people have mentioned. I am looking into it now. Thanks everyone! - Original Message - From: DG Speekenbrink [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 17, 2002 12:16 AM Subject:

RE: handshake problem with IE

2002-05-17 Thread Heribert Steuer
Dear B. Courtin, all the webservers run in local networks and dont pass any other machines (like proxies or load balancers). the logs show the correct IP of the clients. when running non-ssl connections the error doesnt occur at all (same machine, same pages, same client). I also never

RE: IE 5.00 - 5.01 SSL Connection Failures

2002-05-17 Thread Jeff
In addition, a large proportion of our customers have little or no previous IT experience and cannot be expected to apply patches no matter how trivial it may seem to us! We had some top-notch technical people spend more than three months, setting up an isolated web/client environment to

Re: IE 5.00 - 5.01 SSL Connection Failures

2002-05-17 Thread Peter Viertel
Let me guess you have a '128 bit' SGC certificate on your server? If you do then change your cipher suite to not offer EXPORT56 for example: SSLCipherSuite !EXPORT56:ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL This results in most people with older clients using

Runs on local...but can't see it anywhere else...STILL

2002-05-17 Thread Alex Earl
I went in and changed the ipchains to allow https, but it still will not connect from a remote location. Someone mentioned setting up DNS for my domain. I was wondering what you meant. Again, I appreciate all your help for a new guy! Alex Earl

ssl proxy

2002-05-17 Thread Petryczka, George
Hello, Can a httpd be set up as a secure proxy? Ie.: forward requests from a client (a client that doesn't get involved with any ssl stuff itself) on to an HTTPS site? -george __ Apache Interface to OpenSSL (mod_ssl)

Re: ssl proxy

2002-05-17 Thread Cliff Woolley
On Fri, 17 May 2002, Petryczka, George wrote: Can a httpd be set up as a secure proxy? Ie.: forward requests from a client (a client that doesn't get involved with any ssl stuff itself) on to an HTTPS site? Yes. With Apache 1.3 / mod_ssl 2.8.x, you _might_ have to enable SSL_EXPERIMENTAL

Apache 1.3.20 and ModSSL

2002-05-17 Thread Jason Lawrence
I am trying to use two the Apache NameVirtualHost option with two sites using different certificate files. The two virtual hosts work however only the cert for the first specified virtual host is recognized. Is there anyway that you can get two certificates working in Apache for the same IP

modssl and Apache 2.0.36

2002-05-17 Thread luis fernandes
Can modssl be compiled with Apache 2.0.36 on Slackware 2.4.18 #14 SMP i586 (2 processor). The following configure line: ./configure --with-apache=../httpd-2.0.36 --with-ssl=../openssl-0.9.6c --prefix=/var/apache/apache2.0 fails with the error: Configuring mod_ssl/2.8.8 for Apache/1.3.24

Re: Runs on local...but can't see it anywhere else...STILL

2002-05-17 Thread Alex Earl
It has a static IP. I can access non-ssl stuff just fine. Check out http://eagle.cs.usu.edu When I try it with https://eagle.cs.usu.edu though it doesn't work form a remote machine...only the local maching. - Original Message - From: R. DuFresne [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Runs on local...but can't see it anywhere else...STILL

2002-05-17 Thread Jason
You probably need to add port 443 into your ipchains file eg /etc/sysconfig/ipchains add -A input -s 0/0 -d 0/0 443 -p tcp -y -j ACCEPT Or you may have some configuration program that will do this for you I do ipchians by hand. - Original Message - From: Alex Earl [EMAIL

Re: Runs on local...but can't see it anywhere else...STILL

2002-05-17 Thread Leslie Arvin
I was able to access your site using SSL from iparho.stat.purdue.edu in Netscape 4.76 on Unix AIX just now with no problems. -- Leslie Arvin [EMAIL PROTECTED] Webmaster Purdue Statistics Dept. Alex Earl wrote: It has a static IP. I can access non-ssl stuff just fine. Check out

Re: Runs on local...but can't see it anywhere else...STILL

2002-05-17 Thread Alex Earl
Thanks! I got it working a little while ago. Alex - Original Message - From: Leslie Arvin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, May 17, 2002 2:59 PM Subject: Re: Runs on local...but can't see it anywhere else...STILL I was able to access your