HI
Wanted to know if we can upgrade Apache forward proxy connection from TLS
1 to TLs1.2 , we have an legacy application which can accpect and send
requests using tls1 only ,which is now required to send request to servers
that can only accept TLS1.2 connections
i am planning to put an a
Alex
below config seems to be working now , the only difference i see between
my earlier conf and below config is location of these values , (proxyvia
on , proxy requests on) , and disabling of SSLProxyEngine On
Thanks for all your help on this
*Working Config *
Listen 172.16.130.2:8080 <
hi
Could you try any of the HTTP urls , i am not sure why it is n't working
for me i can see that you are proxying to 192.IP ,but on mine i still get
connection abort when it try with below configuration
and when tried cul with option --proxy-insecure that option dosen't seems
to be available
-- speaking HTTP to HTTPS port!?*
On Tue, Apr 10, 2018 at 1:34 PM, Eric Covener wrote:
> On Tue, Apr 10, 2018 at 8:10 AM, Rajesh Cherukuri
> wrote:
> > Eric
> >
> > So you mean to say that i can't use a browser that has proxy
> configuration
> > as apache HTTP
i still get connection abort
>>
>
Eric
So you mean to say that i can't use a browser that has proxy configuration
as apache HTTPS forwarding proxy and then use it to connect to http and
https urls ?
On Tue, Apr 10, 2018 at 12:42 PM, Eric Covener wrote:
> On Tue, Apr 10, 2018 at 7:41 AM, Stefan Eissing
> wrote:
> > I advice
configured HTTPS on 8080 port and here is the request sent to HTTP and
HTTPS found two things by running curl with --insecure
1.) for all HTTP requests i get 400 bad requests as response
2.) for all HTTPS requests i get HTTP/1.1 400 Bad Request
below is the output
curl --insecure -I -x *http
.16.130.2:443/>>
ProxyRequests On
ProxyVia On
Require expr %{HTTP_HOST} =~ /^example.com:443$/
On Tue, Apr 10, 2018 at 9:34 AM, Stefan Eissing <
stefan.eiss...@greenbytes.de> wrote:
>
>
> > Am 10.04.2018 um 10:24 schrieb Rajesh Cherukuri :
> >
>
hi
thanks for the info , wanted to know if there is a way we can configure SSL
on a apache forword proxy so that the communication between the client
(browser) to the Proxy server is encrypted
HI
I am looking for some help in configuring a forward proxy , the proxy has
to listing on HTTPS port , clients needs to.connect. to proxy using https
.and below is how i wanted this to work ,
172.16.130.2:443 (forwordproxy)--->https://example.com
when i tried to access this with below configu
yes the requireany works for the list , but i wanted to understand if we
can do both uri and host for a single url like Require expr %{HTTP_HOST}
%{REQUEST_URI} for example " https://www.hp.com/us/en/hp-news"; to allow
only specific part of website
eric
Thanks for the details, however i have list of URL's that needs to be
allowed , i assume we need to use RequireAny is that correct also i have
few of the urls that like https://www.hp.com/*us/en/hp-news *can i add uri
with in require expr or do i need to use proxy Match
Hi
can some one help me on this , i am trying to configure Apache as forward
proxy so that client can connect to the HTTPS url , below is my
configuration , i get 403 when connecting to HTTPS urls , i can connect
to http url without any issues if i update below vhost with* http://example.com
Hi
Below are he steps i did , which works for me
Install mod_jk connector
Now Apache httpd server is ready. we need to add ajp support to server.
download the mod_jk connector module from . extract it and install it
cd native
./configure--with-apxs=/usr/local/apache/bin/apxs
make
sudo make i
14 matches
Mail list logo