mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
adjust comment about wildcards
This commit is contained in:
parent
59c231808f
commit
3c563b85ad
1 changed files with 1 additions and 2 deletions
|
@ -121,8 +121,7 @@ class TcpInterface(threading.Thread):
|
||||||
|
|
||||||
def check_host_name(self, peercert, name):
|
def check_host_name(self, peercert, name):
|
||||||
"""Simple certificate/host name checker. Returns True if the
|
"""Simple certificate/host name checker. Returns True if the
|
||||||
certificate matches, False otherwise. Does not support
|
certificate matches, False otherwise."""
|
||||||
wildcards."""
|
|
||||||
# Check that the peer has supplied a certificate.
|
# Check that the peer has supplied a certificate.
|
||||||
# None/{} is not acceptable.
|
# None/{} is not acceptable.
|
||||||
if not peercert:
|
if not peercert:
|
||||||
|
|
Loading…
Add table
Reference in a new issue