Re: Reverse Proxy https question

2002-06-27 Thread Aryeh Katz
I don't understand something. If the Apache proxy server is not going to decrypt the packets, how will it know where to send it? Aryeh I am trying to Reverse ProxyHTTPS connections in the following manner: CLIENT Browser (https://secure-site.com) - Apache 2.0 Reverse Proxy, posing as

Re: apache 2.0 hates older linux kernels:

2002-06-27 Thread B. van Ouwerkerk
Umm, yers might be considered older in relative terms, but, I'm using a slackware 3.6 version on the box I'm trying to work on, so the kernel is a patched up 2.0.35-6 derivative, older yet then the 7.1 slackware/2.2.16 kernel you are working on there. You're right. Dunno what made me see/think

Question about SSL for Apache 2.x

2002-06-27 Thread fasa
Dear SSL companies, we are university students team from Czech Republic and we provide some expert system based on Apache web server, but now we have some problem about SSL. Now we can install on our server Apache 2.x version but we need for this wersion some SSL support. When we inspect

Re: Question about SSL for Apache 2.x

2002-06-27 Thread Dwayne Miller
SSL is included in the source for Apache 2.0. You will need to download, compile and install OpenSSL found at www.openssl.org and then build the mod_ssl module found in httpd/modules/ssl. I can never remember where the instructions are found for setting up the source tree to build...

Re: Question about SSL for Apache 2.x

2002-06-27 Thread Kristijan Cafuta RIP
ModSSL is now a part of Apache 2... just compile it with SSL support... fec Dear SSL companies, fec we are university students team from Czech Republic and we provide some expert system based on Apache web server, but now we have some problem about SSL. fec Now we can install on our server

Re: Question about SSL for Apache 2.x

2002-06-27 Thread Daniel Lopez
Dear SSL companies, we are university students team from Czech Republic and we provide some expert system based on Apache web server, but now we have some problem about SSL. Now we can install on our server Apache 2.x version but we need for this wersion some SSL support. When we

Re: 56-bit/128-bit IE problems

2002-06-27 Thread Alex
In article 00c301c21939$c5e8e500$[EMAIL PROTECTED] David Wall wrote: You could also consider getting a Thawte super cert which has a capability to allow the 56-bit export version of IE to not be so stupid and connect at the higher 128-bit when accessing your site. Could somebody please

RE: OT: Encryption and Credit Card Processing (fwd)

2002-06-27 Thread R. DuFresne
-- Forwarded message -- From: Geoff Thorpe [EMAIL PROTECTED] Subject: RE: OT: Encryption and Credit Card Processing (fwd) Resent-Subject: RE: OT: Encryption and Credit Card Processing (fwd) Date: Wed, 29 May 2002 10:56:15 -0400 (EDT) Resent-Date: Thu, 27 Jun 2002 14:22:36 -0400

Re: Off-Topic - Encryption and Credit Card Processing (resent) (fwd)

2002-06-27 Thread R. DuFresne
-- Forwarded message -- From: Kevin Steves [EMAIL PROTECTED] Subject: Re: Off-Topic - Encryption and Credit Card Processing (resent) Cc: 'Marc E. Mandel' [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Sun, 26 May 2002 16:23:00 -0700 On Sat, May 25, 2002 at

Apache mod_ssl hanging browser

2002-06-27 Thread Peter Cronin
Was wondering if anyone can help me? I believe I have mod_ssl loaded correctly and configurd correctly, but I get the following situation when I access my SSL site. - https://secure.aebdemo.com, it just hangs on site, but says host contacted... - this is what the SSL.log says: It looks like

Re: Apache mod_ssl hanging browser

2002-06-27 Thread Geoff Thorpe
Hi, On Thu, 27 Jun 2002, Peter Cronin wrote: Was wondering if anyone can help me? I believe I have mod_ssl loaded correctly and configurd correctly, but I get the following situation when I access my SSL site. - https://secure.aebdemo.com, it just hangs on site, but says host contacted...

RE: Reverse Proxy https question

2002-06-27 Thread David Marshall
I did not believe that the packet headers had enough information for Apache to determine what to do. So, it must decrpyt the message with the certificate. -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 2:29 PM To: [EMAIL PROTECTED] Subject:

RE: Reverse Proxy https question

2002-06-27 Thread Michael Pacey
Quoting David Marshall [EMAIL PROTECTED]: I did not believe that the packet headers had enough information for Apache to determine what to do. So, it must decrpyt the message with the certificate. That's right. For Apache to accept an SSL connection as a reverse proxy it must decode it.

CLient/Server Certificates

2002-06-27 Thread Saunders Jack
I am running Apache 1.3.26 with mod_ssl/openssl. I have configured a server certificate from versign and https communication works great. However I am trying to now configure client certs. I have configured apache to trust the CA. But now if I have a browser that tries a https connection

SSLCryptoDevice: works as a static, not as a DSO...?

2002-06-27 Thread James Bromberger
Hey people. I have been running fine with Apache + Mod_SSL under Solaris with everything working fine. I am now recompiling to Apache 1.3.26, Mod_SSL 2.8.10, OpenSSL 0.9.6d, and MM1.1.3. My httpd.conf is pretty much the default, except for just above the SSLPassPhraseDialog (around line 1090)

Re: SSLCryptoDevice: works as a static, not as a DSO...?

2002-06-27 Thread R. DuFresne
It might depend upon how you compliled openssl, was it compiled shared also? Thanks, Ron DuFresne On Fri, 28 Jun 2002, James Bromberger wrote: Hey people. I have been running fine with Apache + Mod_SSL under Solaris with everything working fine. I am now recompiling to Apache 1.3.26,

Re: SSLCryptoDevice: works as a static, not as a DSO...?

2002-06-27 Thread James Bromberger
Thanks Ron... I just did this, and there was no change -- it still doesn't like this directive: Invalid command 'SSLCryptoDevice', perhaps mis-spelled or defined by a module not included in the server configuration My build was effectively: cd openssl* sh config -fPIC