Hi, i am trying to use delegate as a https gateway to a http only server. Unfortunately i am running into problems. This is what i tried to achieve: Clients are usually connecting to loadbalancer https://serverABC.com which forwards the requests to http://realserverABC.com. For testing purposes when the real loadbalancer is turned off, would like to use delegate as the loadbalancer to allow https-clients to connect to the http-only server. So i have mapped the load balancers address serverABC.com in my local hosts file to 127.0.0.1 and started delegate like that: dg9_5_6.exe -vvv -P443 SERVER=https ADMIN=p2ihabdyi-mxhgu44gz33w.ml@delegate.org MOUNT="/* http://realserverABC.com/*" Unfortunately this does not work, there is an error in delegate output: 07/13 11:37:18.45 [5224] 1+0: ## accept([10]:443)=17 07/13 11:37:18.45 [5224] 2+0: SEQNO: 78881dad/443/5224/1184323016/0/-1/-1/43/443/-1/-1/0/443/0/2/0,9/13/30/2/1120/33554432/14/-1/-19738717/0/1/0/0,/127.0.0.1:443/127.0.0.1:4194/ 07/13 11:37:18.45 [5224] 2+0: src=localhost:4191 07/13 11:37:18.45 [5224] 2+0: HOSTS=localhost/127.0.0.1,localhost/__1,.af-local/127.0.0.127,{xxx.local,xxx}/10.80.4.52,{update.microsoft.com.nsatc.net,update.microsoft.com}/207.46.19.94,/xxx fopen:credhy_cache: No such file or directory (WIN) 37:18.483 [2144] connectsocket(-1) bad port number (WIN) 37:18.483 [2144] CANNOT CONNECT TO PARENT (WIN) 37:18.483 [5224] spawn(c:\Program Files\Delegate\dg9_5_6.exe) = 1468, no response from child, -1,1/-1 07/13 11:37:18.48 [5224] 2+0: #{TR}# ? cannot fork Onetime (0) 07/13 11:37:18.48 [5224] 2+0: CANNOT FORK Onetime (0) Can you help me? TIA, knut