maekitalo / tntnet

GNU Lesser General Public License v2.1
74 stars 35 forks source link

SSL server certificate chain #59

Open ska67 opened 6 years ago

ska67 commented 6 years ago

My server uses a server certificate that is signed with an intermediate certificate. When I use a file that is a concatenation of server and intermediate certificate, tntnet only delivers the first certificate. I checked this with openssl s_client -showcerts -connect mydomain.de:49443 Perhaps this is more a feature request than an issue :-)

jgwinner commented 6 years ago

That could be a big issue with some certificates, however!

ska67 commented 5 years ago

Now I have implemented it myself. It wasn't that difficult. Only one function from the OpenSSL library had to be exchanged. And the initialization function had to be changed a little bit, too

Should I create a pull request for cxxtools?

maekitalo commented 5 years ago

Yes please. That would be great.