Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Nee Help!! Apache Proxying SSL with Filtering!!

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
websphere application crashes when proxying to site throug.. - An AS/400 on the company network is running websphere 5r1 (soon to be r2). The developer is creating that are to be from the Internet. He is running an instance of apache on port 80, using the (an..

basic authentication and proxying - Hello everyone, I have this weird problem with getting working with proxying. I was able to get the working without proxying. I made a file: AuthType Basic AuthName UserAdmin

Proxying restricted by URL *and* username? - Can I do this with Apache's features? I want to set up a proxy server which users must enter a username and password to be able to proxy to the outside world: So far that looks pretty straight forward with and

Rewriting rules and reverse proxying - Hi, I want to add in my URL something like this : that point to That work with [L,P] BUT all the link in the page are in the form of..

Error 500 proxying to SSL-secured site - I have a web-based that I'm trying to reverse proxy through Apache 2.0. I'd like for the between browser and proxy to be but due to certain with this that also means the between..
Author Message
Tom.Handal

External


Since: Mar 19, 2006
Posts: 1



(Msg. 1) Posted: Sun Mar 19, 2006 9:07 pm
Post subject: Nee Help!! Apache Proxying SSL with Filtering!!
Archived from groups: alt>apache>configuration (more info?)

Hi all,

I really need help trying to figure out how to setup APACHE for
proxying SSL connections. The reason for this is because I need to
filter the encrypted content of the SSL HTTPS session.

Can anyone please point me in the right direction on how to get
started? I know about setting up Apache with the mod_ssl and
mod_proxy... Then I need to put in some sort of hook in the proxy or
ssl modules?

Any help would be appreciated!

Thanks
Tom Handal

 >> Stay informed about: Nee Help!! Apache Proxying SSL with Filtering!! 
Back to top
Login to vote
Robert Ionescu

External


Since: Jan 19, 2006
Posts: 142



(Msg. 2) Posted: Wed Mar 22, 2006 3:55 pm
Post subject: Re: Nee Help!! Apache Proxying SSL with Filtering!! [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Tom.Handal DeleteThis @gmail.com wrote:
> I really need help trying to figure out how to setup APACHE for
> proxying SSL connections.

Use ProxyPass inside of your <virtualhost ....:443>. Make sure,
mod_proxy_connect is loaded, too. This is needed for SSL tunneling.

did you already try
<virtualhost ....:443>
ProxyPass / https://otherHost/
</virtualhost>
?

--
Robert

 >> Stay informed about: Nee Help!! Apache Proxying SSL with Filtering!! 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]