flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

Support for SSL server and client certificates

Open julien-h2 opened this issue 5 years ago • 3 comments

Hello, My server only allows collection from sources with a SSL client certificate. How can I add one to this plugin's connexion?

julien-h2 avatar May 18 '20 08:05 julien-h2

It's not supported just yet. The underlying frameworks (Okhttp & NSUSLSession) should support it though.

ened avatar May 18 '20 08:05 ened

thanks, so I can't use this plugin?

julien-h2 avatar May 18 '20 08:05 julien-h2

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.

ened avatar May 24 '20 19:05 ened