Chris Heppell
Results
2
issues of
Chris Heppell
- `Language / Project Type:` All (though we're primarily C#) - `Package Manager / Build Tool:` All (though again, NuGet since we're C#) **Describe the user need** We build and...
In the `certs.go` file: https://github.com/elazarl/goproxy/blob/088f758167d2ea5cf2a8e14aab45f825ef47399e/certs.go#L26-L30 `InsecureSkipVerify` is set to true for both the "defaultTLSConfig" and the "tlsClientSkipVerify" structs. The latter having this true makes sense given the name. But disabling...