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
Hello!
I have written a backend script in python's FastAPI framework and I have added a self signed certificate to make the connection secure via HTTPS. Now my question is, since most of the flutter applications would require a proper CA validation, how to enable socket connection for API which is using a self signed certificate?
The text was updated successfully, but these errors were encountered:
Hello!
I have written a backend script in python's FastAPI framework and I have added a self signed certificate to make the connection secure via HTTPS. Now my question is, since most of the flutter applications would require a proper CA validation, how to enable socket connection for API which is using a self signed certificate?
The text was updated successfully, but these errors were encountered: