meltzow / deck-ng

Home Page:https://meltzow.github.io/deck-ng/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

self signed cert support

meltzow opened this issue · comments

see 'npm install @jcesarmobile/ssl-skip"

it's working with @jcesarmobile/ssl-skip, but I decide NOT to disable the ssl check, because it's possible that the app is removed by apple/google from the stores because of security issues.
The correct way to support self signed certs is, to import these certs into the operating system, not to disable the checks.
the native apps with native request ignore ssl checks. that really bad.