Forum Discussion
ashrafkotb
5 years agoHelper I
SSL connection error when connecting to localhost
Hello, I'm trying to connect to a local REST API installed on my machine. When I try to connect to: https://localhost:5000/v1/api/ I get an error as: The underlying connection was closed: C...
lbendlin
5 years agoSuper User
use a http connection, not https . Note that this is not a good idea in general.
ashrafkotb
5 years agoHelper I
I tried that. Didn't connect at all.