bug fix: fetch child-domains ssl status

This commit is contained in:
Usman Nasir
2019-12-04 23:06:51 +05:00
parent 8e637daf17
commit 6752ceb089

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