Hello,
I've been using neon for a linux project and I am having trouble with making it
work with a squid proxy server (login/password authentication). If I attempt
an http connection, I get a "407 Proxy Authentication Required" message. With
an https connection I get "Could not create SSL connection through proxy
server" message. Both http and https work when not using the proxy.
My code uses neon calls in the following order:
ne_session_create
if (proxy)
ne_session_proxy
ne_set_proxy_auth
if (https)
ne_ssl_set_verify
ne_ssl_trust_default_ca
ne_get
ne_session_destroy
If anyone wants the complete code that I'm using, it can be provided (3 source
files and an scons, about 8k total). I am using version 0.26.3 of neon.
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon