I am too trying to make RPC over Http works with pound. HTTPS backend removes
the need to ssl offload, but with or w/o, pound still gives the same error
message.
I have tried all sorts of pound/exchange 2007 configuration, no joy.
My tcpdump showed:
RPC_IN_DATA gives the error "HTTP/1.1.400.Bad.Request..Cont".
RPC_OUT_DATA gives no error, "HTTP/1.1.200.Sucessful..Content-". RPC_OUT call
actually works.
Anyone interested in my tcpdump? Sniffed traffic is http, not https.
Regards.
-----Original Message-----
From: Jancar, Bojan [mailto:Bojan.Jancar(at)softwareone.com]
Sent: Tuesday, 23 March, 2010 2:26 AM
To: pound(at)apsis.ch
Subject: [Pound Mailing List] Pound & Cygwin & RPC over HTTP
I'm running Pound on Cygwin under Win2008 server. Everything works fine
except rpc over http. I get the following error:
Mar 22 19:12:05 CHPVS00047 (df9cb0): e500 error copy client cont to
10.96.1.55:443/RPC_IN_DATA
/rpc/rpcproxy.dll?ch-zue-s013.domain.global:6001 HTTP/1.1: Connection
timed out (10.204 sec)
Here my config:
Control "/usr/local/var/poundctl"
Daemon 0
LogLevel 2
Alive 30
ListenHTTP
Address PUBLIC IP
Port 80
xHTTP 4
Service "cgs-service1"
HeadRequire "Host:.*cgs-service1.softwareone.com.*"
BackEnd
Address 10.96.1.33
Port 80
End
End
End
ListenHTTPS
Address PUBLIC IP
Port 443
xHTTP 4
AddHeader "Front-End-Https: on"
Cert "/usr/local/etc/softwareone.com.pem"
VerifyList "/usr/local/etc/ca.pem"
# Service 1
Service "Ahsay"
HeadRequire "Host:.*backup-ch.softwareone.com.*"
BackEnd
Address 10.96.1.42
Port 443
HTTPS
End
End
Service "Outlook AnyWhere"
HeadRequire "Host:.*mobile-ch.softwareone.com.*"
BackEnd
Address 10.96.1.55
Port 443
HTTPS
End
End
End
#ListenHTTPS
# Address PUBLIC IP
# Port 443
# xHTTP 4
# Cert "/usr/local/etc/softwareone.com.pem"
# VerifyList "/usr/local/etc/ca.pem"
# Service "Citrix Secure Gateway External"
# HeadRequire "Host:.*csgw1.softwareone.com.*"
# BackEnd
# Address 193.104.185.20
# Port 444
# HTTPS
# End
# End
Any Help is appreciated,
Rgds,
Bojan
--
To unsubscribe send an email with subject unsubscribe to pound(at)apsis.ch.
Please contact roseg(at)apsis.ch for questions.
|