Michael Sync - Crisp, minimal personal blog
Michael Sync

Michael Sync

Crisp, minimal personal blog

03 Nov 2021

AWS Console - Unified search service is unavailable

The AWS Unified search service is very helpful feature that I often use to go to the AWS resource that I need to look at. but it's suddenly broken since a couple of weeks ago. Here is the solution that I found.
25 Oct 2021

Powershell - The underlying connection was closed error or TLS issue

The older version of TLS (e.g. 1.0, 1.1) are deprecated and vulnerable. If you are still on old OSs, you will get this error.
15 Sep 2021

Outlook - Need Password but no prompt

Outlook is acting up. I guess it doesn't like a new OS build upgrade. It said it need my passport but it doesn't prompt me anything. It took me 30-40 mins to try a few solutions. Here is the solution that works for me.
14 Sep 2021

ASP.NET Core Web API - Unable to connect to web server 'IIS Express'

On one of those bad days, you suddenly get this error when you open up your Web API project on Visual Studio 2019. Yap! This happened to me. Here is how I fixed it.
05 Sep 2021

HTTP Error 500.30 - ANCM In-Process Start Failure when using Swagger in ASP.NET Core Web API project

You've used the swagger + Web API for many times but now, you are getting this 500.30 error and you can't figure out why. Your gut tell you that there might be some tiny mistakes that you made somewhere. Does it sound familiar?