LoginSignup
3
3

More than 5 years have passed since last update.

PhantomJSでSSL関連のエラーがでた時の対処

Last updated at Posted at 2015-08-25

問題の調査

phantomjs --debug=yes test.js
2015-08-25T16:47:30 [DEBUG] Network - SSL Error: "The issuer certificate of a locally looked up certificate could not be found"
2015-08-25T16:47:30 [DEBUG] Network - SSL Error: "The root CA certificate is not trusted for this purpose"

SSLエラー無効

phantomjs --web-security=no --ignore-ssl-errors=yes test.js
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3