<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techy Things &#187; google vision</title>
	<atom:link href="https://tech.yipp.ca/category/google-vision/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Google Vision SSL certificate problem: unable to get local issuer certificate</title>
		<link>https://tech.yipp.ca/google-vision/google-vision-ssl-certificate-problem-unable-get-local-issuer-certificate/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-vision-ssl-certificate-problem-unable-get-local-issuer-certificate</link>
		<comments>https://tech.yipp.ca/google-vision/google-vision-ssl-certificate-problem-unable-get-local-issuer-certificate/#comments</comments>
		<pubDate>Sun, 10 Oct 2021 00:05:01 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[google vision]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=4082</guid>
		<description><![CDATA[<p>GuzzleHttp\Exception\RequestException Message: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) Solution In php.ini add or uncomment the line curl.cainfo : [curl] ; A default value for the CURLOPT_CAINFO option.&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/google-vision/google-vision-ssl-certificate-problem-unable-get-local-issuer-certificate/">Google Vision SSL certificate problem: unable to get local issuer certificate</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>GuzzleHttp\Exception\RequestException<br />
<strong>Message:</strong> cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)</p>
<h2>Solution</h2>
<p>In php.ini add or uncomment the line curl.cainfo :</p>
<pre>[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
curl.cainfo = C:\php-7.4.21\cacert.pem
</pre>
<p>Download the latest <a href="https://curl.se/ca/cacert.pem">cacert.pem</a> at <a href="https://curl.se/ca/cacert.pem">https://curl.se/ca/cacert.pem</a></p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/google-vision/google-vision-ssl-certificate-problem-unable-get-local-issuer-certificate/">Google Vision SSL certificate problem: unable to get local issuer certificate</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/google-vision/google-vision-ssl-certificate-problem-unable-get-local-issuer-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
