HTTPS Client with Client Certificate Function

2002-07-11 Thread Jochen Vogel

Hi,

i am searching a client with that a can time triggered get files from an
apache server restricted with password and client certificate authorization.

i created an apache server with modssl. created my own ca an created a
client certificate. if i try this certificate in IE i will be working. if i
try the 
certificate with curl he can´t set the public key file. curl will only be
working
if i cat the private key and the certificate in one file and using this.

-can someone tell me an other tool than curl witch well be commercial?

-is it ok that curl need the private key and when why?

thx for help
Jochen
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



mod ssl for windows

2002-07-11 Thread Alex Moon

Hi
Currently have a system working fine under Apache 1.3.19 on NT 
but cannot find a version of mod_ssl.so for NT that will work with 
1.3.26. Does one exist? 
Any info gratefully received
Alex



Technical Manager
Online Learning Support Unit
Middlesex University Business School

[EMAIL PROTECTED]
020 8411 5092

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: mod ssl for windows

2002-07-11 Thread JOURDAIN Philippe


http://www.modssl.org/contrib/Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6d-Wi
n32.zip


 -Message d'origine-
 De:   Alex Moon [SMTP:[EMAIL PROTECTED]]
 Date: jeudi 11 juillet 2002 16:27
 À:[EMAIL PROTECTED]
 Objet:mod ssl for windows
 
 Hi
 Currently have a system working fine under Apache 1.3.19 on NT 
 but cannot find a version of mod_ssl.so for NT that will work with 
 1.3.26. Does one exist? 
 Any info gratefully received
 Alex
 
 
 
 Technical Manager
 Online Learning Support Unit
 Middlesex University Business School
 
 [EMAIL PROTECTED]
 020 8411 5092
 
 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



AW: mod ssl for windows

2002-07-11 Thread Michael . Straessle

 Hi
 Currently have a system working fine under Apache 1.3.19 on NT 
 but cannot find a version of mod_ssl.so for NT that will work with 
 1.3.26. Does one exist? 
 Any info gratefully received
 Alex
 
http://www.modssl.org/contrib/
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: mod ssl for windows

2002-07-11 Thread Noah White


Just as an FYI. This does not work with mod_jserv.

 -Original Message-
 From: JOURDAIN Philippe [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 11, 2002 10:41 AM
 To: [EMAIL PROTECTED]
 Subject: RE: mod ssl for windows
 
 
 http://www.modssl.org/contrib/Apache_1.3.26-Mod_SSL_2.8.10-OpenSSL_0.9.6d-
 Wi
 n32.zip
 

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



apache 2.0.39 + mod_ssl.so

2002-07-11 Thread Sauer, Adrian

...this error occurs during start with -DSSL:
Cannot load /opt/apache_2.0.39/modules/mod_ssl.so into server:
/opt/apache_2.0.39/modules/mod_ssl.so: undefined symbol: X509_free

here is how i build it:
- tar -xzvf httpd
- cd httpd
- ./configure --prefix=/opt/sauer/local/httpd --enable-mods-shared=all
--disable-auth-digest --enable-deflate --disable-cern-meta
--disable-usertrack --disable-unique-id --enable-ssl
- make -j3
- make install

# ldd httpd
libz.so.1 = /usr/lib/libz.so.1 (0x4001b000)
libaprutil.so.0 = /opt/apache_2.0.39/lib/libaprutil.so.0
(0x40029000)
libgdbm.so.2 = /usr/lib/libgdbm.so.2 (0x4003b000)
libdb-3.3.so = /usr/lib/libdb-3.3.so (0x40041000)
libexpat.so.0 = /opt/apache_2.0.39/lib/libexpat.so.0 (0x400c1000)
libapr.so.0 = /opt/apache_2.0.39/lib/libapr.so.0 (0x400de000)
libm.so.6 = /lib/libm.so.6 (0x400fc000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x4011e000)
libnsl.so.1 = /lib/libnsl.so.1 (0x4014b000)
libdl.so.2 = /lib/libdl.so.2 (0x40161000)
libpthread.so.0 = /lib/libpthread.so.0 (0x40165000)
libc.so.6 = /lib/libc.so.6 (0x4017c000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

# ldd mod_ssl.so
libc.so.6 = /lib/libc.so.6 (0x4003)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)


# ldd --version
ldd (GNU libc) 2.2.5
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.


i also tried to install it with the installed version of openssl0.9.6d and
option --with-ssl=/opt/openssl0.9.6d, but the same error occurs

what can i do ? 

thanx
  Adrian Sauer
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



HTTPS not running

2002-07-11 Thread Shalen

  I am able to set up a http apache server using
  apache_1.3.26 and openssl-0.9.6d
   I also installed mod_ssl
   but when I write
   https://nessus
   I am not able to get anything
  but when I write
   http://nessus/
   I see the page,
Hey, it worked
The SSL/TLS-aware Apache webserver was successfully
 installed
 I also ran 
/usr/local/apache/bin/apachectl startssl
But I am not able to run https server
 Can someone guide me
  I am in urgent need to set up https server

I am referring the page
http://www.modssl.org/docs/apachecon2001


Please suggest

_
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: HTTPS not running

2002-07-11 Thread Ashmore, Samuel R

check the error log

-Original Message-
From: Shalen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 10:45 AM
To: [EMAIL PROTECTED]
Subject: HTTPS not running


  I am able to set up a http apache server using
  apache_1.3.26 and openssl-0.9.6d
   I also installed mod_ssl
   but when I write
   https://nessus
   I am not able to get anything
  but when I write
   http://nessus/
   I see the page,
Hey, it worked
The SSL/TLS-aware Apache webserver was successfully
 installed
 I also ran 
/usr/local/apache/bin/apachectl startssl
But I am not able to run https server
 Can someone guide me
  I am in urgent need to set up https server

I am referring the page
http://www.modssl.org/docs/apachecon2001


Please suggest

_
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: apache 2.0.39 + mod_ssl.so

2002-07-11 Thread Cliff Woolley

On Thu, 11 Jul 2002, Sauer, Adrian wrote:

 ...this error occurs during start with -DSSL:
 Cannot load /opt/apache_2.0.39/modules/mod_ssl.so into server:
 /opt/apache_2.0.39/modules/mod_ssl.so: undefined symbol: X509_free

This is a frequently asked question.  Please see (among other places):

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8034

--Cliff

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: HTTPS not running

2002-07-11 Thread Jeff Landers

This is indicative of a variety of problems. What does the error log say? Probably a 
minor config error.

 [EMAIL PROTECTED] 07/11/02 10:18AM 
check the error log

-Original Message-
From: Shalen [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 11, 2002 10:45 AM
To: [EMAIL PROTECTED] 
Subject: HTTPS not running


  I am able to set up a http apache server using
  apache_1.3.26 and openssl-0.9.6d
   I also installed mod_ssl
   but when I write
   https://nessus 
   I am not able to get anything
  but when I write
   http://nessus/ 
   I see the page,
Hey, it worked
The SSL/TLS-aware Apache webserver was successfully
 installed
 I also ran 
/usr/local/apache/bin/apachectl startssl
But I am not able to run https server
 Can someone guide me
  I am in urgent need to set up https server

I am referring the page
http://www.modssl.org/docs/apachecon2001 


Please suggest

_
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs 

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org 
User Support Mailing List  [EMAIL PROTECTED] 
Automated List Manager[EMAIL PROTECTED] 

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org 
User Support Mailing List  [EMAIL PROTECTED] 
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]