updated error message to better reflect the situation
This commit is contained in:
parent
191f007b68
commit
15ffd846ef
|
|
@ -814,7 +814,6 @@ class backupUtilities:
|
|||
try:
|
||||
version = backupMetaData.find('VERSION').text
|
||||
build = backupMetaData.find('BUILD').text
|
||||
|
||||
twoPointO = 1
|
||||
except:
|
||||
twoPointO = 0
|
||||
|
|
|
|||
|
|
@ -247,7 +247,7 @@ class virtualHostUtilities:
|
|||
SSLProvider = x509.get_issuer().get_components()[1][1].decode('utf-8')
|
||||
|
||||
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.writeToFile(message)
|
||||
config['hostname'] = Domain
|
||||
|
|
|
|||
Loading…
Reference in New Issue