Project - NETMF Cobra III performing Https requests using ethernet ENC28 Module

I just posted NETMF Cobra III performing Https requests using ethernet ENC28 Module on Codeshare. Feel free to discuss and make suggestions here.

1 Like

Oh, sorry… found a bug in my code, for the https call the ssl certificate is not utilized as parameter in the sslStream.AuthenticateAsClient method. So at least the identity of the https Server is not guaranteed, surprising why then the download of -https://www.google.de worked at all. Still some things to find out…