Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 678 Bytes

issuer-cerificate.md

File metadata and controls

19 lines (12 loc) · 678 Bytes

Error: unable to get local issuer certificate

This error might happen when you are behind a specific proxy. Then you need to set some environment variables:

NODE_TLS_REJECT_UNAUTHORIZED=0 selenium-standalone install`
NODE_TLS_REJECT_UNAUTHORIZED=0 selenium-standalone start

On Windows:

setx NODE_TLS_REJECT_UNAUTHORIZED 0