updated error message to better reflect the situation

This commit is contained in:
usmannasir
2024-01-31 14:42:28 +05:00
parent 191f007b68
commit 15ffd846ef
2 changed files with 1 additions and 2 deletions

View File

@@ -814,7 +814,6 @@ class backupUtilities:
try: try:
version = backupMetaData.find('VERSION').text version = backupMetaData.find('VERSION').text
build = backupMetaData.find('BUILD').text build = backupMetaData.find('BUILD').text
twoPointO = 1 twoPointO = 1
except: except:
twoPointO = 0 twoPointO = 0

View File

@@ -247,7 +247,7 @@ class virtualHostUtilities:
SSLProvider = x509.get_issuer().get_components()[1][1].decode('utf-8') SSLProvider = x509.get_issuer().get_components()[1][1].decode('utf-8')
if SSLProvider == 'Denial': if SSLProvider == 'Denial':
message = 'Failed to issue Hostname SSL, either its DNS record is not propagated or the domain is behind Cloudflare. [404]' message = 'Failed to issue Hostname SSL, either its DNS record is not propagated or the domain is behind Cloudflare. If DNS is already propagated you might have reached Lets Encrypt limit, please wait before trying again.. [404]'
logging.CyberCPLogFileWriter.statusWriter(tempStatusPath, message) logging.CyberCPLogFileWriter.statusWriter(tempStatusPath, message)
logging.CyberCPLogFileWriter.writeToFile(message) logging.CyberCPLogFileWriter.writeToFile(message)
config['hostname'] = Domain config['hostname'] = Domain