mirror of
https://github.com/corda/corda.git
synced 2025-06-22 09:08:49 +00:00
* ENT-1850: Improve reporting of connection problems (#3124) * Add nicer logging for SSL handshake problems * Just in case let people see the horrid netty exception traces at trace level (cherry picked from commit3c005789c0
) * fixup after cherrypick * Prevent bridge reconnection attempts on targets that present invalid/misconfigured/different certificates to protect nodes from dead identities. (#3225) (cherry picked from commit7ff008d4e3
) * fixup after cherrypick * add extra error handling (copied from master)