Python论坛  - 讨论区

标题:[python-chinese] 如果用urlopen打开使用SSL的网站

2006年09月14日 星期四 16:09

邓作霖 pse-dengzl在pegasus.tj.cn
星期四 九月 14 16:09:36 HKT 2006

大家好;

       用urllib.urlopen无法打开https开头的网址,似乎用M2Crypto可以做到, 
但是安装的时候说需要.net framework,这个东西太重了,我不想安装,请问还有 
没有其他的方法,谢谢。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月14日 星期四 16:50

kongkongxiangbo 孔祥波 py.konger在gmail.com
星期四 九月 14 16:50:04 HKT 2006

Šjh®Øm¶™bnm¦X›4Ï
‰çyËb¢w^nè%z÷¥Ö)©¢»n®Ybn,¶g¦mêìz¦yÊ&º¹

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月14日 星期四 17:03

邓作霖 pse-dengzl在pegasus.tj.cn
星期四 九月 14 17:03:25 HKT 2006

非常感谢

kongkongxiangbo 孔祥波 wrote:
>
> import httplib
>
> httplib.HTTPConnection.debuglevel = 1
> import urllib
> host ="member.segame.com <http://member.segame.com>"
> url  =" https://member.segame.com/join/join.sega?method=join_step1"
> port = 443
> connection = httplib.HTTPSConnection(host, port=port)
> connection.request("GET", url)
> resp = connection.getresponse()
> print resp.status
> print resp.read()
> resp.close()
>
>
>
> 2006/9/14, 邓作霖 <pse-dengzl at pegasus.tj.cn 
> pse-dengzl at pegasus.tj.cn>>:
>
>     大家好;
>
>           用urllib.urlopen无法打开https开头的网址,似乎用M2Crypto可以
>     做到,
>     但是安装的时候说需要.net
>     <http://%E4%BD%86%E6%98%AF%E5%AE%89%E8%A3%85%E7%9A%84%E6%97%B6%E5%80%99%E8%AF%B4%E9%9C%80%E8%A6%81.net>
>     framework,这个东西太重了,我不想安装,请问还有
>     没有其他的方法,谢谢。
>     _______________________________________________
>     python-chinese
>     Post: send python-chinese at lists.python.cn
>     python-chinese at lists.python.cn>
>     Subscribe: send subscribe to
>     python-chinese-request at lists.python.cn
>     python-chinese-request at lists.python.cn>
>     Unsubscribe: send unsubscribe
>     to  python-chinese-request at lists.python.cn
>     python-chinese-request at lists.python.cn>
>     Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号