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?

What do you guys think. If someone could help. It would be appreciated.

Kind Regards
Brent Clark

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to