3

I'm trying to enable https protcol for my application that I'm building on a localhost which has a port number like this:

https://localhost:19590/

enter image description here

I have went to the IIS xx express version and enabled https binding and have been able to access localhost (without any port number) via https like this:

https://localhost/

But now I need to enable HTTPS for the project solution I'm working on currently on port 19590, and when I try to access it, it says that the:

This site can’t provide a secure connection

What am I doing wrong here, how can I enable HTTPS for the localhost project on this port number exactly?

2
  • Anyone guys ? =) Commented Jul 18, 2017 at 14:08
  • I saw someone replied, but deleted the reply before I could read? Commented Jul 18, 2017 at 14:23

1 Answer 1

3

In your project properties, in the web section under Servers can you try choosing Local IIS instead of IIS Express and create virtual directory on https://localhost/

Sign up to request clarification or add additional context in comments.

1 Comment

Or your question might be a replica of this: stackoverflow.com/questions/21202885/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.