load_certificate can't load certificate created with non-matching hostname and CN #55
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
If you issue a certificate with non-matching hostname and common_name values, you cannot use load_certificate() to fetch the certificate for later use. You end up with one of the following errors:
Using the hostname as the argument value:
Using the CN as the argument value:
Example code that will reproduce the issue:
The text was updated successfully, but these errors were encountered: