Re: bio connect via proxy

2005-05-20 Thread Bernhard Froehlich
enssl-users@openssl.org Subject: bio connect via proxy Hi Folks, I'm trying to talk (as a client) through a proxy server using OpenSSL bio's in windows. I see where it's possible to set up a bio using BIO_set_proxies and I tried doing BIO_set_proxies(myBio, myProxy) where myBio is a

RE: bio connect via proxy

2005-05-20 Thread Rick
@openssl.org Subject: bio connect via proxy Hi Folks, I'm trying to talk (as a client) through a proxy server using OpenSSL bio's in windows. I see where it's possible to set up a bio using BIO_set_proxies and I tried doing BIO_set_proxies(myBio, myProxy) where myBio is a bio a

bio connect via proxy

2005-05-19 Thread rburchett
Hi Folks, I'm trying to talk (as a client) through a proxy server using OpenSSL bio's in windows. I see where it's possible to set up a bio using BIO_set_proxies and I tried doing BIO_set_proxies(myBio, myProxy) where myBio is a bio and myProxy is a "hostname:port" (e.g. localhost:80). I cannot