Add SSL for web application without domain registered

moris27 51 Reputation points
2021-07-03T09:34:58.043+00:00

I have a .NET winform application that connects to a remote database on a VPS (windows 2016 server), the connection is made through OpenVpn because it was necessary for certain functions to be used on the mobile phone as well, an extension was made with Angular + .NET Core, as there is no domain, access is made through the browser directly based on the IP,the authentication is done with JWT. The browser shows in the bar the exclamation mark and in details ‘Your connection site is not secure’ The application is not necessarily public, the number of users is small <10.

I don't know SSH and I said to ask you for an opinion, can the web application be secured without the need for a domain?

Is there anything free?

thank you

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,209 questions
{count} votes

1 answer

Sort by: Most helpful
  1. moris27 51 Reputation points
    2021-08-24T10:37:25.277+00:00

    Hi,I've used the document,but at Step 3-10 (Configuration Editor) I don't have that options, just have: Collection(Count=0) and file(empty)
    I put also
    "ClientAuthTrustMode"=dword:00000002
    "SendTrustedIssuerList"=dword:00000000 for [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL]

    On browser I got 'Your connection is not secure'

    thanks

    0 comments No comments