mirror of https://github.com/scrapy/scrapy.git
Rephrase warning
This commit is contained in:
parent
37efdde3e3
commit
859bcf4820
|
|
@ -50,7 +50,7 @@ try:
|
|||
|
||||
except ValueError as e:
|
||||
logger.warning(
|
||||
'SSL/TLS verification failed for hostname "{}"; {}'.format(
|
||||
'Ignoring remote certificate verification failure for hostname "{}"; {}'.format(
|
||||
self._hostnameASCII, e))
|
||||
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Reference in New Issue