Home
last modified time | relevance | path

Searched refs:verify_https (Results 1 – 5 of 5) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/Network/
H A DHTTP.cpp60 curl_easy_setopt(handle.get(), CURLOPT_SSL_VERIFYPEER, network_preferences->verify_https); in Get()
117 curl_easy_setopt(handle.get(), CURLOPT_SSL_VERIFYPEER, network_preferences->verify_https); in Post()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/
H A Dpure.py199 verify_https = replication_device.get("ssl_cert_verify", False)
204 verify_https=verify_https,
245 verify_https=self.configuration.driver_ssl_cert_verify,
1192 verify_https=None, ssl_cert_path=None): argument
1197 verify_https=verify_https,
1417 verify_https=secondary_array._verify_https,
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dpreferences.h128 bool verify_https; member
H A Dpreferences.cpp3398 root.put_attr("verify_https", network_preferences->verify_https); in network_preferences_tree()
3554 preferences->verify_https = false; in default_network_preferences()
4328 root.read_attr("verify_https", network_preferences->verify_https); in parse_network_preferences()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_pure.py2188 verify_https=True,
2194 verify_https=True,