Skip to content

Allow disabling https certificate validation #102

@codygman

Description

@codygman

Can be done in http-client with the following:

newManager $ mkManagerSettings (def { settingDisableCertificateValidation = True }) Nothing >>= \manager -> withResponse "https://insecure" manager $ \res -> print $ responseStatus res

I think you'd need to internally use mkManagerSettings from Network.HTTP.Client.TLS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions