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 [email protected].
Please contact [email protected] for questions.

Reply via email to