Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x support forum
 Helicon Tech : ISAPI_Rewrite 2.x support forum
Subject Topic: proxy with intern 443 ssl communication Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
wischmidt
Newbie
Newbie


Joined: 14 July 2008
Location: Germany
Online Status: Offline
Posts: 27
Posted: 14 July 2008 at 6:17am | IP Logged Quote wischmidt

Hi,
I have got a question how can I do this?
A Webserver MS IIS should work as a proxy server and answer all requests to xx.xx.27.32 with sides from server xx.xx.75.106.
The communication between this two servers should running only through ssl and port 443 are running.

I have tested
  RewriteCond %HTTPS(on)|.*
  RewriteCond %{SERVER_PORT} 443
  RewriteRule (.*) https\://xx.xx.73.106$1 [P,L] 
this
  RewriteProxy (.*) http\://xx.xx.73.106$1 [I,R] 
and this
 RewriteRule (.*) http(?1s:)\://xx.xx.73.106$1 [I,P]

with no success
Back to Top View wischmidt's Profile Search for other posts by wischmidt
 
wischmidt
Newbie
Newbie


Joined: 14 July 2008
Location: Germany
Online Status: Offline
Posts: 27
Posted: 15 July 2008 at 1:44am | IP Logged Quote wischmidt

hello,
is nobody with experience in proxy servers and ssl?
Back to Top View wischmidt's Profile Search for other posts by wischmidt
 
wischmidt
Newbie
Newbie


Joined: 14 July 2008
Location: Germany
Online Status: Offline
Posts: 27
Posted: 17 July 2008 at 9:31am | IP Logged Quote wischmidt

it works, I have copied the certificate to the globally trusted list on proxy computer, and the following written in httpd.ini

RewriteCond Host: ^xx\.xx\.27\.32:?.*
RewriteProxy (.*) https\://xx.xx.73.106/$1 [C]
RewriteRule (.*) / [F,I,O]

thank you
Back to Top View wischmidt's Profile Search for other posts by wischmidt
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
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