ユーザーが企業のラップトップからインターネット バンキングの Web サイトにアクセスしようとすると、HTTPS 接続エラーが発生します。その後、ユーザーは携帯電話でブラウザを開き、同じインターネット バンキングの Web サイトに問題なくアクセスできます。次のセキュリティ構成のうち、エラーの原因である可能性が最も高いのはどれですか?
正解:C
Just using SSL and HTTPS doesn't fully protect your data. Instead, certificate pinning currently tops the list of ways to make your application traffic secure. and it looks like the corporation laptop browser is not capable of doing so but mobile OSs on the other hand allow for Certificate pinning. This helps thwart man-in-the-middle attacks.