Allow to skip the CA certificate Validation. This fixes #6#7
Allow to skip the CA certificate Validation. This fixes #6#7joaomatossilva wants to merge 1 commit intotinify:masterfrom
Conversation
|
I'm not sure about this. Shouldn't it be a compile time flag? Very few API users will create a In any case omitting |
|
In order to make it a compile time flag, you would need to create two diferent libraries. One with and another one without. I got the impression this was going just to be a fallback while Microsoft has issues with the just supporting the OpenSsl. By ommitting the ServerCertificateCustomValidationCallback I was just falling back to the originalo behaviour of the HttpClient. |
No description provided.