Thanks Yutaka, I'll try to compile again. By the way, would delegate be possible to remember the initial connectivity? This is the illustration: MyServer ---> Delegate ---> RemoteServer (this is the HTML POST traffic converted from HTTP to HTTPS) When RemoteServer reply: MyServer <--- Delegate <--- RemoteServer (can Delegate remember to consider the response of RemoteServer as the response of the above HTML POST, whilst converting from HTTPS to HTTP?) Similar concept to the translation table mapping of NAT in IPTABLES? Lito On 10/9/06, Yutaka Sato <pficabdyi-mxhgu42zf33w.ml@delegate.org> wrote: > Hi, > > In message <_A3540@delegate-en.ML_> on 10/09/06(13:53:06) > you "Lito Kusnadi" <pzugqbdyi-mxhgu42zf33w.ml@delegate.org> wrote: > |I managed to compile the delegate sourcecode in Linux Centos 4.3. > ... > |I opened a browser and type: > |http://delegate-ip-address:8000/trackandtrace/b2b and I expect to be > |forwarded to https://online.tolls.com.au/trackandtrace/b2b. For some > |reason, the connection is terminated and the delegated process often > |hangs after several connection attempt. > | > |I wonder if anyone can help. Thank you. > > The reason of the failure is the failure of dynamic loading of SSL libraries. > You seems not have the SSL libraries on an appropriate directory (typically > /usr/lib or /lib). > > |10/09 14:22:13.47 [30852] 0+0: STLS -> CMAP="sslway:FSV:starttls//{https}" > |10/09 14:22:13.47 [30852] 0+0: --- [z] 8476CA8 libz.so > |10/09 14:22:13.48 [30852] 0+0: ---- [z] loaded 8 syms, unknown=0, already=0 > |10/09 14:22:13.48 [30852] 0+0: #### gzip/gunzip = dynamically linked > > This shows that your DeleGate succeeded to do dynamic loading and linking > of libz.so, maybe at /usr/lib. > > |10/09 14:22:13.48 [30852] 0+0: --- [ssl] 0 libssl.so > |10/09 14:22:13.48 [30852] 0+0: --- [ssl] 0 libssl.dylib > |10/09 14:22:13.48 [30852] 0+0: --- [ssl] 0 libssl.so.1 > |10/09 14:22:13.48 [30852] 0+0: --- [ssl] 0 libssl.so.0.9.7 > |10/09 14:22:13.48 [30852] 0+0: --- [ssl] 0 ssl > |10/09 14:22:13.48 [30852] 0+0: ## cannot load ssl > > But you seems not have libssl.so and libcrypto.so there. > You may use the SSL libraries at > ftp://ftp.delegate.org/pub/DeleGate/bin/linux32/sslway/ > to be placed at /usr/lib. > > Cheers, > Yutaka > -- > 9 9 Yutaka Sato <pfqcabdyi-mxhgu42zf33w.ml@delegate.org> http://delegate.org/y.sato/ > ( ~ ) National Institute of Advanced Industrial Science and Technology > _< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan > Do the more with the less -- B. Fuller > -- Kindly Regards, Lito Kusnadi