Jump to content

Brendan

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Brendan

  1. On 7/13/2020 at 7:41 AM, Vangelis said:

    No idea to be honest as i have a lot of work atm and i am also moving my company so there is no time 

    Can you add support for later versions of SSL, also if it's open source I might be able to contribute and help out!

     

    If you've already configured the application to support SSL/TLS then it should be super easy to add more protocol types

    .SecurityProtocol = SecurityProtocolType.Tls11
            | SecurityProtocolType.Tls12
            | SecurityProtocolType.Ssl3;

     

×
×
  • Create New...