Re: SSL with IIS/IE

1999-04-20 Thread Miguel Angel Fraga
> From: Stefan Kelm > > Miguel, > > > I don't know how to import 1024 bit certs into IIS, but you can > > generate a CSR (1024 bit RSA) using NON domestic IIS4. > > > > If you are using SP3 you need a special schannel.dll, > > Do you need it? I can send it to you. > > what does schannel.dll do an

Re: SSL with IIS/IE

1999-04-19 Thread Holger Reif
Stefan Kelm schrieb: > > > If you are using SP3 you need a special schannel.dll, > > Do you need it? I can send it to you. > > what does schannel.dll do and where did you get it? The name might mean "secure channel" and implements the SSL functions completely (don'T ask me why the didn't use t

Re: SSL with IIS/IE

1999-04-19 Thread Stefan Kelm
Miguel, > > Anyone knows how to import a 1024 bit cert into IIS ?(I prefer > > Apache/Unix, but my principal want IIS/NT support also... :-(( ) > > I don't know how to import 1024 bit certs into IIS, but you can > generate a CSR (1024 bit RSA) using NON domestic IIS4. > > If you are using SP3 you

Re: SSL with IIS/IE

1999-04-16 Thread Rafael Calzada Pradas
>> > The URL where you can found this information is: >> > http://www.microsoft.com/security/tech/sgc/EnableAGC.asp >> > >> > bye. Rafa >> hmmm Ms tells me "The page cannot be found" ... Maybe these informations >> are to be protected against italian people :-)) Sorry, I misspell the page fi

Re: SSL with IIS/IE

1999-04-16 Thread Ben Laurie
Sergio Rabellino wrote: > > Rafael Calzada Pradas wrote: > > > > OpenSSL Users: > . > > > > The URL where you can found this information is: > > http://www.microsoft.com/security/tech/sgc/EnableAGC.asp > > > > bye. Rafa > hmmm Ms tells me "The page cannot be found" ... Maybe these information

Re: SSL with IIS/IE

1999-04-16 Thread Sergio Rabellino
Rafael Calzada Pradas wrote: > > OpenSSL Users: . > > The URL where you can found this information is: > http://www.microsoft.com/security/tech/sgc/EnableAGC.asp > > bye. Rafa hmmm Ms tells me "The page cannot be found" ... Maybe these informations are to be protected against italian people

Re: SSL with IIS/IE

1999-04-16 Thread Sergio Rabellino
Miguel Angel Fraga wrote: > > Hello Sergio, > > > From: Sergio Rabellino <[EMAIL PROTECTED]> > > ... > > Anyone knows how to import a 1024 bit cert into IIS ?(I prefer > > Apache/Unix, but my principal want IIS/NT support also... :-(( ) > > I don't know how to import 1024 bit certs into IIS, bu

Re: SSL with IIS/IE

1999-04-15 Thread Rafael Calzada Pradas
OpenSSL Users: >Hello Sergio, > >> From: Sergio Rabellino <[EMAIL PROTECTED]> >> ... >> Anyone knows how to import a 1024 bit cert into IIS ?(I prefer >> Apache/Unix, but my principal want IIS/NT support also... :-(( ) > >I don't know how to import 1024 bit certs into IIS, but you can >generate a

SSL with IIS/IE

1999-04-15 Thread Miguel Angel Fraga
Hello Sergio, > From: Sergio Rabellino <[EMAIL PROTECTED]> > ... > Anyone knows how to import a 1024 bit cert into IIS ?(I prefer > Apache/Unix, but my principal want IIS/NT support also... :-(( ) I don't know how to import 1024 bit certs into IIS, but you can generate a CSR (1024 bit RSA) using

SSL with IIS/IE

1999-04-14 Thread Miguel Angel Fraga
IIS and MSIE you have incorporated your CA root certificate into MSIE but your IIS can't see the certificate... that's because IIS (w/ SP3) doesn't use CryptoAPI. Solutions... using SP3: - If you want that IIS4 server recognize your CA root cert, you have to 1. install y

Re: SSL with IIS/IE

1999-04-13 Thread Dr Stephen Henson
Pierre De Boeck wrote: > > In IE 4.0, I can connect successfully > to my https server as far as I use only > server authentication. When I use client > authentication, IE shows a list box of > client certificates that I can choose. The > problem is that the list is empty, although > I see my pers

SSL with IIS/IE

1999-04-13 Thread Pierre De Boeck
Hi all, I have set up my IIS server for SSL server and client authentication. I have my own CA server that delivers the needed keys/certificates. In my two browsers (Netscape/IE), I have added my CA root and the client certificate for SSL client authentication. In IE 4.0, I can connect