SSL certificate is installed on iis and website but in browser is unknown

58 Views Asked by At

I have WebApi project in .net 3.1 that i deploy it on IIS And i creat self-signed certificate on IIS

Image from IIS There is my biding to defalt web site

When i browse to the defalt website i get that the site is secure: enter image description here

But when i browse to the appliction i get that the site is not secure: enter image description here

What could cause the problem?

I try to have permissions to my appliction by add iis_iusrs And i expect to receive secure access (ssl cert) when accessing my application

1

There are 1 best solutions below

0
On

You probably have not setup binding or it is not set up correctly. It's hard to be more specific with just the information you have shown in screenshots here.

Also, the screenshot where you show the ssl cert is not showing is also giving you a 404 error. Have you tested with another app page that is working?

Further reading: