I'm trying to install the certificate from cert.techloq.com to visual studio. I've tried researching different ways but nothing is helping me.
Asked
Active
Viewed 214 times
0
-
What exactly you are trying to achieve? Why you need to install certificate on visual studio? – Chetan Jan 02 '22 at 23:23
-
I installed a filter that creates its own certificates on safe sites. Apparently it's not happening on visual studio, when doing an API request call, so the company told me to install the certificate as a third party certificate to visual studio. – Soroh Jan 02 '22 at 23:27
-
Did you try installing the certificate on in the local computer certificate store? – Chetan Jan 02 '22 at 23:29
-
I don't want to do that. I only want to install it in Visual Studio. – Soroh Jan 03 '22 at 00:47
-
Most Windows applications (unless not Windows native such as Firefox) rely on the standard certificate stores provided by Windows to store certificates. Thus, in your case, ask that company which store you should install the certificate to, and then follow those mandatory steps. There is nothing called "install certificates to Visual Studio". – Lex Li Jan 03 '22 at 03:24
-
Which store is mainly used for Windows' certificates? – Soroh Jan 03 '22 at 03:56
-
I found a similar question on stack overflow - https://stackoverflow.com/questions/36506539/how-do-i-get-visual-studio-code-to-trust-our-self-signed-proxy-certificate I'm bringing this up because there are similar solutions but what I am trying to do is to install a new certificate from my proxy server, like the user in the other post (who did not get a solution) – Soroh Jan 03 '22 at 06:05
-
Local Computer store is used on Windows for certificates... If you already don't know how to do it, you can read it [here](https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/install-imported-certificates) – Chetan Jan 03 '22 at 08:32