problem with client certificates

2009-06-11 Thread pillii
Hello, im using client certificates to authenticate myself with FakeBasicAuth to my webserver. This works quite fine. But there is one case where it doesnt work. When i open my website and then wait a little time (1-2 minutes) and then do a POST to upload a file i get an "[erro

Does "SSLVerifyDepth 1" actually allow self-signed client certificates?

2007-12-18 Thread Vladimir A . Pavlov
Hi! I try to use mod_ssl to protect a part of my site from all users except a few persons having client certificates signed by my _self-created_ CA key. I created my ca.crt and signed some csr files with it, and have no problems accessing the site with those. I use the following httpd.conf

RE: How to accept only certain client certificates

2007-07-25 Thread Fought, Richard
-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >On Behalf Of [EMAIL PROTECTED] >Sent: Wednesday, July 25, 2007 9:42 AM >To: modssl-users@modssl.org >Subject: How to accept only certain client certificates >Dear all, >I have a working SS

How to accept only certain client certificates

2007-07-25 Thread merlin
a few clients only. One way to achieve this to create my own CA and Issue client certificates, which I'm doing now. But my clients have their own certificates issued by eg. Verisign. Is there a way to allow theese certs while denying the other from the same CA? Can I just somehow directly enu

Weird problem with client certificates

2006-04-04 Thread Hostmaster Leadtracking
Hello, we are running Apache 2.0.53 with openssl 0.9.7e on linux. There's a weird problem using client certificates. When accessing "/srv/www/ssldocs/secure" via https://www.domain.com/secure there's absolutely no client certificate checked. Access is possible without val

client certificates won't verify under Apache

2005-09-04 Thread Aaron Turner
I'm running CentOS 4.1 with Apache 2.0.52 and trying to setup client SSL authentication using an internal CA. I've read the docs and checked the list archives for someone having the same problem or any hints, but have come up empty so far. Anyways... Running: openssl verify -CAfile ssl.cr

FW: Client Certificates (Help!)

