Missing types for clientCertificate
See original GitHub issueCurrent behavior
There is a clientCertificates
option. https://docs.cypress.io/guides/references/client-certificates#Syntax
It should include in the type definitions: https://github.com/cypress-io/cypress/blob/develop/cli/types/cypress.d.ts#L2491
Desired behavior
Included in types.
Test code to reproduce
const C: Cypress.ResolvedConfigOptions = {
clientCertificates: // <- no completion or hint
}
Cypress Version
8.0.0
Other
This is a good first issue for a new contributor or a new employee. Although adding the type is simple enough, it’s a good way to learn how to set up Cypress locally, make a PR, get a review, etc. Let’s encourage a new contributor to take this one.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Client certificate missing: How to recover it - Stack Overflow
I am on a team that is are trying to connect a Java J2SE application to a secure corporate web services site using...
Read more >646567 - Missing client certificate errors are confusing.
Issue 646567: Missing client certificate errors are confusing. ... "I don't have any certs provisioned" are pretty different failure modes, ...
Read more >SSL Client Certificate Authentication not working. What am I ...
I want to enable SSL client certificate authentication using CA API Gateway version 9.3. ... was straight forward but looks like I am...
Read more >Client Certificate Mapping Authentication ... - Microsoft Learn
Client Certificate Mapping authentication using Active Directory differs from Client ... Select the installation type and click Next.
Read more >Client certificate missing from HTTPS requests following ...
... requests (from different clients) that used to go through don't anymore. The client certificate is declared missing by the Nginx and the ......
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 FreeTop 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
Top GitHub Comments
@aashish0909 the work has been completed in #18028 so it will be closed soon and marked as done.
If you are looking for some good first issues, I can probably tag you in a few, if you like.
@lmiller1990 Yeah, please do. It will be really helpful.