Cuadrix / puppeteer-page-proxy

Additional module to use with 'puppeteer' for setting proxies per page basis.
423 stars 99 forks source link

Enchancement: Add rejectUnauthorized option to "got" request #91

Open bitk0der opened 1 year ago

bitk0der commented 1 year ago

Hello, thank you for that lib, but in some cases it's not working due to incorrect ssl, because of that we should be able (or hard code) to set option "rejectUnauthorized: false" to "got" request:

https: {
            rejectUnauthorized: false
}