[go-nuts] DialTLS + Context with http Transport

2017-08-17 Thread Gabriel Rosenhouse
Hello, We're trying to configure a http.Transport such that the client does extra validation of the server-provided certificate before sending any data. We want this client to compare server-provided certificate fields against values present on the request Context. In essence, we'd like to be

[go-nuts] Re: DialTLS + Context with http Transport

2017-08-21 Thread Gabriel Rosenhouse
> On Thursday, August 17, 2017 at 3:33:14 PM UTC-7, Gabriel Rosenhouse wrote: >> >> Hello, >> >> We're trying to configure a http.Transport such that the client does >> extra validation of the server-provided certificate before sending any >> data. We w