mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1445] iOS App + Custom CA = SSL Error #963
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#963
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DaCHack on GitHub (Feb 27, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1445
Subject of the issue
I did a lot of research and found a lot of hints but anyways did not get my iOS app to work.
My iOS 14.4 on iPad Pro does not accept the server's certificate even though the root CA was added as a .p12-profile.
On Windows 10 / Google Chrome everything works like a charm.
Any chance that you can help me fix this? Or am I fighting a bug here?
Your environment
Steps to reproduce
(SHA-512,
X509v3 Key Usage critical: Digital Signature, Key Encipherment, Data Encipherment, Key Agreement, Certificate Sign, CRL Sign
X509v3 Extended Key Usage critical: TLS Web Server Authentication)
(X509v3 Extended Key Usage: TLS Web Server Authentication
X509v3 Subject Alternative Name: IP Address:192.168.1.1, IP Address:192.168.1.2, IP Address:192.168.1.3, IP Address:192.168.1.4, DNS:*.fritz.box, DNS:server.fritz.box
Expected behaviour
Some websites indicate that one should see the imported root CA in iOS under "General" -> "Info" ->"Certificate Trust..." but for me it is not visible there. Other websites indicate that this is not needed anymore as long as the CA is showing as "validated" under "General" --> "Profiles" (which is true for me)
Actual behaviour