Re: Talking to an API
Posted: Wed Mar 13, 2013 9:11 pm
Having the proxy in the middle no doubt complicates things, but... a socket error 10061 is a "forcibly rejected by the server" error.
If there were no proxy involved, this would mean that the server you're attempting to connect to rejected the attempt.
With the proxy it could also mean that the proxy server rejected the attempt to go through the https port, and in that case reconfiguring the proxy server *should* take care of the issue.
Edit: if it helps any, by default the https protocol uses port 443.
If there were no proxy involved, this would mean that the server you're attempting to connect to rejected the attempt.
With the proxy it could also mean that the proxy server rejected the attempt to go through the https port, and in that case reconfiguring the proxy server *should* take care of the issue.
Edit: if it helps any, by default the https protocol uses port 443.