AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

I get an error when the backend changes the ssl certificate #55

Open rsyd29 opened 1 year ago

rsyd29 commented 1 year ago
Screenshot 2023-06-09 at 23 25 44

I get an error when the backend changes the ssl certificate, how do I get the allow certificate to be true?

this error from debugPrint signalR error SignalR Error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

Thank you