Github user vgotra commented on the issue:
https://github.com/apache/thrift/pull/1449
Hm - for csharp for tests I enabled validation of any certificate to be
successful
``` csharp
((sender, certificate, chain, errors) => true, )
```
in server tests code
Do you think I should revert it to check ?---
