RE: mod ssl for windows

2002-07-15 Thread Michael . Straessle
...this _does_ work with mod_jserv, as long as it's compiled with -DEAPI. binaries are available in the modssl contributions section. rgds michael -Ursprungliche Nachricht- Von: Noah White [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 11. Juli 2002 16:40 An: '[EMAIL PROTECTED]'

Re: CCT issues with netscape and mod_ssl Urgent - On our productionsystem.

2002-07-15 Thread Christopher Welsh
Cliff, Here is what I did. Any ideas what I can do to quickly fix it? On 1.3.24 I ran make certificate TYPE=custom, and sent the csr off to esign be signed, but not this time because I wanted to keep the keys esigned keys. Not so funny thing is that it is that ALL is well when I get there

Re: FreeBSD SSL_Connect drama

2002-07-15 Thread Lutz Jaenicke
On Mon, Jul 15, 2002 at 10:05:33AM +0930, Glen Vallance wrote: This problem doesn't sound like it should be that uncommon, but I can't find any information on it. Once you saw the solution you will find, that the mailing list is full of problems like these. read from 0808D4C0 [080A4000] (7

RE: I am having a heck of a time - Please help.

2002-07-15 Thread Boyle Owen
Could be to do with your version of openssl lib (check it is reasonably up to date) or with your LD_LIBRARY_PATH environment variable.. Check out http://www.delouw.ch/linux/Apache-Compile-HOWTO/html/apache.html for a good user's summary. Rgds, Owen Boyle -Original Message- From:

RE: How to access control cgi-bin

2002-07-15 Thread Boyle Owen
From: liangbin li [mailto:[EMAIL PROTECTED]] I install apache httpd server with mod_ssl. I broswer a access controled html file and it calls a programm under cgi-bin directory. Is this what you want to happen? I want to know how I can set up access control with in the cgi-bin's programm?

Mod_SSL for Windows 2000/NT/XP

2002-07-15 Thread Brendan Lloyd
Hi all, I am a new member to this group. I have a question which was asked on 2002-06-07 by Ike Ikonne (for which I could not locate any answer in the list archives) so please forgive me for the repetition... My situation is like Ike's: I too need to install mod_ssl and Open_SSL (ie. require

AW: FreeBSD SSL_Connect drama

2002-07-15 Thread Andrew Smart
Since I solved this problem for my site last night, I can give you a hint: My SSL virtual server definition contained the name of the domain in it, just like my other virtual servers. Because of some reasons I don't understand right now this seems to confuse apache. After I changed the SSL

RAND function using OpenSSL 0.9.7

2002-07-15 Thread Frederic DONNAT
Title: RAND function using OpenSSL 0.9.7 Hi all, I try using OpenSSL0.9.7 with a crypto accelerator and it works fine for asymetric and symetric stuff, but it fails when trying to use ENGINE random (rand engine is not used, everything is done with classic software random). Has someone

Re: RAND function using OpenSSL 0.9.7

2002-07-15 Thread Cliff Woolley
On Mon, 15 Jul 2002, Frederic DONNAT wrote: I try using OpenSSL0.9.7 with a crypto accelerator and it works fine for asymetric and symetric stuff, but it fails when trying to use ENGINE random (rand engine is not used, everything is done with classic software random). Don't you have to

RAND function using OpenSSL 0.9.7 (A Solution)

2002-07-15 Thread Frederic DONNAT
Title: RAND function using OpenSSL 0.9.7 (A Solution) Hi All, I change a function call and it works fine now. I do not know if this is the real way to solve my problem but this provide a solution. In file pkg.modssl/ssl_engine_int.c: move ssl_init_Engine(s, p); function call before

Re: RAND function using OpenSSL 0.9.7 (A Solution)

2002-07-15 Thread Geoff Thorpe
Hi Fred, I was just starting to wonder what might be behind all this when you hit the nail on the head. On Mon, 15 Jul 2002, Frederic DONNAT wrote: I change a function call and it works fine now. I do not know if this is the real way to solve my problem but this provide a solution. In file

Re: RAND function using OpenSSL 0.9.7 (A Solution)

2002-07-15 Thread Cliff Woolley
On Mon, 15 Jul 2002, Geoff Thorpe wrote: I change a function call and it works fine now. I do not know if this is the real way to solve my problem but this provide a solution. In file pkg.modssl/ssl_engine_int.c: move ssl_init_Engine(s, p); function call before ssl_init_SSLLibrary();

Re: compile of openssl-0.9.6d stops

2002-07-15 Thread Bill Angus
Strange behavior: The error I recently reported on compiling under WIN2000 with MSVC++ diappeared on re-trying the same compile. First time through an error was reported and compilation stopped. But the same batch file ran and completed when tried a second time. This time with no errors.

Re: Mod_SSL for Windows 2000/NT/XP

2002-07-15 Thread Guillaume Filion
At 16:42 +1000 15/07/02, Brendan Lloyd wrote: I am a new member to this group. I have a question which was asked on 2002-06-07 by Ike Ikonne (for which I could not locate any answer in the list archives) so please forgive me for the repetition... My situation is like Ike's: I too need to install

RE: I am having a heck of a time - Please help.

2002-07-15 Thread David Loesche
I did read the referred document concerning the build phase. I am intrigued by the LD_LIBRARY_PATH suggestion. What would you recommend I set it to? -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 12:51 AM To: [EMAIL PROTECTED] Subject: RE: I

Re: Mod_SSL for Windows 2000/NT/XP

2002-07-15 Thread Brendan Lloyd
Guillaume wrote: Yes you can, but you'll need to buy MS Visual C++ to compile Apache. Instructions are available at: http://httpd.apache.org/docs/windows.html http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL.Win32 I note that the modssl install instructions are out of date (as

Re: I am having a heck of a time - Please help.

2002-07-15 Thread Glen Mehn
well, the LD_LIBRARY_PATH should point to all the shared libs that you'll need. Probably /usr/lib:/lib:/usr/local/lib:/usr/local/ssl/lib is a good start -g On Mon, Jul 15, 2002 at 12:07:15PM -0700, David Loesche wrote: I did read the referred document concerning the build phase. I am

Re: Mod_SSL for Windows 2000/NT/XP

2002-07-15 Thread Cliff Woolley
On Tue, 16 Jul 2002, Brendan Lloyd wrote: And last but not least: can anyone clarify what the state of Apache 2.0 is with regards to OpenSSL/mod_ssl? I've read in some places that Apache 2.0 supports/includes these, but then when I went to download the Windows binary distribution it had the