Closed mveytsman closed 9 years ago
Turns out Go does this for us.
When we connect to an https server with http.Request it will check that the SSL cert is valid.
We can punt this until we're at a point that we're issuing people client certs and being all fancy like with our SSLs
Ha I spoke too soon,
Looks like it's not recognizing our ssl cert !
And it's fixed by adding the full certificate chain to what the server returns
Turns out Go does this for us.
When we connect to an https server with http.Request it will check that the SSL cert is valid.
We can punt this until we're at a point that we're issuing people client certs and being all fancy like with our SSLs