mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
interface: fix for aiorpcx 0.18
This commit is contained in:
parent
41802d8094
commit
d17e6a1b87
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ class Interface(Logger):
|
|||
async with _RSClient(session_factory=RPCSession,
|
||||
host=self.host, port=self.port,
|
||||
ssl=sslc, proxy=self.proxy) as session:
|
||||
return session.transport._ssl_protocol._sslpipe._sslobj.getpeercert(True)
|
||||
return session.transport._asyncio_transport._ssl_protocol._sslpipe._sslobj.getpeercert(True)
|
||||
except ValueError:
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue