I tried to use the proxy.crawlera.com:8010 and fetched the normal HTTP page and it worked fine (using phantomjs + selenium + python) but when i tried to fetch the HTTPS the blank page returned.
I already got advice "To fetch HTTPS pages you will need to download and install the following certificate in your HTTP client or disable SSL certificate verification:" but dont know how to disable the SSL certificate verification.
So does anyone have the same issue like me.
0 Votes
1 Comments
thriveniposted
over 6 years ago
Admin
HI Stonevo,
It seems you can ignore SSL errors as service_args=['--ignore-ssl-errors=true']). Found similar question in SO https://stackoverflow.com/questions/23581291/python-selenium-with-phantomjs-empty-page-source .
Hi everyone,
I tried to use the proxy.crawlera.com:8010 and fetched the normal HTTP page and it worked fine (using phantomjs + selenium + python) but when i tried to fetch the HTTPS the blank page returned.
I already got advice "To fetch HTTPS pages you will need to download and install the following certificate in your HTTP client or disable SSL certificate verification:" but dont know how to disable the SSL certificate verification.
So does anyone have the same issue like me.
0 Votes
1 Comments
thriveni posted over 6 years ago Admin
HI Stonevo,
It seems you can ignore SSL errors as
service_args=['--ignore-ssl-errors=true']). Found similar question in SO https://stackoverflow.com/questions/23581291/python-selenium-with-phantomjs-empty-page-source .
0 Votes
Login to post a comment