anz-bank / sysl-go

Communication library used by SYSL-generated code written in Go.
Apache License 2.0
10 stars 14 forks source link

Allow sysl to work with self signed certificates in dev env #117

Closed springwiz closed 4 years ago

springwiz commented 4 years ago

Make sysl http client to work with self signed certificates. Sysl-go as of now doesn't work with self signed certificates typically used in dev envs because it tends to load all the rootcas from underlying system if they are not passed in the config yml.

  1. Fix tls.go.

Closes #113