appcanary / agent

The Appcanary agent
https://www.appcanary.com
GNU General Public License v3.0
47 stars 6 forks source link

ssl #28

Closed mveytsman closed 9 years ago

mveytsman commented 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

mveytsman commented 9 years ago

Ha I spoke too soon,

Looks like it's not recognizing our ssl cert !

mveytsman commented 9 years ago

And it's fixed by adding the full certificate chain to what the server returns