Ooops, sorry, I just didn't notice the option 'Open file from original
location'. For more information on setup Client Certificate in IE you can
view KB from microsoft, here is the URL:
http://support.microsoft.com/support/kb/articles/Q218/4/45.ASP
This page is for Certificate server and IIS4, but you can adopt the part of
configuring the client.
Regards,
Benny Chandra
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Rodrigo Coronado
Sent: 14 Agustus 2000 12:19
To: [EMAIL PROTECTED]
Subject: Re: Problem with root cert on web page.
No my friend, I mean exactly the opposite thing. I don't know ASP at all,
but
I'd figure your code is well. At least it seems quite similar
to my Perl code (which I posted a few days ago). Anyway, the server side is
ok. Now when IE receives the file with the certificata, it
asks "What do you want to do, open this file from its original location, or
save it to disk" (Sorry, I haven't the exact words, I have a
spanish version of IE 4.0 here). You must choose open the file from its
original
location, and everything should be ok.
Rodrigo.
Benny Chandra wrote:
So you mean save the file to disk then open in from explorer? Here is my
code in ASP for sending the cert to IE:
<%
'Finding root cert
strScriptPath = Request.ServerVariables("PATH_TRANSLATED")
strPathOnly = Left(strScriptPath, InStrRev(strScriptPath, "\"))
strRootCertFile = strPathOnly + "root.cacert"
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set RootCert = objFSO.OpenTextFile(strRootCertFile)
strRootCert = RootCert.ReadAll
'Sending certificate contect to client
Response.ContentType="application/x-x509-ca-cert"
Response.AddHeader "Content-disposition", "rootcert.pem"
Response.Write(strRootCert)
%>
http://webmail.udec.cl
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]