mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #312] Certificate issue in iOS 14 #199
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#199
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 @starostin on GitHub (Nov 22, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/312
Hi. I am using mkcert and it works great on my mac. Also it worked fine on the iOS 13. But on 14 iOS I have an issue

I have done all steps from the readme. But still no success. What could be wrong?
@FiloSottile commented on GitHub (Nov 22, 2020):
This is not a certificate issue. The problem is that the TLS server implementation you are using does not support TLS 1.2 which is now required by iOS.
@starostin commented on GitHub (Nov 22, 2020):
Oh, thanks a lot. I did not know that. You saved me a lot of time