Newsgroups: mail-lists.delegate-en
[DeleGate-En] RPC over SSL to http - - http to RPC over SSL
Hallo
we tried to use Delegate for the following problem:
We want connect a Exchange 2003 Server with Outlook 2003 Client from
outside the LAN
1.First we had to pass a Firewall with Port 443 open and Connect to a Proxy
(Delegate), exist in DMZ.
We used a Protokoll RPC over HTTP/s (from Microsoft)
2.Second we had to pass a second Firewall with Port 443 open to connect a
RPC vover HTTP/s Proxy.
3 From that Proxy we connect to inside Lans DC and ExchangeServer
So we configured two Delegate Servers, the first to run as SSL to
http://localhost
dg8_8_2 -v ADMIN=administrator@hdw..de DGROOT="C:\delegate\delegate"
HTTPCONF=methods:* HTTPCONF=rvers:* MIMECONV=thru delegated -P443
SERVER=https://hts9-ssl.hdw9.hdwgroup9.net/ FCL=sslway -cert server-cert.pem
-key server-key.pem -CAfile ca-cert.pem PERMIT="*:*:192.168.3.2/@" MOUNT="/*
http://localhost/*"
the second to run as http://localhost to SSL
dg8_8_2 -v ADMIN=administrator@hdw..de DGROOT="C:\delegate\delegate"
HTTPCONF=methods:* HTTPCONF=rvers:* MIMECONV=thru delegated -P80
SERVER=http://localhost/ FSV=sslway -cert server-cert.pem -key
server-key.pem -CAfile ca-cert.pem MOUNT="/*
https://hts9-rpc.hdw9.hdwgroup9.net/*"
When I connect to http://<FQDN, Delegate> i got an response from a ssl
secured Website from Server in LAN, run perfect.
When we try to connect the rpc over http proxy we got followin error:
12/08 11:04:10.32 [384] 24+0: E-P: Method not allowed: 192.168.3.2:3680 =>
RPC_OUT_DATA /rpc/rpcproxy.dll?hts9340.HDW9.HDWGroup9.net:593 HTTP/1.1 (not
in HTTPCONF=methods)
12/08 11:04:10.25 [1620] 23+0: E-P: Method not allowed: 192.168.3.2:3679 =>
RPC_IN_DATA /rpc/rpcproxy.dll?hts9340.HDW9.HDWGroup9.net:593 HTTP/1.1 (not
in HTTPCONF=methods)
Is anyone able to help us ?
thanks
|