javascript - PhantomJS connects to URL but CasperJS times out -


trying write tests casperjs server i'm trying connect connects fine using phantomjs, gets hung using casperjs time tries make connection app: casper.start(myurl) or casper.open(myurl)

casper works other urls, i'm wondering there preventing casper connecting app? (note: when app not running on server, casper , 502 bad gateway error @ least. when app's running, script seems stuck on above code)

also app running https i'm using flag --ignore-ssl-errors=true when running both scripts.

just confused since phantomjs works fine.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -