-
Notifications
You must be signed in to change notification settings - Fork 15
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
is there support to select/send a client certificate(for authentication PKCS12) during the TLS handshake? #22
Comments
It seems to be possible in OkHttp and NSURLSession. It's quite complicated though. I'll accept PR's for it |
Can you tell me how to do it? I would be very gratefull. |
I linked two pieces of code how to implement it in native code, meaning it would technically be possible to implement it into this plugin, but it's not currently supported. |
Thank you for answering so quickly. I am going to try to implement it, but I don't know if I will succeed as I have never developed native code. |
Hello, I am overwhelmed. I've been trying for three weeks but I can't find it. Could you help me how to do it. |
Can you tell me how far you came in your approach? Any repo on Github that I can take a look at? |
my api request requires a client certificate (pkcs12). Can I send/select during the request?
The text was updated successfully, but these errors were encountered: