MIUI and tethering

My smartphone is a Xiaomi Redmi Note 3 Pro, running the “Global” MIUI ROM. Some days ago I brought a SIM card from a new italian operator, ho-mobile, which allows to use the tethering feature of the phone to connect external devices to the Internet. I faced some problems before being able to use that feature… this…

IIS, mutual authentication using SSL certificates

Not everyone knows that IIS (Internet Information Services), the webserver included in Windows Server, offers the possibility to perform mutual authentication using SSL certificates. You probably saw that, within the site’s SSL configuration, you can require an SSL client certificate to the client that is connecting: in this case, IIS only verifies that the submitted certificate…

IIS, how to debug HTTP errors

Today I faced a problem during the setup of a new application: if I opened a browser and entered the URL of the application, I got the following error message To be able to identify the root cause of the error, I found a new feature added in the latest versions of Microsoft IIS (Internet Information Services):…