In the cookbook there is an example specifically for IE.
http://www.ultranet.com/~fhirsch/Papers/cook/ssl_msclient_certs.html
The basic difference, as described in the cookbook, is when presented
a certificate, Netscape navigator can recognize it and install it on the
browser, while IE requires an ActiveX control to install the certificate.
However, the example provided in the cookbook only works for IE3.0.
For IE4.0 and later, there are some documentation in
http://msdn.microsoft.com/library/psdk/certsrv/xen_portal_6vtx.htm


Nathan Wang
Lexias, Inc.
[EMAIL PROTECTED]


>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Jurijs Dorofejevs
>Sent: Tuesday, June 06, 2000 4:25 AM
>To: Nathan Wang
>Subject: Re[4]:Unable to load root CA into MSIE :(
>
>
>I've already tried this example....
>But it works only with Netscape.
>When I try to load CA into MSIE - it always want to save it to a file,
>not exporting into certificate database...
>
>This task is so simple, so I even don't know where my mistake.
>
>
>NW> Try follow the example described in
>
>NW> http://www.ultranet.com/~fhirsch/Papers/cook/ssl_cook.html
>
>NW> Nathan Wang
>
>
>>>I created a self-signed CA certificate.
>>>Now I want to load it into the browser
>>>
>>>If browser is Netscape, the script sends Content-Type:
>>>application/x-x509-ca-cert and a pem encoded version of the ca-cert, in
>>>case of ie this file is sent as der encoded.
>>>
>>>The netscape case works without any problem, but IE always try to save
>>>certificate file with open/save dialog opening.
>>>
>>>Apache has the following line in its config:
>>>AddType application/x-x509-ca-cert cacert
>>>
>>>But it seems do nothing - I'm still not able to load root certificate
>>>into MSIE :(
>>>
>>>
>>>Anyone could give me an MSIE version example of loading root cert into
>>>the browser??
>
>
>______________________________________________________________________
>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]

Reply via email to