Skip to content

option to ignore self singed cert on the backend side #61

@psalty

Description

@psalty

This is awesome. Thanks for the code sharing.

it would be nice to have an option to ignore self-signed cert on the backend side.

httpProxy.Transport = &ConnectionErrorHandler{http.DefaultTransport}

to something like

httpProxy.Transport = &ConnectionErrorHandler{&http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
}}

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