Apache/modssl upgrade Questions

2000-03-23 Thread Stephen H. Kapit
I am looking for someone to upgrade my server to the latest version. I am using mod ssl 2.4.3, open ssl 0.9.4, mod-perl 1.2., apache 1.3.9. Is someone available for this? Thanks. Stephen __ Apache Interface to OpenSSL (mod_ss

Source code availability for NT port of 128 bit version of modssl

2000-03-23 Thread Lunow, Eric
Is source code available for the Windows NT port of the 128 bit enabled version of modssl ? Eric Lunow __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAI

Re: Apache-1.3.9, mod-ssl 2.4.10, openssl-0.9.4, JServ 1.1

2000-03-23 Thread Jean-Luc Rochat
Ed Yu wrote: > > Hi, > > Does anyone know how (or is it even possible) to access the client SSL > session information and certificate information using Java and servlet? > For the moment, mod_jserv & ajpv12 protocol forwards only 2 infos to the servlet engine : SSL_CLIENT_S_DN and SSL_CLIENT_I_

Re: How works the 'SSLPassPhraseDialog'

2000-03-23 Thread Jan Dries
Francisco Javier Martínez Martínez wrote: > > Hello. > Where and how I put the two arguments 'the first is of the form > ``servername:portnumber'', the second is either ``RSA'' or ``DSA''', It is > not clear almost for me and I wonder that there must be some people more. > And as you saids this i

Apache-1.3.9, mod-ssl 2.4.10, openssl-0.9.4, JServ 1.1

2000-03-23 Thread Ed Yu
Hi, Does anyone know how (or is it even possible) to access the client SSL session information and certificate information using Java and servlet? ^^ Ed Yu, IBM Certified Specialist - AIX System Administrator Information Technol

getting SSL information in an apache C module

2000-03-23 Thread Steve Kotsopoulos
Are the environment variables (such as SSL_CLIENT_CERT and SSL_CIPHER_USEKEYSIZE) available to apache C module writers? If not, is there another mechanism to look them up? The reference chapter of the mod_ssl user manual says they are available to SSI and CGI, but doesn't mention apache API plugi

Error building simple Apache 1.3.12 on Solaris 2.7

2000-03-23 Thread S. Pilotte
I am trying for the fisrt time to build my Apache server with mod_ssl and this is what I get [Thu Mar 23 12:28:08 2000] [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key The steps I used were very basics and based on the example on http://www.modssl.org/example/. $

Apache - SSL - PHP

2000-03-23 Thread Ashwin Kutty
Hi, I have installed both, PHP & mod-ssl on my webserver, seperately... i.e. one at a time, the reason for this being, that I had to completely remove the apache binaries I had on my server before I could install either and rebuild apache.. Now, since I require both and both need for me to create

[BugDB] Netscape displays source code. (PR#359)

2000-03-23 Thread modssl-bugdb
Full_Name: Version: OS: Submission from: (NULL) (203.80.117.152) I am new to using SSL so please excuse me if my question sounds stupid or irrelevant. I have a couple of domains hosted by a company running Linux Redhat on Apache web servers. I am using my host's secure certificate and have f

[BugDB] Netscape displays source code. (PR#360)

2000-03-23 Thread modssl-bugdb
Full_Name: Version: OS: Submission from: (NULL) (203.80.117.152) I am new to using SSL so please excuse me if my question sounds stupid or irrelevant. I have a couple of domains hosted by a company running Linux Redhat on Apache web servers. I am using my host's secure certificate and have f

RE: How works the 'SSLPassPhraseDialog'

2000-03-23 Thread Steve Fairhead
Jan Dries said: >> For example in C: int main(int argc, char** argv) { printf("xx"); // replace xx with your actual password. return 0; } << Minor point, and perhaps off-topic here, but I'd strongly suggest avoiding such uses of the printf statement in general. Use the puts() sta

About CRL

2000-03-23 Thread enrique
Hello! I am new in the list. I would very grateful if anyone could tell me how to use CRL ( certificate revocation lists), or where to get information about it. Thanks a lot. __ Apache Interface to OpenSSL (mod_ssl)

[BugDB] Unable to read server certificate (PR#358)

2000-03-23 Thread modssl-bugdb
Full_Name: Patrick Taylor Version: mod_ssl-2.6.2-1.3.12 OS: redhat 6 Submission from: (NULL) (208.50.49.98) hello i am attempting to startup my secure server, using apachect startssl, and receive the following error: [Thu Mar 23 00:28:34 2000] [error] mod_ssl: Init: Unable to read server certi

RE: How works the 'SSLPassPhraseDialog'

2000-03-23 Thread Francisco Javier Martínez Martínez
Hello. Where and how I put the two arguments 'the first is of the form ``servername:portnumber'', the second is either ``RSA'' or ``DSA''', It is not clear almost for me and I wonder that there must be some people more. And as you saids this is a secure matter due that the private password could b

Re: HTTPS Proxy

2000-03-23 Thread Robert X Weeks
Thank you for you prompt reply. I am looking at implementing some secure proxing so I shall give this experimental code a through bashing and report back __rse replied__ The stuff is experimental and so it is still not documented. That's why the FAQ also does not contain anything about it. T