Base solution for your next web application
Open Closed

Debugging with SSL #5080


User avatar
0
inzone created

Hello,

For some external integrations that use redirects to the AspNetZero based application I need to debug with SSL (HTTPS) I've tried enabling SSL to the project, but I am getting no response when trying to access the HTTPS URL.

Any further steps to be done in order to fully enable SSL to the AspNetZero solution?

Thank you!


2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    hi,

    This is out of AspNet Zero development scope. But you can find how to work with HTTPS in AspNet <a class="postlink" href="https://blogs.msdn.microsoft.com/webdev/2017/11/29/configuring-https-in-asp-net-core-across-different-platforms/">https://blogs.msdn.microsoft.com/webdev ... platforms/</a>

  • User Avatar
    0
    arminm created

    Found this little GEM:

    Conveyor

    try it out. works a charm.