diff --git a/plogical/backupUtilities.py b/plogical/backupUtilities.py index e6687c649..6f738e74a 100755 --- a/plogical/backupUtilities.py +++ b/plogical/backupUtilities.py @@ -814,7 +814,6 @@ def startRestore(backupName, dir): try: version = backupMetaData.find('VERSION').text build = backupMetaData.find('BUILD').text - twoPointO = 1 except: twoPointO = 0 diff --git a/plogical/virtualHostUtilities.py b/plogical/virtualHostUtilities.py index 8afa802eb..028e07b86 100644 --- a/plogical/virtualHostUtilities.py +++ b/plogical/virtualHostUtilities.py @@ -247,7 +247,7 @@ def OnBoardingHostName(Domain, tempStatusPath, skipRDNSCheck): 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