You have to use the HTTP protocol instead, as you don’t need to use a SSL Certificate.
Change it from:
https://localhost:8080
To:
http://localhost:8080
Then you should not have the error again.
You have to use the HTTP protocol instead, as you don’t need to use a SSL Certificate.
Change it from:
https://localhost:8080
To:
http://localhost:8080
Then you should not have the error again.