SSLVerify = requiredI 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx