Skip to content

Commit 15ffd84

Browse files
committed
updated error message to better reflect the situation
1 parent 191f007 commit 15ffd84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plogical/backupUtilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,6 @@ def startRestore(backupName, dir):
814814
try:
815815
version = backupMetaData.find('VERSION').text
816816
build = backupMetaData.find('BUILD').text
817-
818817
twoPointO = 1
819818
except:
820819
twoPointO = 0

plogical/virtualHostUtilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def OnBoardingHostName(Domain, tempStatusPath, skipRDNSCheck):
247247
SSLProvider = x509.get_issuer().get_components()[1][1].decode('utf-8')
248248

249249
if SSLProvider == 'Denial':
250-
message = 'Failed to issue Hostname SSL, either its DNS record is not propagated or the domain is behind Cloudflare. [404]'
250+
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]'
251251
logging.CyberCPLogFileWriter.statusWriter(tempStatusPath, message)
252252
logging.CyberCPLogFileWriter.writeToFile(message)
253253
config['hostname'] = Domain

0 commit comments

Comments
 (0)