But why on earth is WordPress using its own ca bundle and not the systems or the ini option curl.cainfo? The WP_HTTP class should at least try the systems ca pack for a fallback if cert errors from its own pack.
I did a crude fix my self.
in the file acf-better-search/includes/search.php i replaced the esapce sequence for this: $word = addslashes($word);
To this: