I have developed an Excel add-in, and trying to run it I get the following error:
"The content is blocked because it isn't signed by a valid security certificate."
- The add-in is a taskpane developed in Visual Studio
- I've deployed the add-in with Microsoft 365 admin center
- The add-in is hosted on a server running IIS, on port 443
- I'm connected to the server via VPN.
I've tried
- creating a self-signed certificate in IIS manager, and installing it in the client machine's Trusted Root Certification Authorities
- creating a certificate in Visual Studio, importing it to IIS, installing it on the client
- adding the server's IP to the client's trusted sites
- ports 4433 and 443
- setting the add-in's binding to "All unassigned"
- something I've already forgotten
Somehow the add-in works in the web version of Excel.