i2p: Add diagnostic test for web interface port

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2019-04-01 16:35:43 -07:00
parent ba4d73ae60
commit c98f44f5ae
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -142,6 +142,7 @@ def diagnose():
"""Run diagnostics and return the results."""
results = []
results.append(action_utils.diagnose_port_listening(7657, 'tcp6'))
results.extend(
action_utils.diagnose_url_on_all('https://{host}/i2p/',
check_certificate=False))