Posted in Structr by Kai on Nov 13, 2021
Sometimes developing functionality requires our installation to have a valid certificate. There are many reasons, for example some JavaScript APIs are only available on HTTPS (for example navigator.mediaDevices
- see the full list). This works on localhost because some, if not all, browsers have an exception for localhost. But if we want to connect our mobile phone to that installation we will be getting errors if the connection is not secure.