I have a asp.net web api. .Net 5.0
It is deployed to a server running under Kestrel, not IIS.
It is not configured for SSL.
Why is it I get a certificate error trying to access an endpoint remotely?
I have a asp.net web api. .Net 5.0
It is deployed to a server running under Kestrel, not IIS.
It is not configured for SSL.
Why is it I get a certificate error trying to access an endpoint remotely?
Hi @WILLIAMBEHNING-8606,
Can you share your relevant code with us? This way you can better understand your problem, you can read this article first, which may be helpful to you.
2 people are following this question.