Skip to content

Commit

Permalink
correct typographical error
Browse files Browse the repository at this point in the history
remove the "not" in "Certificate not path validation failed ..."
  • Loading branch information
4elta authored Jul 21, 2022
1 parent 059a9cb commit a577aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sslyze/mozilla_tls_profile/mozilla_config_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _check_certificates(
if not cert_deployment.verified_certificate_chain:
issues_with_certificates[
"certificate_path_validation"
] = f"Certificate not path validation failed for {leaf_cert.subject.rfc4514_string()}."
] = f"Certificate path validation failed for {leaf_cert.subject.rfc4514_string()}."

# Validate the public key
public_key = leaf_cert.public_key()
Expand Down

0 comments on commit a577aaa

Please sign in to comment.