I have the following scenario:
- A network will be set up on a Windows infrastructure
- A website will be put on that network - It is not given a domain name and is not available on the internet. It will be addressed only via an internally recognised IP address.
- A piece of software within that network will communicate with the website (we want to avoid the 'Could not establish trust relationship issue' found with self-signed certificates without reducing security as, I believe, the accepted answer does).
- The website will also be viewed on tablets and PCs.
- After a few days, the service will be be put on a different network (with different IPs).
- It will installed on many PCs/Networks.
I want to secure this via SSL, but it seems tricky following the 2015 update that disallowed IP addresses to have certificates.
This post suggests going via a public IP, but the solution may be completely offline in an area without internet access.
I've spent hours researching, but seem to be missing something.
How should this be done please?