crawler.sslTrustEveryone
Background
Trust all root certificates and ignore server hostname verification if true. This bypasses all certificate and server validation by the HTTPS library, so every server and certificate is trusted. It can be used to overcome problems with unresolvable external certificate chains and poor certificates for virtual hosts, but may allow server spoofing.
The default value is set to "true" to enable crawling of most HTTPS sites.