<?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>kocherov.net &#187; curl</title>
	<atom:link href="https://kocherov.net/tag/curl/feed/" rel="self" type="application/rss+xml" />
	<link>https://kocherov.net</link>
	<description>создание и поддержка парсеров, систем сбора и анализа информации</description>
	<lastBuildDate>Thu, 19 Feb 2026 13:03:25 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
		<item>
		<title>SSL3_GET_RECORD: decryption failed or bad record mac</title>
		<link>https://kocherov.net/ssl3_get_record-decryption-failed-or-bad-record-mac/</link>
		<comments>https://kocherov.net/ssl3_get_record-decryption-failed-or-bad-record-mac/#comments</comments>
		<pubDate>Wed, 29 Jan 2014 03:46:23 +0000</pubDate>
		<dc:creator>Pavel Kocherov</dc:creator>
				<category><![CDATA[Работа]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://kocherov.net/?p=404</guid>
		<description><![CDATA[Если у вас возникает ошибка SSL3_GET_RECORD: decryption failed or bad record mac при работе со сторонним сервером через SSL &#8212; попробуйте переключить SSL в версию 2 или 3 вручную. Для PHP CURL: curl_setopt($ch, CURLOPT_SSLVERSION, 2); или curl_setopt($ch, CURLOPT_SSLVERSION, 3);]]></description>
				<content:encoded><![CDATA[<p>Если у вас возникает ошибка <em>SSL3_GET_RECORD: decryption failed or bad record mac</em> при работе со сторонним сервером через SSL &#8212; попробуйте переключить SSL в версию 2 или 3 вручную. Для PHP CURL:<br />
<code>curl_setopt($ch, CURLOPT_SSLVERSION, 2);</code><br />
или<br />
<code>curl_setopt($ch, CURLOPT_SSLVERSION, 3);</code></p>
]]></content:encoded>
			<wfw:commentRss>https://kocherov.net/ssl3_get_record-decryption-failed-or-bad-record-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
