无法打开https网站

无法打开https网站

  最近测试原来的爬虫程序,发现phantomjs 无法打开https网站了,经过网上查下,发现需要在phantomjs定义的加以下参数

  self.driver = webdriver.PhantomJS(service_args=['--ssl-protocol=any'])

  即可

05-11 18:09