Hello, I have been trying to use delegate to make my bare HTTP server in a SSL capable one. During the past days tried a lot of different configuration thinking that my problem lay on settings... wrong! Do "debug" this sittuation, I taked reference to some messages on the mail-list about inherited handle, and make the the simplest configuration to try it out: make a HTTP server on Port 80 from my HTTP one at 4680: -v -P80 SERVER=http MOUNT="/* http://192.168.1.3:9680/*" PERMIT="*:*" ADMIN="me@intranet" DGROOT=T:\delegate running 8.7.0, or any version of delegate, on top Windows XP SP1 report me: (WIN) 33:36 [2756] setNonblockingSocket(16,1)=0 (WIN) 33:44 [2756] spawn() = 1556 [2856], children(alive=1,total=1) (WIN) 33:44 [2856] FATAL: inherited handle[0] 1864 is not socket (WIN) 33:44 [2856] FATAL: inherited handle[0] 1864 is not socket (WIN) 33:59 [2756] wait3() = 1556 [2856], status=-1, children(alive=0,total=1) What should I do? I need to run it on a Windows machine... Any hints? Thanks in advance and excuse my poor english, aren't my mother language. Luis