mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 11:03:15 +00:00
Minor language fix
This commit is contained in:
parent
941b2387c0
commit
eaacbe0b12
6 changed files with 8 additions and 8 deletions
|
|
@ -54,7 +54,7 @@ class HTTPSConnection(httplib.HTTPSConnection):
|
|||
else:
|
||||
sock.close()
|
||||
except ssl.SSLError, errMsg:
|
||||
logger.debug("SSL connection error occured ('%s')" % errMsg)
|
||||
logger.debug("SSL connection error occurred ('%s')" % errMsg)
|
||||
|
||||
if not success:
|
||||
raise SqlmapConnectionException("can't establish SSL connection")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue