Re: HTTP Proxy not working
Peter Gutmann <[email protected]> Mon, 24 Dec 2012 02:12:42 +1300
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
Mathias Spoerr <[email protected]> writes: >I tried to use a http Proxy Server for the TLS sessions (cryptlib version >3.4.2): > >retKey = cryptSetAttributeString(CRYPT_UNUSED, CRYPT_OPTION_NET_HTTP_PROXY, "10.10.10.100:3128", 17); > >The return value is "CRYPT_OK" > >For some reason the traffic is sent directly to the device, without using the >Proxy Server. Did I miss something? Using Socks, the configuration is used, >but unfortunately the Proxy is only configured for http. The HTTP proxy is only used for HTTP protocols. TLS isn't HTTP, so use of the HTTP proxy is never activated. Peter. _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/ http://news.gmane.org/gmane.comp.encryption.cryptlib Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.