Skip to content

feat: implement peer validation

Paul Swartz requested to merge peer-validation into main

For whatever reason, the connected SSL endpoint only has the IP address and not the FQDN. We pass in the expected hostname directly and let the rest of the verification happen normally.

Merge request reports