client connection through proxy

2001-10-08 Thread SeshaKalyan Manyam
I have a terrible problem with my server program. It works absolutely fine for the connections made to it from the browser with in the intranet.But if the browser makes connection through a proxy server I am getting connection refused by the peer (i.e SSL_read() returns -1 with the error saying c

RE: No Library Found!

2001-10-10 Thread SeshaKalyan Manyam
change ur option to cc  -I/home/wenwen/openssl-0.9.6/include -o cli cli.o /home/wenwen/openssl-0.9.6/libssl.a /home/wenwen/openssl-0.9.6/libcrypto.a      It should work. U give -L option only to give path for a shared library. and "xxx.a" is a static library. -Original Message-Fr