RE: Problem with root cert on web page.

2000-08-13 Thread Benny Chandra
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.

Re: Problem with root cert on web page.

2000-08-13 Thread Rodrigo Coronado
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 wan

RE: Problem with root cert on web page.

2000-08-13 Thread Benny Chandra
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rodrigo Coronado Sent: 11 Agustus 2000 23:17 To: [EMAIL PROTECTED] Subject: Re: Problem with root cert on web page. Yes you can. I did in IE 5.9 it and it worked just fine. This is my Perl code: #!/usr

Re: Problem with root cert on web page.

2000-08-13 Thread Rodrigo Coronado
To: [EMAIL PROTECTED] Subject: Re: Problem with root cert on web page. Yes you can. I did in IE 5.9 it and it worked just fine. This is my Perl code: #!/usr/bin/perl require 5.003; use strict; use CGI; my $cert_dir = "/usr/local/ssl/priv

RE: Problem with root cert on web page.

2000-08-13 Thread Benny Chandra
I think the latest version of IE is 5.5? How can you get IE 5.9, or it is not for PC?. I try sending MIME header application//x-x509-ca-cert in IE 5.01 and it open save dialog box instead intalling those certificate. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: Problem with root cert on web page.

2000-08-11 Thread Rodrigo Coronado
Yes you can. I did in IE 5.9 it and it worked just fine. This is my Perl code: #!/usr/bin/perl require 5.003; use strict; use CGI; my $cert_dir = "/usr/local/ssl/private"; my $cert_file = "CAcert.pem"; my $query = new CGI; my $tipo = $query->param('FORMAT'); if ($tipo eq 'DER') { $cert_file = "CA

Re: Problem with root cert on web page.

2000-08-11 Thread Markus Wagner
Hi Benny, I'd like to get the example code, too. Thank you, Markus Benny Chandra wrote: > > Hi Wyatt, > You cannot import any certificate to IE using MIME types > application/x-x509-ca-cert. I suggest you follow the way of MS Certificate > server importing root certificate. It send the certif

RE: Problem with root cert on web page.

2000-08-08 Thread Benny Chandra
Hi Wyatt, You cannot import any certificate to IE using MIME types application/x-x509-ca-cert. I suggest you follow the way of MS Certificate server importing root certificate. It send the certificate as a file to the browser, then user save those file and import it manually. I haven't found any a