JServ (mod_java) and mod_ssl.

1999-09-09 Thread Sebastian Szuber
Hi, Did anyone successfuly run Apache with mod_ssl and mod_java (JServ) together? Does this configuration allow servlet access to SSL session and client certificate parameters? Regards, Sebastian Szuber. -- /* * Sebastian Szuber, Poznan Supercomputing and Networking Center * email:

Re: can't find openssl.cnf

1999-09-09 Thread Budi Aditya
Sun JunXu wrote: > so which one is server certificate? server.crt or server.csr? > I created private certificate. > now I don't have server.csr, ssl web server still can work, and I can browse > page on this server normally ( just like as normal ssl page, need > certificate). i think (maybe pro

Re: can't find openssl.cnf

1999-09-09 Thread webmaster
lin geng wrote: > Can you manually create it ? > > Lin > > -Original Message- > From: Sun JunXu <[EMAIL PROTECTED]> > To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> > Date: Thursday, September 09, 1999 1:02 AM > Subject: RE: can't find openssl.cnf > > >thanks for your replying, > >now the pr

RE: can't find openssl.cnf

1999-09-09 Thread Sun JunXu
so which one is server certificate? server.crt or server.csr? I created private certificate. now I don't have server.csr, ssl web server still can work, and I can browse page on this server normally ( just like as normal ssl page, need certificate). -- From: lin geng[SM

RE: can't find openssl.cnf

1999-09-09 Thread Sun JunXu
ok, I have resolved it after recompiled openssl and modssl, thanks a lot. sun -- From: lin geng[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Friday, September 10, 1999 8:37 AM To: [EMAIL PROTECTED] Subject:

vhost and self-signed certificates.

1999-09-09 Thread randyboy
Hi, I'm new to modssl and need clarification on a couple of implementation issues. I understand that each ssl-enabled http server needs its own IP. However, would it be possible to have X number of name-based virtualhosts and one single ssl-enabled web host using a single IPs. Furthe

Re: mod_ssl and name-based virtual hosts

1999-09-09 Thread Henrik Olsen
On Fri, 10 Sep 1999, Mike wrote: > Hi everyone > > Please forgive a beginners' possibly ignorant question... My first attempt > at this... > > I have a server with several name based virtual hosts on it. As I > discovered, mod_ssl won't work with name based virtual hosts, for > reasons discusse

Re: can't find openssl.cnf

1999-09-09 Thread lin geng
Unless your browser supports no-cert authentication, they won't be able to establish SSL with your server. At least a server certificate is needed. Lin PS what is csr? crt, pem, der are the typical types for certificate files. csr sounds like a certificate signing request. It is not a cert unl

Re: can't find openssl.cnf

1999-09-09 Thread lin geng
Can you manually create it ? Lin -Original Message- From: Sun JunXu <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Thursday, September 09, 1999 1:02 AM Subject: RE: can't find openssl.cnf >thanks for your replying, >now the problem is I have not a /usr/local/ssl

mod_ssl and name-based virtual hosts

1999-09-09 Thread Mike
Hi everyone Please forgive a beginners' possibly ignorant question... My first attempt at this... I have a server with several name based virtual hosts on it. As I discovered, mod_ssl won't work with name based virtual hosts, for reasons discussed earlier on this list. My question is, will it

'make test' failure

1999-09-09 Thread SSL Help
I'm trying to install openssl 0.9.4 on a RedHat6.0 system for use w/ mod_ssl 2.4.2-apache 1.3.9 according to the instructions in the mod_ssl INSTALL guide: cd /root/install/rsaref-2.0 cp -rp install/unix local cd local make mv rsaref.a librsaref.a cd /root/install/openssl-0.9.4 sh config -L/ro

Make under NT4 (VC6) openssl0.9.4 apache1.3.9 mod_ssl2.4.2 fails: libeay32.lib(md_rand.obj) : error LNK2001: unresolved external symbol __imp__DeleteDC@4

1999-09-09 Thread joerg . muehle
The openssl make was succesfull, the apply of mod_ssl changes to the apache 1.3.9 source tree too but the apache make return this errors: libeay32.lib(md_rand.obj) : error LNK2001: unresolved external symbol __imp__DeleteDC@4 libeay32.lib(md_rand.obj) : error LNK2001: unresolved external symbol

RE: can't find openssl.cnf

1999-09-09 Thread Sun JunXu
I can start my ssl server without server.csr? is it correct? why in ssl_faq.html, says using sign.sh to create server.csr? sincerely sun -- From: webmaster[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Thursday, September 09, 1999 12: