1
--ignore-ssl-errors=true
選項工作不適合在x86_64的casperjs測試GNU/Linux的- 忽略了SSL的錯誤= true選項不是在x86_64的GNU/Linux的工作casperjs測試
同樣的測試ID在Windows中工作。
我現在用的是幻影JS 1.9.7
任何一個可以請幫我解決這個問題?
--ignore-ssl-errors=true
選項工作不適合在x86_64的casperjs測試GNU/Linux的- 忽略了SSL的錯誤= true選項不是在x86_64的GNU/Linux的工作casperjs測試
同樣的測試ID在Windows中工作。
我現在用的是幻影JS 1.9.7
任何一個可以請幫我解決這個問題?
你可以嘗試使用特定SSL版本=的TLSv1
casperjs --ssl-protocol=TLSv1 --ignore-ssl-errors=true my.js
爲我工作了。 –