- Issue created by @vipul tulse
- Status changed to Closed: works as designed
6 months ago 2:11pm 29 May 2024 Hi @vipul tulse, this is by design. The method you've mentioned is about retrieving page html for the visual context and this CURLOPT_SSL_VERIFYHOST option is only applied to the curl options when context_skip_host_verifying is enabled in connector settings.
moreover, we explicitly tell the user when to enable this setting and warn user to do so only on dev envs:
If checked, curl won't verify host during retrieving context (CURLOPT_SSL_VERIFYHOST = 0). Use only for developing and testing purposes on NON PRODUCTION environments.