Cuadrix / puppeteer-page-proxy

Additional module to use with 'puppeteer' for setting proxies per page basis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enchancement: Add rejectUnauthorized option to "got" request

bitk0der opened this issue · comments

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
}