-
Notifications
You must be signed in to change notification settings - Fork 88
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
[Feature request]: Support for Self-Signed Certificates #531
Comments
Self signed websites can be dangerous. |
I know, but I trust my self-hosted server. |
I get the certificate when a bad certificate was recognized . We could make it more secure when saving the Sha1 when adding https://api.flutter.dev/flutter/dart-io/X509Certificate-class.html |
This would be the last feature request I will add for the 2.0 stable. After this, I will add the next issues in 2.0.1 or 2.1 |
Is this a question to me or to your fellow Devs? |
i ask you, i currently have no other devs |
Oh okay. I am not sure how to understand the Question. Alternatively Android allows for installing additional CA-Certificates, which some Apps just accept. Is your idea to upload the certificate to the App? |
Yeah, i think that would be more overload for such a small feature. |
The Fingerprint is shown very weirdly (only special characters from foreign languages, the actual fingerprint is in the format A1:B2:D5:... (Only Hex numbers), but the connection works. |
Hmm, theoretically it does it automatically. Maybe the sync code isn't working really good. I wrote it a year ago. If you want to have a reliably connection, the nextcloud sync app could work. And I will look how I can improve the format |
Using the Nextcloud Sync App would be the best solution! But I don't get that to work either :/ I now also got a new Problem with the DAV connection: |
I'm on it, i think i found the problem. I let you know when I fixed it |
Fixed, can you try out this build if it is done: c04f8a1 |
Here is the link to the build: https://github.com/LinwoodDev/Butterfly/actions/runs/7059068970. |
Added in 2.0.0-rc.0. |
Is your feature request related to a problem? Please describe
I have a Nextcloud Server with HTTPS that uses a Self-Signed Certificate.
When I want to add a DAV remote to Butterfly 2.0.0-beta.15 i get a Handshake Error that states that the validation of the certificate failed.
Describe your feature request!
Add a Checkbox in the Menu where you enter the URL and Login-Data for a new DAV Connection.
When it is checked Self-Signed Certificates are allowed.
Additional context
Maybe this gets resolved with the Nextcloud-Support Ticket?
Code of Conduct
The text was updated successfully, but these errors were encountered: