我正在尝试使用 urlopen()获取“https”网页(例如:https ://github.com/twitter/bootstrap),它返回页面没有任何问题。但是我们正在为一个新项目评估 Twisted 并尝试使用 getPage() 来获取相同的页面。但似乎它需要openSSL模块.."exceptions.ImportError: No module named OpenSSL"
有什么方法可以让 getPage() (没有 openSSL 模块)以与 urlopen() 返回的方式相同的方式获取“https”页面?