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
Thank you for opening this issue! Can you provide more information on which OpenSSL version you are using and try to generate a self-contained example to reproduce the exception? Also, could you post the full stack trace?
I have run into the same issue. I have a Flutter plugin that I am trying to convert to a pure Dart package. When I run this code in the Flutter plugin, it works fine; however, it fails in the pure Dart package.
In the Flutter plugin, there is a .podspec with the line s.dependency 'OpenSSL-Universal' in my ios and macos folders. I don't know if I added that myself or if it was auto-generated. Since pure Dart doesn't use cocoa pods, this isn't an option for the Dart package. I assume this is where the issue is. Also, in both cases, I am running my plugin/package in a Flutter app on an iPhone simulator.
Thank you for your comment, @babincc, and the additional context! Do you know which versions of OpenSSL you have installed locally and via OpenSSL-Universal in your Flutter plugin?
Exception generate when attempting to connect:
The text was updated successfully, but these errors were encountered: