Clients often need to connect to servers who may be using self-signed certificates. Currently Barrister uses the default http.Client which means connecting to these servers will fail. It would be useful to be able to pass in a custom Transport.
Here is how I have fudged things for now in barrister.go:
Clients often need to connect to servers who may be using self-signed certificates. Currently Barrister uses the default http.Client which means connecting to these servers will fail. It would be useful to be able to pass in a custom Transport.
Here is how I have fudged things for now in barrister.go: