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.

Missing types for clientCertificate

See original GitHub issue

Current 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:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
lmiller1990commented, Sep 9, 2021

@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.

0reactions
aashish0909commented, Sep 9, 2021

@lmiller1990 Yeah, please do. It will be really helpful.

Read more comments on GitHub >

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

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