jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

Twidge proxy problem #61

Closed dsharpau closed 9 years ago

dsharpau commented 9 years ago

Hey guys, I am pulling my hair out trying to get twidge to work with a proxy..

its an auth'd proxy and I think I have it right by putting http_proxy and https_proxy in .bashrc and then it connects but I am getting the following message

Any help would appreciated!!

Trying first signRq2 First signRq2 result: OAuthRequest {unpackRq = ReqHttp {version = HTTP/1.1, ssl = True, host = "api.twitter.com", port = 443, method = GET, reqHeaders = Authorization=OAuth%20oauth_signature%3D%22CrkhujF7YD6wpYwpZzEbd3WacxA%253D%22%2Coauth_consumer_key%3D%22pzWekpM5IRh7HaKc9syEw%22%2Coauth_nonce%3D%22%252BOjdiTwFFvBzdG48r%252BvFFIZfxFgfEkkHVSP7bHYeXNU%253D%22%2Coauth_timestamp%3D%221406550230%22%2Coauth_signature_method%3D%22HMAC-SHA1%22%2Coauth_version%3D%221.0%22%2Coauth_callback%3D%22oob%22, pathComps = ["","oauth","request_token"], qString = , reqPayload = "", multipartPayload = []}} twidge: user error (Failure performing the request. [reason=CurlRecvError])

jgoerzen commented 9 years ago

Please test with regular curl or something to make sure you can access https sites with your proxy. This does not appear to be a twidge bug.