Skip to content

KeyPinning/SSLErrorHandler #624

@inkeliz

Description

@inkeliz

Is your feature request related to a problem? Please describe.

As of today, it seems that it doesn't have any option to verifies the website certificate.

Uses cases:

  • Prevent connections from untrusted source:

    • Sometimes you want to trust in a single Certificate Authority or at some certificate in particular, instead of trust in any authorities on the client's machine.
  • Allow custom certificate (without need to trust them globally on Windows).

    • Some applications might talk with other local network devices, which usually have self-signed certificates.
    • Some developers, at the development process, could ignore certificate verifications, which might help to test.

Describe the solution you'd like and alternatives you've considered

I don't find anything related to that. The closest option is to trust the certificate at machine/user level, not at the application level. It doesn't fix all the issues, still not possible to key-pinning.

It must be some options to "handle ssl error", which allows the developer to choose what they do and allow them to render the page.

AB#30260332

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestfeature requesttrackedWe are tracking this work internally.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions