Test of 3.0

Hi FlightAware,

i get the sample from GitHub below and try, but failed to run with the error, can i know how to solve?

updated the UserName and password, and also the wsdl:
client.ClientCredentials.UserName.UserName = “tw00030408”;
client.ClientCredentials.UserName.Password = “XXXXX”;

and it return the error when “client.AirportBoards” :

{“An error occurred while making the HTTP request to https://flightxml.flightaware.com/soap/FlightXML3/op. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server.”}

This usually occurs with older versions of .NET or unpatched systems. Microsoft’s documentation here: Transport Layer Security (TLS) best practices with the .NET Framework - .NET Framework | Microsoft Docs