bug fix: fetch child-domains ssl status

This commit is contained in:
Usman Nasir
2019-12-04 23:06:51 +05:00
parent d99c7090bf
commit 2b43c446e5

View File

@@ -871,7 +871,7 @@ class WebsiteManager:
if Data['authority'] == 'Denial':
Data['authority'] = '%s has SELF-SIGNED SSL.' % (self.childDomain)
else:
Data['authority'] = '%s has SSL from %s.' % (self.domain, Data['authority'])
Data['authority'] = '%s has SSL from %s.' % (self.childDomain, Data['authority'])
except BaseException, msg:
Data['viewSSL'] = 0