<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11238&amp;type=atom" />
	<updated>2020-02-12T00:26:40Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11238</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=137801#p137801" />
			<content type="html"><![CDATA[<p>У меня тоже не пошло на x64. И вроде бы раздел Wow6432Node — скрытый, при попытке создания пишет, что такой есть. Запускал reg-файл, перезагружался —<br /></p><div class="codebox"><pre><code>[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
&quot;DefaultSecureProtocols&quot;=hex(b):00,08,00,00,00,00,00,00</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2020-02-12T00:26:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=137801#p137801</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=123165#p123165" />
			<content type="html"><![CDATA[<p><span class="postimg"><img src="https://c.radikal.ru/c00/1801/c9/5c218f4ad339.jpg" alt="https://c.radikal.ru/c00/1801/c9/5c218f4ad339.jpg" /></span><br />Довольно долго работал банальный сценарий:<br /></p><div class="codebox"><pre><code>
HTTP := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;)
HTTP.Open(&quot;GET&quot;, url, true)
HTTP.Send()
HTTP.WaitForResponse()
msgbox % HTTP.ResponseText
</code></pre></div><p>Сегодня, на двух, независимых друг от друга физических машинах с Win7 и одинаковым апдейтом отвалился софт, пользующий эти пять строк. Грешил было на обновление винды, но потом запускал так же и на виртуалках 7 и 10, которые не обновляются вообще. В ответ приходит то же самое. Ничего не менял, не устанавливал и прочее, особенно на второй машине, которая кроме открытой страницы ВК в браузере никаких внешних воздействий не получает. Как это могло произойти с уже действующими поделками, ума не приложу. Везде переискал решение, нашёл под носом. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p><p>Большое спасибо Серому форуму и в частности, Вам, <strong>Malcev</strong>! Очень много хороших идей и результативных решений на этих страницах. Прямо кладезь возможностей!</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2018-01-18T01:25:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=123165#p123165</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=120885#p120885" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong> делал так-же но не помогло.</p>]]></content>
			<author>
				<name><![CDATA[serge]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34543</uri>
			</author>
			<updated>2017-11-07T11:32:04Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=120885#p120885</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=120883#p120883" />
			<content type="html"><![CDATA[<p><a href="https://imgur.com/a/8Op1p">https://imgur.com/a/8Op1p</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-11-07T10:21:48Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=120883#p120883</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=120881#p120881" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Чтобы их использовать на семерке нужно в реестре вписать:</p></blockquote></div><p>Я добавил REG_DWORD 0x00000800, но у меня просто перестали работать интернет.<br />Не подскажите как правильно в реестре прописать (Win7 64)?</p>]]></content>
			<author>
				<name><![CDATA[serge]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34543</uri>
			</author>
			<updated>2017-11-07T09:48:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=120881#p120881</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=120645#p120645" />
			<content type="html"><![CDATA[<div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><p>Причина - уменьшение танцев с бубном.<br />Уже не знаешь, откуда очередной подставы ждать.<br />Например, адобовский премьер в последнем апдейте перестал воспринимать AC3 в MTS.<br />То есть, если в твоем проекте присутствуют такие файлы и ты решил проапгрейдиться, то звука на линейке ты не увидишь и не услышишь.<br />И после отката на предыдущую версию без танцев тоже.<br />Когда на форуме поднялся шум Адобе написали статейку:<br /></p><div class="quotebox"><blockquote><p>Windows 7: Windows 7 does not include the media package required to decode AC-3. The best solution is to upgrade to Windows 10.</p></blockquote></div><p><a href="https://helpx.adobe.com/x-productkb/multi/dolby-end-of-support.html">https://helpx.adobe.com/x-productkb/mul … pport.html</a><br />Это при том, что в системных тебованиях Win-7 присутствует.</p></div></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-10-31T11:09:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=120645#p120645</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=120644#p120644" />
			<content type="html"><![CDATA[<div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;Offtop</div><div class="fancy_spoiler"><div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Чувствую, что пришло время с семёрки слезать</p></blockquote></div><p>Да, это веская причина <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p></div></div>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-10-31T10:50:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=120644#p120644</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=120642#p120642" />
			<content type="html"><![CDATA[<p>Не прошло и двух лет, как понял в чем была причина.<br />Сайт использует TLS 1.2 протокол.<br />А у WinHTTPRequest&nbsp; на Win-7 в опциях можно прописать только 3 вида:<br /></p><div class="quotebox"><blockquote><p>Protocol	Value<br />SSL 2.0	0&nbsp; x0008<br />SSL 3.0	0&nbsp; &nbsp;x0020<br />Transport Layer Security (TLS) 1.0	0x0080</p></blockquote></div><p><a href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa384108(v=vs.85).aspx">https://msdn.microsoft.com/en-us/librar … s.85).aspx</a><br />На Win10 добавили еще 2: <br /></p><div class="quotebox"><blockquote><p>TLS 1.1<br />TLS 1.2</p></blockquote></div><p>Чтобы их использовать на семерке нужно в реестре вписать:<br /></p><div class="quotebox"><blockquote><p>The DefaultSecureProtocols registry entry can be added in the following path:<br />HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp<br />On x64-based computers, DefaultSecureProtocols must also be added to the Wow6432Node path:<br />HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp<br />The registry value is a DWORD bitmap. The value to use is determined by adding the values corresponding to the protocols desired.</p><p>DefaultSecureProtocols Value	Protocol enabled<br />0x00000008	Enable SSL 2.0 by default<br />0x00000020	Enable SSL 3.0 by default<br />0x00000080	Enable TLS 1.0 by default<br />0x00000200	Enable TLS 1.1 by default<br />0x00000800	Enable TLS 1.2 by default</p></blockquote></div><p><a href="https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in">https://support.microsoft.com/en-us/hel … otocols-in</a><br />Чувствую, что пришло время с семёрки слезать. <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-10-31T06:28:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=120642#p120642</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=100480#p100480" />
			<content type="html"><![CDATA[<p>Первый раз проверил на десятке. А на семёрке, действительно, второй запрос не работает, ошибка такая же.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2016-01-18T10:35:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=100480#p100480</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=100478#p100478" />
			<content type="html"><![CDATA[<p>Странно. Проверял на 5 машинах с разными ай-пи.<br />Везде win7 64 бит и последняя версия AHK 32 бит.<br />Ставил AHK 64 бит - та же самая ошибка.<br />Куда копать? Может из-за того, что везде рутера стоят?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-01-18T10:02:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=100478#p100478</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=100477#p100477" />
			<content type="html"><![CDATA[<p>У меня оба работают.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2016-01-18T09:42:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=100477#p100477</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: WinHTTPRequest ошибка 0x80072efd]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=100475#p100475" />
			<content type="html"><![CDATA[<p>Не могу с WinHTTPRequest достучаться до сайта - выводит ошибку.<br />С Msxml2.XMLHTTP все работает.<br />Почему так?<br /></p><div class="codebox"><pre><code>link := &quot;https://suprnova.cc/index.php&quot;
 
req := ComObjCreate(&quot;Msxml2.XMLHTTP&quot;)
req.open(&quot;GET&quot;, link, False)
req.Send()
MsgBox, % req.responseText
 
req := ComObjCreate(&quot;WinHTTP.WinHTTPRequest.5.1&quot;)
req.Open(&quot;GET&quot;, link, false)
req.Send()
MsgBox, % req.responseText</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-01-18T09:17:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=100475#p100475</id>
		</entry>
</feed>
