This is a proposal for adding insecure options to the API. It lives in a separate module and subclasses *Context types, with an additional InsecureConfiguration that defines insecure options (currently only disabling verification). In the shim it just directly acts on the context to disable verification, although perhaps the insecure stuff should be in a different file as well?
This is a proposal for adding insecure options to the API. It lives in a separate module and subclasses
*Context
types, with an additionalInsecureConfiguration
that defines insecure options (currently only disabling verification). In the shim it just directly acts on the context to disable verification, although perhaps the insecure stuff should be in a different file as well?