I am using the http pacckage with Flutter and am running my rest server locally for testing purposes. A year or so ago this worked, but now I think I need to have an SSL certificate even for testing.
I've tried a couple of step by steps using openssl, but both failed. One created the pem but not the cert file.
Is there any good step by step instructions on how to create an SSL cert for local host that I can use for Flutter development with http.
And do I need to use a certain ip address with it?
Or is this not needed and is there a better way to do this?