Installation of certificate in Visual Studio Code: הבדלים בין גרסאות בדף

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
שורה 1: שורה 1:
 
{{עמוד בעברית|התקנת תעודה ב Visual Studio Code}}
 
{{עמוד בעברית|התקנת תעודה ב Visual Studio Code}}
<div lang="he" dir="rtl">
+
<div lang="en" dir="ltr">
  
 
{{Navigation|Security certificate}}
 
{{Navigation|Security certificate}}

גרסה מ־19:59, 7 בינואר 2019

לעברית לחצו כאן


Home page > Security certificate > Installation of certificate in Visual Studio Code ‎‎


Unauthorized SSL traffic should be allowed as follows: In the File menu, open Preference then cick on User Settings... A split window should open like this:

VSCODE BEFORE.png

On the right side of the window (Settings.json), add the following line between the curly brackets:

   "http.proxyStrictSSL": false

It should look like this:

VSCODE AFTER.png

Close the window and save the changes.