You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@drugsosos i think only ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, should also work.
Based on this description: TLS server certificates must contain an ExtendedKeyUsage (EKU) extension containing the id-kp-serverAuth OID.
I think you just skipped a step of generating a leaf cert after you generated the CA cert because it kind of looks like you're using your root CA as your server certificate.
Environment
mkcert -version
): v1.4.4What you did
mkcert -install
What went wrong
Basically nothing, everything still works fine, but Proxyman always throws an error in my face at launch
It turns out that EKU is required for MacOS ≥10.15 link to apple article
The text was updated successfully, but these errors were encountered: