Hello all! Attempting to set a page as requiring SSL Channel on an IIS3 installation shows that checkbox grayed out. I've got a self-signed root certificate ...
Arnold Shore
ashore@...
Jun 1, 1998 10:41 pm
7793
Your problem occured on our test server too. Try increasing the size of your virtual memory. It worked for us. I also have a question on the 'checkbox grayed...
Ong Hwee
hp_ong@...
Jun 2, 1998 12:02 am
7794
David P. Kemp
dpkemp@...
Jun 2, 1998 1:32 pm
7795
Answering my own question (in case others have these symptoms): See MS's Q174779, at http://support.microsoft.com/support/kb/articles/q174/7/79.asp AS ... ...
Arnold Shore
ashore@...
Jun 5, 1998 12:34 am
7796
Hi All... I am involved in a project where we are trying to obtain a browser certificate in an application running across SSL3 on an IIS3 server. We have done...
Robert E. Booker
Robert.E.Booker@...
Jun 5, 1998 5:11 pm
7797
Hello everybody, We have a java-corba applet that needs to be accessed using SSL from client side intranets/homes etc. Our middleware component is on our...
Chandra Chittor
Chandra@...
Jun 5, 1998 6:19 pm
7798
Folks, I've worked with Visigenic SSL pack for Java. When we tried to use our in-house Certificate and PKCS #5 encrypted private key we had many problems with...
Ashraf Madoukh
ashraf@...
Jun 5, 1998 7:54 pm
7799
I am working to add SSL functionality to an existing application and I have been having some difficulties getting DSS certificates to work with SSLeay-0.9.0....
Cooper, Nathaniel
Nathaniel.Cooper@...
Jun 5, 1998 9:24 pm
7800
Hi Everyone, We've been having problems getting our PKCS12 implementation to read certificates and private keys exported from Netscape and IE browsers. Has ...
Jamie Band
jamie@...
Jun 8, 1998 4:47 pm
7801
Our server processes an SSL request for a page. After a pre-determined time of non-use the connection is closed by the server (timed-out). Prior to closing...
McCarthy, Thomas E
Thomas.McCarthy@...
Jun 8, 1998 10:00 pm
7802
look at the ClientCertificate collection in ASP in IIS3 and IIS4. cheers, mh mikehow@... program manager iis security ... From: Robert E. Booker...
Michael Howard
mikehow@...
Jun 9, 1998 12:46 am
7803
Hi all, Does anybody know or coul point to right direction?: I need to write automated tests of SSL implementation and was thinking to use IE to do it. 1. Is...
Omir Batyrbaev
omir@...
Jun 9, 1998 2:49 am
7804
Well, I don't know if it's possible to script IE, but you should be able to put together an SSL test client using the Wininet API fairly easily. You might want...
John Banes
jbanes@...
Jun 9, 1998 4:42 am
7805
Hi John and Omir, That's exactly what occurred to me. Surf over to Microsoft and download the Internet Client SDK (InetSDK). It's chuck full of good stuff...
Chartier, Steven
SChartier@...
Jun 9, 1998 2:12 pm
7806
I have read some where that the netscape certificat can manage only 10 000 certificats. I need 50 000. So have you any suggestions for the server chice. ...
Bouley Helene
bouley.helene@...
Jun 9, 1998 8:09 pm
7807
Dear SSLers, If a user starts up a copy of communicator, browses to an encrypted website and they receive the warning 'No valid encription policy file found,...
Nick Smith
Nick.Smith@...
Jun 11, 1998 6:09 am
7808
Hello, I'd like to export the certificates used by Netscape in order to reuse them in other applications. The application in mind, NCSA Habanero, takes the...
Carlos A. Varela
cvarela@...
Jun 11, 1998 9:28 pm
7809
I feel purely stupid about this, but where does one purchase MS Cert Server? I thought it was included in the Site Server CDROM, but it's not in the MSDN one...
Arnold Shore
ashore@...
Jun 12, 1998 1:50 am
7810
it's part of the windos nt 4 option pack - you can get it from www.microsoft.com i did a search and here's the full url: ...
Michael Howard
mikehow@...
Jun 12, 1998 7:19 pm
7811
Sorry if this sounds like a dumb question, but I thought you folks could help me out. I want to create an X.509 cert for users (i.e. Client Authentication) ...
Haggard, John C.
jch@...
Jun 15, 1998 3:15 pm
7812
Yes, this is true for SSL 3.0. But neither Netscape Navigator nor Internet Explorer support cipher suites (certificates) which don't include a RSA public key. ...
Wolfgang Platzer
wplatzer@...
Jun 15, 1998 4:35 pm
7813
Wolfgang, I think we can handle the browser side of things because we are already suppling code to offload some of the certificate and PKI functions to a ...
Haggard, John C.
jch@...
Jun 15, 1998 8:33 pm
7814
From the SSL spec, sec. A.6: "The following CipherSuite definitions are used for server-authenticated (and optionally client-authenticated) Diffie-Hellman. DH...
Frank Hurley
fhurley@...
Jun 17, 1998 7:30 pm
7815
Greetings Frank, ... You just create the DH params p, g, Y, sign them with your private RSA or DSA key (depending on the ciphersuite) and send them to your...
Patrick Eisenacher
eisenach@...
Jun 18, 1998 12:34 am
7816
... Ok, now I get the mechanics of the thing, but how does the client verify the signature? Does the server send his cert as well as the server key xchg msg? ...
Frank Hurley
fhurley@...
Jun 18, 1998 1:32 pm
7817
I keep having difficulty with the following form using SSL. <form name=entry method=post action=/cgi-bin/execute> <INPUT TYPE=text NAME="URUNNO" SIZE=40> ...
Ilker Kuruoz (Garanti...
Ilkerk@...
Jun 19, 1998 2:01 pm
7818
Try putting the form action value in double-quotes (like "/cgi-bin/execute") Adriano...
Santoni Adriano
santoni@...
Jun 19, 1998 2:37 pm
7819
Anyone know what's different about IE 4.0 SSL open protocol? We're having difficulty making our server work with IE 4.0 in SSL mode. When we send the completed...
McCarthy, Thomas E
Thomas.McCarthy@...
Jun 19, 1998 2:52 pm
7820
We tried disabling PCT, also HTTP 1.1. No luck. Thanks....
McCarthy, Thomas E
Thomas.McCarthy@...
Jun 19, 1998 5:43 pm
7821
Is there a way to persuade the server to _prefer_ certain encryption types, but still allow unpreferred ones? For example, I'd like the server & browser to...