[BugDB] Mod_SSL and PHP 3.0.7? (PR#132)

1999-03-23 Thread bugdb-mod-ssl
Full_Name: John Hoffmann Version: 2.2.5-1.3.4 OS: Solaris 2.6 Submission from: stargate.trytel.com (209.167.85.20) I'm trying to switch from StrongHold 2.4 to Apache 1.3.4 with mod_ssl, and I must say the installation went 200 times easier. One thing I am having a problem with however is getti

Re: Can't be my own CA

1999-03-23 Thread Carlo Marcelo Arenas Belon
Juan Carlos Castro y Castro wrote: > > Hi! I just bought a Brazilian RH Linux distribution with Apache 1.3.3 > and mod_ssl 2.0.something. When I follow the instructions to create my > own CA and sign the server certificate I just created, I get this in the > verification phase: > > CA verifying:

Re: GSID, mod_ssl and Apache...

1999-03-23 Thread Patrik Carlsson
Ralf S. Engelschall wrote: > Don't look at Microsoft papers when you want to understand anything, please. > Instead look inside the SSLv3 spec or the TLSv1 RFC. Yes, the stuff is called > renegotation of parameters and is nothing more than a new SSL handshake, of > course. The interesting point

Re: Basic auth with SSL - again

1999-03-23 Thread Achille M. Luongo
"Ralf S. Engelschall" ha scritto: > > On Mon, Mar 22, 1999, Achille M. Luongo wrote: > > > I installed Apache/1.3.3 (Win32) mod_ssl/mod_ssl/2.1b8 SSLeay/0.9.0b. > > 2.1b8? Oh, that's really _OLD_, I hope you now this. I've no clue on your > problem, but this is the first version which ran on

Can't be my own CA

1999-03-23 Thread Juan Carlos Castro y Castro
Hi! I just bought a Brazilian RH Linux distribution with Apache 1.3.3 and mod_ssl 2.0.something. When I follow the instructions to create my own CA and sign the server certificate I just created, I get this in the verification phase: CA verifying: server.crt <-> CA cert server.crt: /C=BR/ST=RIO/O

Re: SSLRequire to reject users based on email

1999-03-23 Thread Ralf S. Engelschall
On Tue, Mar 23, 1999, Owen Williams wrote: > I'm trying to reject users who have certifcates but have abused their > privalegue. From within my virtualhost I have: > > > # Reject Banned Users > SSLRequire (!( %{SSL_CLIENT_S_DN_Email} in { >file("/home/www/virtual/secure/secure/ssl

SSLRequire to reject users based on email

1999-03-23 Thread Owen Williams
Hi, I'm trying to reject users who have certifcates but have abused their privalegue. From within my virtualhost I have: # Reject Banned Users SSLRequire (!( %{SSL_CLIENT_S_DN_Email} in { file("/home/www/virtual/secure/secure/ssl/BannedUsers") } )) This file is just a list of e

Re: POST problem

1999-03-23 Thread Ralf S. Engelschall
On Mon, Mar 22, 1999, [EMAIL PROTECTED] wrote: >[...] > I have four scripts that I call using HTTPS. Two are C programs, one is > a PHP3.0.7 script, and one is a shell script. All of these scripts work > over HTTP with POST. All work over HTTPS with GET. One of the C programs > and the shell s

Re: [BugDB] PRIVATE: SSLeay (PR#131)

1999-03-23 Thread bugdb-mod-ssl
On Mon, Mar 22, 1999, [EMAIL PROTECTED] wrote: > Full_Name: Sean Proske > Version: 2.2.5 > OS: FreeBSD > Submission from: d190-qe101h1-abfd-pdi.attcanada.net (142.194.53.190) > > I installed apache1.3.4+mod_ssl2.2.5, the intention was to install openssl, but > it looks like it installed ssleay i

Re: GSID, mod_ssl and Apache...

1999-03-23 Thread Ralf S. Engelschall
On Tue, Mar 23, 1999, Patrik Carlsson wrote: > How does this stepup really works? I'm surprised that the README.GlobalID document isn't detailed enough... > The server has this special GSID certificate, but is he otherwise "modified" > (he must be able to use strong ciphers) in some way to be

Re: 2.2.5-1.3.4 on FreeBSD-3.1

1999-03-23 Thread Ralf S. Engelschall
On Mon, Mar 22, 1999, Forrest Aldrich wrote: > The new version of mod_ssl appears to have some problems compiling on > FreeBSD-3.1. I've not had this problem with previous versions, and the > directions were followed over and over to the T, and from fresh source > archives (just for paranoia).

Re: POST problem

1999-03-23 Thread webmaster
> > On Sun, Mar 21, 1999, [EMAIL PROTECTED] wrote: > > > I just did the following: > > > > cd apache_1.3.4 > > make clean > > cd ../mod_ssl-2.2.5-1.3.4 > > ./configure ... > > cd ../apache_1.3.4 > > ./configure ... > > make > > make install > > > > which woul

2.2.5-1.3.4 on FreeBSD-3.1

1999-03-23 Thread Forrest Aldrich
The new version of mod_ssl appears to have some problems compiling on FreeBSD-3.1. I've not had this problem with previous versions, and the directions were followed over and over to the T, and from fresh source archives (just for paranoia). The errors are below. Forrest ===> src ===> src/o