unsubscribe

2023-05-14 Thread Roman Gelfand

Distinguishing multiple ssl sites

2015-08-17 Thread Roman Gelfand
haproxy is a reverse proxy for 3 distinct (different urls) ssl sites pointing to the same ip address. One of the sites does a post to relative path or urn. Is there a way to retrieve the url of the urn or relative path so it could be used in a rule pointing to the backend? Thanks in advance

Re: Distinguishing multiple ssl sites

2015-08-17 Thread Roman Gelfand
I do decipher traffic at haproxy. Could you point me to a sample. On Mon, Aug 17, 2015 at 12:44 PM Baptiste bed...@gmail.com wrote: On Mon, Aug 17, 2015 at 5:13 PM, Roman Gelfand rgelfa...@gmail.com wrote: haproxy is a reverse proxy for 3 distinct (different urls) ssl sites pointing

Re: Forwarding issue

2015-08-17 Thread Roman Gelfand
So far, I used the following method. acl is_for_remail path_reg ^/Microsoft-Server-ActiveSync use_backend bk_remail_cert if is_for_remail On Sun, Aug 16, 2015 at 10:58 PM Roman Gelfand rgelfa...@gmail.com wrote: Thanks for your help. So, it appears that in certain instances a POST

Re: Forwarding issue

2015-08-16 Thread Roman Gelfand
to fall through. thus, the NOSRV logs. On Wed, Aug 12, 2015 at 10:58 PM, Roman Gelfand rgelfa...@gmail.com wrote: I am not seeing a response to the following post. The apache backend server show now trace of the post request, below. Aug 12 22:43:43 localhost haproxy[15606]: 38.105.236.253

Re: HTTPS to HTTP reverse proxy

2015-08-12 Thread Roman Gelfand
Thanks. Worked like a charm. On Tue, Aug 11, 2015 at 8:30 PM Igor Cicimov ig...@encompasscorporation.com wrote: On Tue, Aug 11, 2015 at 12:10 PM, Roman Gelfand rgelfa...@gmail.com wrote: I am publishing horde webmail application. The horde itself is served internally via http protocol

Re: Forwarding issue

2015-08-12 Thread Roman Gelfand
PM, Baptiste bed...@gmail.com wrote: On Wed, Aug 12, 2015 at 6:34 PM, Roman Gelfand rgelfa...@gmail.com wrote: Why would the following apache directives cause problems for haproxy. RewriteRule ^/Microsoft-Server-ActiveSync /rpc.php [PT,L,QSA] RewriteRule

Forwarding issue

2015-08-12 Thread Roman Gelfand
Why would the following apache directives cause problems for haproxy. RewriteRule ^/Microsoft-Server-ActiveSync /rpc.php [PT,L,QSA] RewriteRule .* - [E=HTTP_MS_ASPROTOCOLVERSION:%{HTTP:Ms-Asprotocolversion}] RewriteRule .* -

Re: HTTPS to HTTP reverse proxy

2015-08-11 Thread Roman Gelfand
yes. Sorry about that. I was changing my configuration and forgot to rollback some of the changes. But even after removing, ssl verify none, the problem is still there. On Tue, Aug 11, 2015 at 5:44 AM Lukas Tribus luky...@hotmail.com wrote: Hi Roman, I am publishing horde webmail

HTTPS to HTTP reverse proxy

2015-08-10 Thread Roman Gelfand
I am publishing horde webmail application. The horde itself is served internally via http protocol on apache. Please, see the configuration, below. The issue seems to be with css and image files as formatting is out wack. Please note, accessing the http site from intranet works. global log