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

"Invalid SSL certificate" dialog should show SHA-256 fingerprint of the certificate when using WebDAV #490

Closed
2 tasks done
SailReal opened this issue Apr 11, 2023 · 0 comments
Labels
storage:webdav type:bug Something isn't working
Milestone

Comments

@SailReal
Copy link
Member

SailReal commented Apr 11, 2023

Please agree to the following

Summary

"Invalid SSL certificate" dialog should show SHA-256 fingerprint of the certificate instead of SHA-1

System Setup

- Android: X
- Cryptomator: 1.8.1

Cloud Type

WebDAV

Steps to Reproduce

  1. Setup self singed certificate WebDAV cloud, e.g. using https://hub.docker.com/r/twizzel/webdav
  2. Add this cloud location

Expected Behavior

"Invalid SSL certificate" dialog shows SHA-256 fingerprint of the certificate

Actual Behavior

"Invalid SSL certificate" dialog shows SHA-1 fingerprint of the certificate

Reproducibility

Always

Relevant Log Output

No response

Anything else?

var hash = String(Hex.encodeHex(DigestUtils.sha1(certificate.encoded))) //

It is not so dramatic because the entire certificate can be displayed in addition to the fingerprint as workaround.

@SailReal SailReal added type:bug Something isn't working storage:webdav labels Apr 11, 2023
@SailReal SailReal added this to the 1.9.0 milestone Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
storage:webdav type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant