Skip to content

Commit

Permalink
Update mtasts_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC committed Feb 15, 2024
1 parent b8d311e commit aede889
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/mtasts_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ def check_mail_server(mail_server: str):
try:
server.connect(mail_server.strip(".") + ".", port=port)
server.starttls()
print(port, server)
cert = ssl.DER_cert_to_PEM_cert(
server.sock.getpeercert(binary_form=True)
)
print(port, cert)
res = True
except Exception as err:
print(
Expand Down

0 comments on commit aede889

Please sign in to comment.