how2 icon indicating copy to clipboard operation
how2 copied to clipboard

Google certificate issue when use inside company firewall

Open quanghoc opened this issue 8 years ago • 2 comments

Is there a way to use http instead of https from google? I tried -k or --skip-ssl-validation but still got error:

Cannot connect to Google.
Error: Error on response:Error: unable to get local issuer certificate : undefined

When I disconnect from my company VPN, it's fine.

quanghoc avatar Mar 02 '16 06:03 quanghoc

there is no --skip-ssl-validation, it shouldn't take much to implement it, can you do it ?

santinic avatar Mar 02 '16 15:03 santinic

this is the worst patch i could think of : dirty , simple and unsecure. forked unsafe repo

Be aware : the two lines i added disable https and ssl certificate validation

cargoge avatar Dec 13 '16 10:12 cargoge