question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install-Package should offer client certificate authentication

See original GitHub issue

Summary 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:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tylermontneyacccommented, Oct 4, 2022

@jborean93 That makes more sense, just assumed it was part of the PS core.

@dkaszews I’ll throw it in V3.

0reactions
jborean93commented, Oct 4, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found