]> source.dussan.org Git - tigervnc.git/commit
Don't fail on user CA/CRL problems
authorPierre Ossman <ossman@cendio.se>
Thu, 14 Oct 2021 06:57:08 +0000 (08:57 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 14 Oct 2021 10:44:23 +0000 (12:44 +0200)
commit52dc376f117f41e6b600cdf54a591a66af6c9cc8
tree5e7409b75aad19cfe553d1155891ae655ccedfea
parentd2776288f9717c03bba0bc73d5f19011d7cbb722
Don't fail on user CA/CRL problems

The certificates might still be fine using the system trust store, or
the user can make an exception. So let's just log and continue on.

This got very common after 960c7d2 where we now always have a default
value for these settings.

(cherry picked from commit 37f3a8b47f0b17ea1c1cacaf5c048a0bada618d3)
common/rfb/CSecurityTLS.cxx