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?


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org