Installation of certificate in Visual Studio Code

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
הגרסה להדפסה אינה נתמכת עוד וייתכן שיש בה שגיאות תיצוג. נא לעדכן את הסימניות בדפדפן שלך ולהשתמש בפעולת ההדפסה הרגילה של הדפדפן במקום זה.

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

To switch from edit view to read view

To search in the Wiki

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


In older versions unauthorized SSL traffic should be allowed as follows: In the File menu, open Preference then click 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.