Install-Package should offer client certificate authentication
See original GitHub issueSummary of the new feature / enhancement
For instance, my private NuGet server requires a client certificate. I cannot specify this with Install-Package
.
Proposed technical implementation details (optional)
As far as I can tell, Install-Package
calls Invoke-WebRequest
. This cmdlet does support client certificate authentication, which should be a simple pass through.
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Certificate warnings on websites with client certificate ...
I have set up Apache to have the Let's Encrypt certificates/key in SSLCertificateFile and SSLCertificateKeyFile, and the CA the client ...
Read more >pip install fails with "connection error: [SSL - python
I am very new to Python and trying to > pip install linkchecker on Windows 7. Some notes: ... Quite the opposite! Python...
Read more >OpenVPN Client Export Package | pfSense Documentation
Disables client verification of the server certificate common name. This is not a secure, as the client will accept any server certificate ......
Read more >What Is Client Certificate Authentication?
For servers whose users connect through Web browsers, one option would be something called client certificate authentication.
Read more >Client Authentication Certificate 101: How to Simplify ...
Using a client authentication certificate means that users can authenticate on the backend without dealing with insecure or hard-to-remember ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jborean93 That makes more sense, just assumed it was part of the PS core.
@dkaszews I’ll throw it in V3.
You can put it on the v2 repo but I doubt you will get any traction, all work for PowerShellGet is focused on v3 and getting that out the door so it is better to try and implement it there.