flutter_uploader
flutter_uploader copied to clipboard
Support for SSL server and client certificates
Hello, My server only allows collection from sources with a SSL client certificate. How can I add one to this plugin's connexion?
It's not supported just yet. The underlying frameworks (Okhttp & NSUSLSession) should support it though.
thanks, so I can't use this plugin?
Not at the moment, we do welcome a PR. From your work with Client certificates, is there a way to configure a host to client certificate "mapping" globally? If so, you may be able to import OkHttp classes and set a default security config or similar.