You are not logged in.
Pages: 1
I need to limit security protocols on client side(e.g. allow only TLS 1.2 and reject all others)
Here is my suggestion how to implement it.
https://github.com/synopse/mORMot/pull/406
Offline
Please check now. Now I've removed constructors and implemented a virtual function GetSecureProtocols, which can be overridden in descedants
Offline
Pages: 1