Skip to content

Commit

Permalink
add improvments for ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 24, 2024
1 parent 6537b76 commit e3b691a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plogical/sslUtilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def CheckIfSSLNeedsToBeIssued(virtualHostName):
return sslUtilities.DONT_ISSUE
else:
return sslUtilities.ISSUE_SSL
else:
return sslUtilities.ISSUE_SSL


@staticmethod
Expand Down

0 comments on commit e3b691a

Please sign in to comment.