在AWS上的ubuntu中,phantomjs不是visitng https

时间:2018-06-12 16:56:06

标签: python ubuntu amazon-ec2 web-scraping splinter

我有以下代码:

from splinter import Browser
browser = Browser(driver_name='phantomjs')
browser.visit('https://somesite')

当我在Windows中测试此代码时,它工作正常。但是,当我尝试在AWS中的ubuntu上运行相同的代码时,它无法获取页面的html。

我得到了

browser.html as

'<html><head></head><body></body></html>'

我怀疑这与某些与HTTPS相关的设置有关。我在互联网上搜索了周围但是无法解决这个问题。可以在linux系统中测试此代码的人可以帮助我吗?

0 个答案:

没有答案