synopse / mORMot

Synopse mORMot 1 ORM/SOA/MVC framework - Please upgrade to mORMot 2 !
https://synopse.info
785 stars 323 forks source link

Added possibility to limit supported security protocols for TWinHttp #406

Closed VadymOrel1 closed 2 years ago

VadymOrel1 commented 2 years ago

I need allow to connect to server only with TLS 1.2. In other case client should terminate connection. Here is my suggestion how to implement it without breaking changes

synopse commented 2 years ago

Your pull request has conflicts with the current trunk, so can't be merged.

I have implemented it with a virtual method at protocol level (for both mORMOt 1 and mORMot 2)

Hope it is fine for you.