javascript - phantomjs - Error code: 99, description: Error creating ssl context () -
i'm getting onresourceerror related ssl phantomjs on centos 6.5, phantomjs version 1.9.1:
error code: 99, description: error creating ssl context ()
my script works fine on windows dev environment, stops on production server running centos.
i've tried both popular answers on this stackoverflow question setting --ignore-ssl-errors=true
, --ssl-protocol=any
(i've tried both of these options separately , combined). i've tried setting --web-security=false
(i'm using script access 1 page, trust much). i've tried combinations of combining these options, no luck.
i've gone far follow recommended solution bgever@ on this page (apr 29, 2015)to create sha256 security certificate following these directions (which worked surprisingly smoothly) , use --ssl-certificate-path=<path>
option, i'm still getting same error here. i've exhausted resources , knowledge here, , i've made no progress. appreciated.
Comments
Post a Comment