<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[תקלות SSL עם הפרוקסי של נטפרי]]></title><description><![CDATA[<p dir="auto">כשאני פותח את החלונית של ההרחבות ב Vscode אני לא מצליח לראות את הרשימה של הפלאגינים להתקנה, מסתמא בגלל הפרוקסי של הסינון. יש מה לעשות בענין?</p>
<p dir="auto"><em>פורסם במקור בפורום CODE613 ב15/10/2016 22:03 (+03:00)</em></p>
]]></description><link>https://tchumim.com/topic/1127/תקלות-ssl-עם-הפרוקסי-של-נטפרי</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 02:40:45 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/1127.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Jan 2018 11:34:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to תקלות SSL עם הפרוקסי של נטפרי on Mon, 29 Jan 2018 11:34:56 GMT]]></title><description><![CDATA[<p dir="auto">עדכון - הקוסם מצא דרך להתקין תעודת אבטחה עבור נוד:<br />
<a href="http://netfree.link/wiki/%D7%94%D7%AA%D7%A7%D7%A0%D7%AA_%D7%AA%D7%A2%D7%95%D7%93%D7%94_%D7%91%D7%9B%D7%9C_%D7%9E%D7%95%D7%A6%D7%A8%D7%99_node" target="_blank" rel="noopener noreferrer nofollow ugc">http://netfree.link/wiki/התקנת_תעודה_בכל_מוצרי_node</a></p>
<p dir="auto"><em>פורסם במקור בפורום CODE613 ב29/05/2017 19:06 (+03:00)</em></p>
]]></description><link>https://tchumim.com/post/7588</link><guid isPermaLink="true">https://tchumim.com/post/7588</guid><dc:creator><![CDATA[avraham]]></dc:creator><pubDate>Mon, 29 Jan 2018 11:34:56 GMT</pubDate></item><item><title><![CDATA[Reply to תקלות SSL עם הפרוקסי של נטפרי on Mon, 29 Jan 2018 11:34:56 GMT]]></title><description><![CDATA[<p dir="auto">מעולה, תודה!</p>
<p dir="auto"><em>פורסם במקור בפורום CODE613 ב19/11/2016 23:07 (+02:00)</em></p>
]]></description><link>https://tchumim.com/post/7587</link><guid isPermaLink="true">https://tchumim.com/post/7587</guid><dc:creator><![CDATA[avraham]]></dc:creator><pubDate>Mon, 29 Jan 2018 11:34:56 GMT</pubDate></item><item><title><![CDATA[Reply to תקלות SSL עם הפרוקסי של נטפרי on Mon, 29 Jan 2018 11:34:55 GMT]]></title><description><![CDATA[<p dir="auto">אם אתה מגדיר את משתנה הסביבה הזה<br />
NODE_TLS_REJECT_UNAUTHORIZED<br />
ל 0<br />
אז זה יתעלם מהשגיאות של SSL.<br />
דרך הקוד</p>
<pre><code>process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
</code></pre>
<p dir="auto">דרך שורת הכתובת.<br />
פשוט תכתוב.</p>
<pre><code>set NODE_TLS_REJECT_UNAUTHORIZED=0
</code></pre>
<p dir="auto"><a href="http://ss64.com/nt/set.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://ss64.com/nt/set.html</a></p>
<p dir="auto">אתה יכול לכתוב את זה לפני שאתה מריץ דרך אותה שורת פקודה.</p>
<p dir="auto"><em>פורסם במקור בפורום CODE613 ב18/11/2016 14:20 (+02:00)</em></p>
]]></description><link>https://tchumim.com/post/7586</link><guid isPermaLink="true">https://tchumim.com/post/7586</guid><dc:creator><![CDATA[magicode]]></dc:creator><pubDate>Mon, 29 Jan 2018 11:34:55 GMT</pubDate></item><item><title><![CDATA[Reply to תקלות SSL עם הפרוקסי של נטפרי on Mon, 29 Jan 2018 11:34:55 GMT]]></title><description><![CDATA[<p dir="auto">אותה בעיה עם Node.js על המחשב כשאני מנסה להתחבר ל https, מה עושים?</p>
<p dir="auto"><em>פורסם במקור בפורום CODE613 ב17/11/2016 23:23 (+02:00)</em></p>
]]></description><link>https://tchumim.com/post/7585</link><guid isPermaLink="true">https://tchumim.com/post/7585</guid><dc:creator><![CDATA[avraham]]></dc:creator><pubDate>Mon, 29 Jan 2018 11:34:55 GMT</pubDate></item><item><title><![CDATA[Reply to תקלות SSL עם הפרוקסי של נטפרי on Mon, 29 Jan 2018 11:34:54 GMT]]></title><description><![CDATA[<p dir="auto">תודה!</p>
<p dir="auto"><em>פורסם במקור בפורום CODE613 ב16/10/2016 00:19 (+03:00)</em></p>
]]></description><link>https://tchumim.com/post/7584</link><guid isPermaLink="true">https://tchumim.com/post/7584</guid><dc:creator><![CDATA[avraham]]></dc:creator><pubDate>Mon, 29 Jan 2018 11:34:54 GMT</pubDate></item><item><title><![CDATA[Reply to תקלות SSL עם הפרוקסי של נטפרי on Mon, 29 Jan 2018 11:34:53 GMT]]></title><description><![CDATA[<p dir="auto">פתח את קובץ ההגדרות (בתפריט File בחר בPreference &gt; User Settings)<br />
ותדביק שם את ההגדרה הזו:</p>
<pre><code>"http.proxyStrictSSL": false
</code></pre>
<p dir="auto"><em>פורסם במקור בפורום CODE613 ב15/10/2016 23:54 (+03:00)</em></p>
]]></description><link>https://tchumim.com/post/7583</link><guid isPermaLink="true">https://tchumim.com/post/7583</guid><dc:creator><![CDATA[dovid]]></dc:creator><pubDate>Mon, 29 Jan 2018 11:34:53 GMT</pubDate></item></channel></rss>