Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~393 People Reached
Favorite Forums

6 Posted Topics

Member Avatar for swaroopk85

Hi all, I am connecting to https site using proxy and certificates.I am getting the error as httplib.BadStatusLine: None.Can anyone help me how can we fix this issue???what is the reason for this error?? Thanks & Regards, Lalitha.K

-1
48
Member Avatar for swaroopk85

HI All, I am connecting to a https site through proxy.But when I am trying to do it I am getting Unknown Protocol Error ..Is there any problem in ssl or proxy??? Can anyone help me in this regard???

Member Avatar for a1eio
0
51
Member Avatar for swaroopk85

Hi all, Is there any module for undefining proxy for https in python like $agent->proxy( 'https', undef ); in perl

Member Avatar for swaroopk85
0
54
Member Avatar for swaroopk85

Hi All, We have been using http_class in urllib2.py ,_http.py and calling its various methods like h = http_class(host) # will parse host:port h.set_debuglevel(self._debuglevel) h.request(req.get_method(), req.get_selector(), req.data, headers) h.getresponse() I am searching this class in the python directory but I could'nt find any.. DO we need to download this separate …

Member Avatar for swaroopk85
0
114
Member Avatar for swaroopk85

Hi all, I need to open a https site ,I have http proxy for that site..I want write a program in python which can open an https site via http proxy using certificates which I exported from browser to my local system. Can anyone help me in this regard??

0
52
Member Avatar for swaroopk85

Hi All In perl we have something like www:mechanize to interact with web sites.Is there any equivalent one in python??? Can anyone help me in this regard??

0
74

The End.