Topic: Using RewriteProxy with SSL
|

|
| Author |
|
phoeniix Newbie

Joined: 05 October 2007 Location: United States
Online Status: Offline Posts: 2
|
| Posted: 05 October 2007 at 8:18pm | IP Logged
|
|
|
Hello,
We have a client that uses our custom purchase pages to sell travel insurance to their customers. We have hidden everything about our company on the custom purchase page, except for the url, which mentions our name. They want to access a url with a different domain name for this page.
I can easily do this using RewriteProxy, but as soon as I access an encrypted page, the browser complains that the certificate does not match the domain.
Naturally this is how a browser should behave, but I was wondering if there is an option that I missed. Can I rewrite a header, or something that will at least allow the browser to accept this certificate without a prompt?
We want to avoid having to setup a new domain, unique IP, and SSL cert for this.
Our existing config is this: # Special proxy rewrite for HTH RewriteCond Host: www.newdomain.com RewriteProxy (.+) http\://www.currentdomain.com/$1 [H,I]
Thanks, Marc CSA Travel Insurance
|
| Back to Top |
|
| |
Yaroslav Moderator Group

Joined: 15 August 2002
Online Status: Offline Posts: 6455
|
| Posted: 08 October 2007 at 5:50am | IP Logged
|
|
|
Normally each site should have it's own certificate. So you use RewriteProxy to set up SSL connection with your secured page and then the company will need to have their own certificate to secure connection between their web site and client. So there should be two certificates here. And no H flag can be used.
Also please note that certificate should be installed as globally trusted on the machine running ISAPI_Rewrite.
__________________ Yaroslav Govorunov,
Helicon Tech
|
| Back to Top |
|
| |
phoeniix Newbie

Joined: 05 October 2007 Location: United States
Online Status: Offline Posts: 2
|
| Posted: 09 October 2007 at 12:52pm | IP Logged
|
|
|
Thats exactly what I was hoping to answer. Thank you for your help.
Marc CSA Travel Insurance
|
| Back to Top |
|
| |
|
|
If you wish to post a reply to this topic you must first login
If you are not already registered you must first register
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum
|