I would like to turn on the verification
see https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html

The default option is 2 but the value is hard coded here https://git.drupalcode.org/project/chr/blob/7.x-1.x/chr.module#L118

Proposal
- Add an admin with a dropdown with the values 0, 1, 2
- Remove the hardcoded value and use the value from config

CommentFileSizeAuthor
#2 3111661-verify_ssl-1.patch2.61 KBmarcelovani

Comments

marcelovani created an issue. See original summary.

marcelovani’s picture

Status: Active » Needs review
StatusFileSize
new2.61 KB
claudfernandes’s picture

Status: Needs review » Reviewed & tested by the community

It is working for me, thanks