Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 515 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 515 Bytes

Test-WebServerSSL

Test-WebServerSSL Powershell function

Test task:

  1. Write a PowerShell function that should connect to a remote site with known bad certificate (https://wrong.host.badssl.com/) and return the remote certificate details (certificate CN and thumbprint).
  2. Share a code with us in github repository Powershell function is allowed to use NetFramework/dotnet core libraries if required. No third party tools/utilities like openssl are allowed. Expected code volume is ~70 lines of code or below.