2005-01-11 Thread David T. Ashley
T. Ashley Sent: Tuesday, January 11, 2005 10:02 PM To: modssl-users@modssl.org Subject: FW: Client Certificates (Help!) -Original Message- From: David T. Ashley [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 9:57 PM To: john mcnicholas Subject: RE: Client Certificates (H

FW: Client Certificates (Help!)

2005-01-11 Thread David T. Ashley
-Original Message- From: David T. Ashley [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 9:57 PM To: john mcnicholas Subject: RE: Client Certificates (Help!) Hi John, The following script shows how I generated my keys and certificates. Notice the exports to .p12. The .p12

RE: Client Certificates (Help!)

2005-01-03 Thread David T. Ashley
gt; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of P Larkin Waters > Sent: Tuesday, January 04, 2005 6:11 AM > To: modssl-users@modssl.org > Subject: Re: Client Certificates (Help!) > > > did you use a real certificate? > if you used a test certificate did you

Re: Client Certificates (Help!)

2005-01-03 Thread P Larkin Waters
rk. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why. --Unknown - Original Message - From: "David T. Ashley" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 21, 2004 7:29

Re: Client Certificates (Help!)

2004-12-22 Thread Casper Gasper
On Wednesday 22 December 2004 02:29, David T. Ashley wrote: > Hi, > > Does anyone have any good URLs or instructions about how to create client > certificates for browsers so that only browsers with the certificate can > connect to the server (or view certain directories on the serv

Client Certificates (Help!)

2004-12-21 Thread David T. Ashley
Hi, Does anyone have any good URLs or instructions about how to create client certificates for browsers so that only browsers with the certificate can connect to the server (or view certain directories on the server)? I tried one procedure I found on the web, and it ended up with Apache

apache and client certificates

2002-09-17 Thread Jose Correia (J)
Hi all Is anyone aware of Apache version 1.3.20 having problems with client authentication?? I've created my own CA created using openssl (vs 0.9.6a). I then created and signed my server certificate with the CA using openssl. (apache is on a RH Linux 6.2 machine) I then created a client public

Client Certificates

2002-07-03 Thread guslist
Hello All, Apologies if this has been asked before, I'm new to this list. I´m trying to create a Client Certificate to a MSExplorer Browser. I want to generate certificates to a couple of clients and only this clients will be allowed to access a specific URL from my site. I´ve tryed to generate

Client-Certificates containing spaces

2002-05-14 Thread Fischer Roman
Dear mod_ssl community, Haven't found anything in the archives, faq or the 'net in general... I have tried to use Apache+mod_ssl with "SSLOptions +FakeBasicAuth". The feature works as advertised, as long as there are NO SPACES in the one-line-description of the user-cert. Is there a simple/stan

Re: POST / SSL / Client Certificates Problem

2002-04-08 Thread Cliff Woolley
On Sun, 7 Apr 2002 [EMAIL PROTECTED] wrote: > I'm using Apache 2 beta, mod_ssl (obviously), and a few self-signed > client certificates. My problem is that when I try to POST to a .cgi > file, I get the following error: "Method not allowed! The POST method is > not allowed

Re: POST / SSL / Client Certificates Problem

2002-04-07 Thread modssl . com
7;m using Apache 2 beta, mod_ssl (obviously), and a few self-signed client > certificates. > > My problem is that when I try to POST to a .cgi file, I get the following > error: > > "Method not allowed! > The POST method is not allowed for the requested URL." > > I'

POST / SSL / Client Certificates Problem

2002-04-07 Thread modssl . com
I'm using Apache 2 beta, mod_ssl (obviously), and a few self-signed client certificates. My problem is that when I try to POST to a .cgi file, I get the following error: "Method not allowed! The POST method is not allowed for the requested URL." I've seen this error listed

RE: Creating client certificates ?

2002-04-04 Thread Shiraz Esat
[EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 12:43 AM To: [EMAIL PROTECTED] Subject:Re: Creating client certificates ? [EMAIL PROTECTED] wrote: > > Hello modssl users ! > > I managed to set up an ssl aware web server. > Although I searched the

Re: Creating client certificates ?

2002-04-04 Thread haldor
en for your answer but you misunderstood >my question. >And you Maik misunderstood my question, too. >I, of course, read the FAQ and all the other available docs >but they say nothing about creating client (!) certificates ! >The process of creating a server certificate is suff

Re: Creating client certificates ?

2002-04-03 Thread Mads Toftum
On Thu, Apr 04, 2002 at 01:43:05AM +0200, [EMAIL PROTECTED] wrote: > My question is: How can I create client (!) certificates for > client authentication to the server and not > server certificates ?! There is a nice example script called cca.

Re: Creating client certificates ?

2002-04-03 Thread jmos
. > > Could someone describe the process of creating > such a certificate in detail ? Thank you Owen for your answer but you misunderstood my question. And you Maik misunderstood my question, too. I, of course, read the FAQ and all the other available docs but they say nothing about

AW: Creating client certificates ?

2002-04-03 Thread Hertha, Maik (Hartmann + Hertha)
] -- h+h > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Gesendet am: Mittwoch, 3. April 2002 03:56 > An: [EMAIL PROTECTED] > Betreff: Creating client certificates ? > > Hello modssl users ! > > I managed to set

Re: Creating client certificates ?

2002-04-02 Thread Owen Boyle
[EMAIL PROTECTED] wrote: > > Hello modssl users ! > > I managed to set up an ssl aware web server. > Although I searched the web and also the list > archive I haven't been able to create a client > certificate which is signed by my own CA for > client authentication. > > Could someone describe

Creating client certificates ?

2002-04-02 Thread jmos
Hello modssl users ! I managed to set up an ssl aware web server. Although I searched the web and also the list archive I haven't been able to create a client certificate which is signed by my own CA for client authentication. Could someone describe the process of creating such a certificate in

Client-certificates are sporadically dying

2002-03-25 Thread Daniel Chabrol
Hello modssl-users! My suspicion is that IE5.5 has liability for this problem. But maybe someone has made similar experiences and can give a hint: I noticed a strange behaviour (mod_ssl/2.8.5, OpenSSL/0.9.3a, Internet Explorer 5.5 SP2). You install a client-certificate and everything works fine.

Client certificates and known msie 4 / 5.5 errors and SSLv2

2002-01-31 Thread Lennert de Waal
Hi, I know this topic has been covered before but I have some strange experiences and couldn't find a resolution. I'm using redhat 6.2 with Apache and mod_ssl configured. I have the known problems which prevent msie export versions (40 and 56 bit) from connecting to the server using SSL, but I'm a

[BugDB] Using client certificates and SSLRequire (PR#488)

2000-12-31 Thread modssl-bugdb
Full_Name: John Douglass Version: mod_ssl/2.7.1 OS: Solaris 2.7 Submission from: (NULL) (128.61.2.35) I'm playing around with client certificate authentication. Software used: OpenSSL 0.9.6 Apache 1.3.14 Mod_SSL 2.7.1 My .htaccess file looks like: SSLRequireSSL SSLOptions +FakeBa

Client certificates, expiration, security

2000-10-06 Thread admin
Hello, I have issued and signed some 7-day (temporary) personal certificates for users to do test-runs on a secure part of my website (by way of SSLVerifyClient and SSLVerifyDepth). How does the whole "expiration" concept work. Does mod_ssl verify that the personal client certif

Re: Client certificates

2000-09-12 Thread Mads Toftum
On Tue, Sep 12, 2000 at 10:02:57AM +1000, [EMAIL PROTECTED] wrote: > > Is there anyone here that is successfully using client certificates, to > provide automatic validation, logons and session management. In fact is > there anyone that has got one of the above working reliably. Y

Client certificates

2000-09-11 Thread Simon . Haddon
Hi, Is there anyone here that is successfully using client certificates, to provide automatic validation, logons and session management. In fact is there anyone that has got one of the above working reliably. It seems to me that the client software built into the browsers (mostly IE) for SSL

Q: Client certificates with MS-IE (how to)

2000-08-06 Thread Albert Mietus
Hai all, Thanks to you answers and remarks on my previous question, I have a apache/mod-ssl webserver running on with I can authorize (myself) with a certificate. I'm able to request such a certificate via a webpage; this is based on Clifford's OSA package (thanks!). However, It only works fo

Client certificates

2000-07-18 Thread Anil BR
Hello, I have installed Apache1.3.12+mod_ssl+OpenSSL on Win NT For testing purposes,I am using the dummy site certificates provided. I am able to run the SSL-aware apache. I, now, installed the client certificate from Verisign and made the following changes in 'httpd.conf' file SSLVerifyClient r

Re: client certificates

2000-07-11 Thread Thomas Barthel
> > There seems to be a MIME-type for PKCS12 available: > > http://www.crosswinds.net/san-marino/~jom/filex/mime.htm > > .p12 application/pkcs-12 > > .p12 application/x-pkcs-12 > > > > I however don't know whether it is actually supported by Netscape. > > (If it is, please inform us.) > > thanks

Re: client certificates

2000-07-11 Thread Thomas Barthel
> Yes, the PKCS12 does support both keys. You however cannot download the > PKCS12 directly into the browser. You can only download it to a file > and then import it. > The direct download technique is only available for the cert (which only > contains the public key): > http://home.netscape.com/e

Re: client certificates

2000-07-11 Thread Lutz Jaenicke
On Tue, Jul 11, 2000 at 09:16:34AM +0200, Thomas Barthel wrote: > Maybe I'm too new to this topic but isn't it true that PKCS12 contains both > the public and the private key? Yes, the PKCS12 does support both keys. You however cannot download the PKCS12 directly into the browser. You can only do

Re: client certificates

2000-07-11 Thread Thomas Barthel
> > For all these operations you must be aware that two different items > are needed: > - the private key (secret) > - the public key (included in the "certificate") > > If you only download the user-cert, the corresponding private key > is missing, this is what Netscape tries to tell you. > >

Re: client certificates

2000-07-10 Thread Lutz Jaenicke
On Tue, Jul 11, 2000 at 08:32:09AM +0200, Thomas Barthel wrote: > Hello, > > I have installed apache with mod_ssl and it works well. > Now I create client certificates with openssl and want > to send them with "application/x-x509-user-cert" to the > browser. I te

client certificates

2000-07-10 Thread Thomas Barthel
Hello, I have installed apache with mod_ssl and it works well. Now I create client certificates with openssl and want to send them with "application/x-x509-user-cert" to the browser. I tested DER, PEM and PKCS12 but nothing really worked. Netscape says it doesn't know the corresp

problem with client certificates and

2000-06-29 Thread Timo Grammer
Hi there, I am trying to configure a server so that a client certificate is required to access a directory. Although it denies access without a proper certificate if I use SSLVerifyClient globally, it won't work for a directory only. That means after accessing the main dir (without client authent

client certificates

2000-06-05 Thread Ricardo Basto
Hi, I'm trying to set up a SSL server for an extranet, and then create client certificates for each one of the clients, so that only the certificates signed with my server's key could connect to it. The server configuration looks just fine, but I can't figure out how to cr

Re: https to https proxy with client certificates

1999-09-08 Thread tvaughan
Alexander Boiler <[EMAIL PROTECTED]> writes: > I want now to use X509 certificates to access the application on iis > server . Without access to the client's private key, there is no way the the apache+mod_ssl based proxy, or any proxy, can make a connection to the other server as though it were

https to https proxy with client certificates

1999-09-08 Thread Alexander Boiler
Due to various bugs in iis server , i'm trying to protect an existing application by putting apache as a proxy . before: client --extranet firewalliis port 443 (www.clientapp.com) after : this schema works fine for moment: www.clientapp.com points now to apac

Re: Problems with client certificates (was: Bug in Apache/mod_ssl ?)

1999-08-30 Thread Lutz Jaenicke
Hi, I have experienced similar problems as Arend van der Veen. My problem was reproducability, because I could reproduce it with old Netscape versions and new versions, that were generated by upgrading old version. I could not reproduce these problems on a freshly installed PC with a freshly inst

Re: Problems with client certificates (was: Bug in Apache/mod_ssl ?)

1999-08-30 Thread Holger Reif
Your session cache might have not been set up. > Arend van der Veen wrote: > > > Hi all, > > > > I have been continuing my testing. I have downloaded demo versions of both > > Raven-SSL and Stronghold and tried to use my Netscape generated client > &

Problems with client certificates (was: Bug in Apache/mod_ssl ?)

1999-08-24 Thread Alfredo Raul Pena
f both > Raven-SSL and Stronghold and tried to use my Netscape generated client > certificates. Raven-SSL behaved identically to mod_ssl. However, > Stronghold worked !!. When I select the certificate with Communicator and > enter by Certificate Database Password, the connection hangs.

RE: Help - were should I turn - Netscape and Client Certificates

1999-08-03 Thread Howard Uman
LET'S GO CAPS! > -Original Message- > From: Arend van der Veen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 29, 1999 2:54 PM > To: [EMAIL PROTECTED] > Subject: Re: Help - were should I turn - Netscape and Client > Certificates > > >

Re: Help - were should I turn - Netscape and Client Certificates

1999-07-29 Thread Arend van der Veen
even though the client has already enter one for the domain. Arend van der Veen -Original Message- From: Arend van der Veen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, July 29, 1999 7:57 AM Subject: Help - were should I turn - Netscap

Help - were should I turn - Netscape and Client Certificates

1999-07-29 Thread Arend van der Veen
I am using mod_ssl_2.3.6_1.3.6. I generated a client certificate and converted to PKCS#12 format. I Ioaded it into both IE5 and Netscape 4.5. Under IE5 everything worked perfectly. In Netscape I had to trust certificate first. When I access a link on the secure sever I first get prompted for a

Re: creating client certificates

1999-07-28 Thread Arend van der Veen
scerttype for CA certificate I generation. For the server certificate generation I use nscerttype = server and for client certificate generation I use nscerttype = client, emial I am also now using ./CA.sh and the client certificates work in both IE5.0 and Netscape 4.5. Should I be using nscerttype

Re: creating client certificates

1999-07-27 Thread Ralf S. Engelschall
On Tue, Jul 27, 1999, Arend van der Veen wrote: > [...] > 2.removed nscerttype=ssICA > 3.remove nscerttype=client > [...] What are the reasons? Ralf S. Engelschall [EMAIL PROTECTED]

Re: creating client certificates

1999-07-27 Thread Arend van der Veen
There is a file included in mod_ssl.../pkg.contrib called cca.sh. I was able to generate a CA. Server Certificate, and Client Certificates using this. I had to make the following changes: 1.Set days for CA certificate to 5 years 2.removed nscerttype=ssICA 3.remove nscerttype=client

creating client certificates

1999-07-26 Thread Geoff Nordli
I am extremely happy now. I have successfully implemented Apache 1.3.6 + SSL 0.9.3a. I have user controlled access with passwords. It has only taken about 1.5 weeks. The last step is to create client certificates. I only have about 20 people accessing the site. I want to restrict access to

Re: Issuing Client Certificates

1999-03-13 Thread Nuno Miguel Neves
This question was already answered by Ralph Engelschall at Mon, 8 Mar 1999 08:29:49 and I've already posted my answer to that. You should take a look to see what interests you! If you're in a hurry and want to do it quickly, it's just a matter of changing your nsCertType in ssleay.cnf to 0xb0 (t

Issuing Client Certificates

1999-03-13 Thread Fathi Ben Nasr
Nuno Miguel da Cruz Neves a écrit : > Hi. > > I'm running Apache 1.3.4, mod-ssl 2.2.3 and SSLeay 0.9.0b. > I've already set up the browser with SSL, and even some more stuff, and all > works fine. > > The question is when I issue a client certificate. I've already read the > ns-ca.doc and follo

Re: Issuing Client Certificates

1999-03-08 Thread Nuno Miguel da Cruz Neves
Ralf S. Engelschall wrote: > > On Sun, Mar 07, 1999, Nuno Miguel da Cruz Neves wrote: > > > I'm running Apache 1.3.4, mod-ssl 2.2.3 and SSLeay 0.9.0b. > > I've already set up the browser with SSL, and even some more stuff, and all > > works fine. > > > > The question is when I issue a client cer

Re: Issuing Client Certificates

1999-03-08 Thread Ralf S. Engelschall
On Sun, Mar 07, 1999, Nuno Miguel da Cruz Neves wrote: > I'm running Apache 1.3.4, mod-ssl 2.2.3 and SSLeay 0.9.0b. > I've already set up the browser with SSL, and even some more stuff, and all > works fine. > > The question is when I issue a client certificate. I've already read the > ns-ca.doc

Issuing Client Certificates

1999-03-08 Thread Nuno Miguel da Cruz Neves
Hi. I'm running Apache 1.3.4, mod-ssl 2.2.3 and SSLeay 0.9.0b. I've already set up the browser with SSL, and even some more stuff, and all works fine. The question is when I issue a client certificate. I've already read the ns-ca.doc and followed the instructions of F. Hirsch about the script to

Re: Help with Creating Client Certificates

1998-12-31 Thread Bruce B. Platt
At 03:29 PM 12/31/98 +0100, Ralf S. Engelschall wrote: Ralf, Thanks to you also! It was a close race. I was on the prior page of the SSLeay FAQ when your mail message came in. Happy HOliday to you and all the members of this list! Regards, Bruce ->On Thu, Dec 31, 1998, Bruce B. Platt wro

Re: Help with Creating Client Certificates

1998-12-31 Thread Ralf S. Engelschall
On Thu, Dec 31, 1998, Bruce B. Platt wrote: > Holger, thanks for your suggestion: > > I tried the following: > > ssleay rsa -noout -text -in cakey.pem > > I was prompted for the PEM pass phrase. This makes me think I need to > remove the encryption on the key > so the script can access the k

Re: Help with Creating Client Certificates

1998-12-31 Thread Bruce B. Platt
MIHFMHEwXDANBgkqhkiG9w0BAQEFAANLADBIAkEAtL+pTWvR1HuqbGa7yfOsd//f ->> g8X5AMT3Lo+CO2VHyqONr5ht43IaIG3N5LMqJII7LZXrO0Wv3WxljDh1Xuc78QID ->> AQABFhFjaGFsbGVuZ2VQYXNzd29yZDANBgkqhkiG9w0BAQQFAANBAC1l2mfNrU1n ->> dMCZZIvb5MZxXz9ZFJ9YqvWGt2MdYQ+FZ1RS8z

Re: Help with Creating Client Certificates

1998-12-31 Thread Holger Reif
; Submit Query > > As you can see I have tried this 37 times! > > I am clearly confused as this point about what steps to take to generate a > CA that can then be used to create client certificates. > One last note, I am using apache with mod_ssl and a certific

Help with Creating Client Certificates

1998-12-30 Thread Bruce B. Platt
A. 5. /usr/local/ssl/bin is in my path. I have used the following sequence of commands: CA.sh -newca CA.sh -newreq CA.sh -sign to create a new certification tree so that the client certificates I would create are created by my own CA. I have checked all file protections and ownerships on b

Explorer vs Client certificates - almost there...

1998-11-20 Thread Kenneth Pettersson
Hello again! Finally we're up and running with both Explorer 3.02 and 4.0. One more question has sprung up though, about which I thought it is best to ask advice from a reliable source 8-). Our present Explorer-solution works only for 32-bit users, since we're using the certenr3.dll, designed

Re: MSIE and SSL connection using client certificates

1998-11-05 Thread Michael Kunze
> > Hmm, at least my problem is solved now. Next is trying to build a mini > CA and implementing some kind of authorization scheme using > certificate lookups in an LDAP database like Netscape does. > The certificate delivers a DN, so with some mapping of components / > attributes I should be a

Re: MSIE and SSL connection using client certificates

1998-11-02 Thread Joost Stegeman
On Mon, 02 Nov 1998 03:30:06 GMT, you wrote: >On Sun, 01 Nov 1998 01:39:13 +0100, you wrote: > >> >> >>Ralf S. Engelschall wrote: >> >>> >>> > As a result I never succeeded in making an SSL connection using client >>> > certificate with MSIE. >>> >>> Just to inform you that your request is not ig

Re: MSIE and SSL connection using client certificates

1998-11-02 Thread Joost Stegeman
On Sun, 01 Nov 1998 01:39:13 +0100, you wrote: > > >Ralf S. Engelschall wrote: > >> >> > As a result I never succeeded in making an SSL connection using client >> > certificate with MSIE. >> >> Just to inform you that your request is not ignored: I've no clue what's going >> wrong with MSIE and I

Re: MSIE and SSL connection using client certificates

1998-11-01 Thread Ralf S. Engelschall
On Sun, Nov 01, 1998, Michael Kunze wrote: > Ralf S. Engelschall wrote: > > > > As a result I never succeeded in making an SSL connection using client > > > certificate with MSIE. > > > > Just to inform you that your request is not ignored: I've no clue what's going > > wrong with MSIE and I cur

Re: MSIE and SSL connection using client certificates

1998-11-01 Thread Michael Kunze
Ralf S. Engelschall wrote: > > > As a result I never succeeded in making an SSL connection using client > > certificate with MSIE. > > Just to inform you that your request is not ignored: I've no clue what's going > wrong with MSIE and I currently cannot test it myself (the MSIE installation >

Re: MSIE and SSL connection using client certificates

1998-11-01 Thread glin
te: Saturday, October 31, 1998 11:04 AM Subject: Re: MSIE and SSL connection using client certificates >On Fri, Oct 16, 1998, Haewon Lee wrote: > >> I've installed "SSLeay-0.9.0b" and "mod_ssl-2.0.13-1.3.3.tar.gz" in my RH >> Linux machine. Everything is worki

Re: MSIE and SSL connection using client certificates

1998-10-31 Thread Ralf S. Engelschall
I installed > certificates for a server and clients issued by "CBNU CA" and setup the web > server so that it accepts only certificates issued by "CBNU CA". I wanted > to make an SSL connect using client certificates. >[..] > Documents in the virtual host with port

Re: Self-signed client certificates

1998-10-29 Thread Michael Kunze
get is quite confused. Which versions of Explorer > support client certificates generated by ssleay? Are there differences > in language implementations (we're using a Swedish version)? > In summary, my question has two parts - the specific problem of > 'disappearing' certificat

Re: client certificates (again)

1998-10-27 Thread Mark Shuttleworth
Hiya Thawte gives out free client certs. You have to enroll (free), and then you can come back with your username/password and get as many certs as you like. If you want client certs for authentication and email, I genuinely think your best bet is the Strong Extranet. You can set it up and test

Re: client certificates (again)

1998-10-27 Thread Eckard Wille
Jesus A. Alonso schrieb: > > Hi, > > is there any way for making CLIENT certificates using SSLeay & mod-ssl? > > if not, is there any CA which offers free client certificates or the > only way to get one is selling it? (I need it just with testing > purpuses) >

Re: client certificates (again)

1998-10-27 Thread Ralf S. Engelschall
On Tue, Oct 27, 1998, Jesus A. Alonso wrote: > is there any way for making CLIENT certificates using SSLeay & mod-ssl? > > if not, is there any CA which offers free client certificates or the > only way to get one is selling it? (I need it just with testing > purpuses) You

client certificates (again)

1998-10-27 Thread Jesus A. Alonso
Hi, is there any way for making CLIENT certificates using SSLeay & mod-ssl? if not, is there any CA which offers free client certificates or the only way to get one is selling it? (I need it just with testing purpuses) Thanks in advance. Jesus Al

Self-signed client certificates

1998-10-27 Thread Kenneth Pettersson
Hello! My name is Kenneth Petterson, and I work as an Internet developer for Sema Group in Stockholm. My current project involves the use of ssleay to generate client certificates, that we sign acting as our own CA. It all works fine, using Netscape Navigator. The problem starts when we are

Re: Client Certificates

1998-10-21 Thread Hakan . Tandogan
> On Tue, Oct 20, 1998, [EMAIL PROTECTED] wrote: > > > After having success with my fresh "Apache/1.3.3 (Win32) mod_ssl/2.1b6 > > SSLeay/0.9.0b", > > I tried to connect to the webserver with client certificates enabled, > > but get > > only a &qu

Re: Client Certificates

1998-10-20 Thread Ralf S. Engelschall
On Tue, Oct 20, 1998, [EMAIL PROTECTED] wrote: > After having success with my fresh "Apache/1.3.3 (Win32) mod_ssl/2.1b6 > SSLeay/0.9.0b", > I tried to connect to the webserver with client certificates enabled, > but get > only a "Certificate Chain too long"

Client Certificates

1998-10-20 Thread Hakan . Tandogan
Hi, After having success with my fresh "Apache/1.3.3 (Win32) mod_ssl/2.1b6 SSLeay/0.9.0b", I tried to connect to the webserver with client certificates enabled, but get only a "Certificate Chain too long" in the error logfile. I'm using the Snake Oil Certificate o

MSIE and SSL connection using client certificates

1998-10-16 Thread Haewon Lee
uot;CBNU CA" and setup the web server so that it accepts only certificates issued by "CBNU CA". I wanted to make an SSL connect using client certificates. (1) I configure one virtual host with "with "SSLVerifyClient require". Below is the corresponding httpd.conf.