HTTPS streams through a proxy
HTTPS streams through a proxy
- Subject: HTTPS streams through a proxy
- From: "Francois Cournoyer" <email@hidden>
- Date: Thu, 13 May 2004 18:23:23 -0400
- Thread-topic: HTTPS streams through a proxy
I'm currently trying to read a HTTPS stream using the CFReadStreamOpen
through a proxy,
We were using CFHTTPReadStreamSetProxy, which works well for http
requests, but totally ignores https requests.
We could use:
CFDictionaryRef proxyDict = SCDynamicStoreCopyProxies(NULL);
CFReadStreamSetProperty(readStream, kCFStreamPropertyHTTPProxy,
proxyDict);
But we need to be able to use specific proxy settings, independently
from the settings in the panel.
I am yet unsure on how to modify the proxyDict(if possible) so that it
would use the right settings for the proxy, or is there another way to
do this?
Can anyone enlighten me on this? (which a bit of code if possible)
TIA!
Francois Cournoyer.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.