On 11/04/2010 11:56 AM, Brent Clark wrote:
Hiya
I got an interesting request from a client and I was hoping to bounce this off
you guys.
------------------------------------------------------------------------------------------------------------------------------------------------------------
I need my linux server to accept incoming connections on port 8080 and
forward them to an HTTPS address and do all communications.
So, if a developer connects to, and uses
https://abc.com/v4/transaction?wsdl
it should redirect, communicate, and return data from
https://trans.api.hidden.com/v4/transaction?wsdl
Basically, I need to mask the trans.api.hidden.com and make all communications
deal with abc.co.za.
------------------------------------------------------------------------------------------------------------------------------------------------------------
This is the same server.
Personally I cant see this is possible, cause of the it been SSL. I would
assume this activity as no different as a MITM attack.
But googling, says I should look at mod_proxy. Is this possible?
Yes, you need ProxyPass/ProxyPassReverse and SSLProxyEngine.
Joost
---------------------------------------------------------------------
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: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]