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
@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
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