-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Certificate Installation Instructions #318
Comments
Actually, this should be completely useless. The URI contains the certificate already, so the app should be able to use it. Zap can do it. Also please see an issue at Zap where we discuss improvements to the TLS UX. |
For now it's needed. Moving forward we will write some native code to prompt the user to auto-import on Android. I need to see if that's possible on iOS |
Why not do it the way Zap does it then? It's much better UX, no prompt needed and it works. It's also possible on iOS (I worked with some custom TLS verification code for iOS in the past.) |
@Kixunil Zap uses GRPC instead of REST. With a GRPC client you can easily specify a self-signed cert to accept from the server, it's not as straightforward with REST and React Native. |
@Kixunil would appreciate some help with making this better on iOS if you are able to, just lmk! |
Wanted to look into it better but I'm low on time lately. Apple documented the API quite reasonably, so shouldn't be a huge problem but feel free to ping me and ask about specific things if you hit issues. |
Describe the bug
Instructions should mention that the file type should be changed to .crt if it is a .cert. Android won't let you install it otherwise.
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: