iclab / centinel-server

MIT License
2 stars 7 forks source link

SSL verification broken #53

Closed rpanah closed 9 years ago

rpanah commented 9 years ago

The SSL verification will fail when using curl and centinel client, unless certificate chain is bundled with centinel client. This is due to improper SSL context setup on the server. Adding SSL intermediate certificate chain to SSL context will fix this issue, eliminating the need for an SSL cert to be bundled with centinel client.