Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept certificate for X happens too often and contains no useful information #69

Open
Mikaela opened this issue Nov 29, 2015 · 1 comment

Comments

@Mikaela
Copy link
Contributor

Mikaela commented Nov 29, 2015

Some examples where I get the question:

Either I am MITMed a lot which seems very unlikely or there is a bug in Harbour Webpirate.

In case I am MITMed, there is nothing to proof that as I am just asked yes/no.

What would make it more useful would be at least:

  • Issued to
    • Common Name
    • Organization
    • Organization Unit
  • Issuer
    • Common Name
    • Organization
    • Organization unit
  • Date of granting
  • Date of expiring
  • SHA-512 fingerprint
  • SHA-256 fingerprint

This is what Chrome/Chromium also shows with the exception of it showing SHA-1 (which is deprecated) instead of SHA-512.

@Mikaela Mikaela changed the title Accept certificate for X hapens too often and contains no useful information Accept certificate for X happens too often and contains no useful information Nov 29, 2015
@llelectronics
Copy link

The main problem basically is that the qtwebkit engine in SailfishOS is either built against an older openssl version or openssl is outdated. Nevertheless the certificate list is outdated which causes those certificate popups.
The problem for us developers is that we only get a failed ssl authentication dialog method to deal with it. So no why or who or when.
Its simply impossible to know what failed or what certificate it is thats asking for permission.
This is a limitation in upstreams qml api for qtwebkit.

I am not sure if its possible to find a solution for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants