Search the web
Sign In
New User? Sign Up
ssl-talk · Secure Sockets Layer Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7792 - 7821 of 8396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7792
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@...
Send Email
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@...
Send Email
Jun 2, 1998
12:02 am
7794 David P. Kemp
dpkemp@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
Jun 19, 1998
2:01 pm
7818
Try putting the form action value in double-quotes (like "/cgi-bin/execute") Adriano...
Santoni Adriano
santoni@...
Send Email
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@...
Send Email
Jun 19, 1998
2:52 pm
7820
We tried disabling PCT, also HTTP 1.1. No luck. Thanks....
McCarthy, Thomas E
Thomas.McCarthy@...
Send Email
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...
Michael Helm
helm@...
Send Email
Jun 19, 1998
6:44 pm
Messages 7792 - 7821 of 8396   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help