I have an Apache2 server that requires a valid client certificate to access. In other words:

   SSLVerify = required


I need to make available a form on this "secure" server from within a site on a different, non-secure server.

I intend to publish this secure page within an iframe on the non-secure server as follows:

<IFRAME SRC="https://my_secure_server.com/form.html"; WIDTH=450>

</IFRAME>


My question is: How can I add client cert information to this iframe SRC tag so that the secure server recognizes the client cert and allows access in to fetch form.html?

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to