From 85c8a46c892908d9bee4a17c40b94ec0661c194d Mon Sep 17 00:00:00 2001 From: jvelilla Date: Thu, 21 Sep 2017 08:07:11 -0300 Subject: [PATCH] Update Readme.md with a note about ciphers implementation. --- library/network/http_client/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/network/http_client/README.md b/library/network/http_client/README.md index 288ad58d..6a995c8c 100644 --- a/library/network/http_client/README.md +++ b/library/network/http_client/README.md @@ -10,6 +10,9 @@ It provides simple routine to perform http requests, and get response. - Eiffel Net library - and optionally Eiffel NetSSL library to support `https://...` +* Note: set ciphers settings is supported only with libcurl implementation for now, net implementation +set all the ciphers as part of the OpenSSL initialization. + This means on Windows, do not forget to copy the libcurl.dll (and related) either in the same directory of the executable, or ensure the .dll are in the PATH environment. It is possible to exclude the libcurl implementation xor the Eiffel Net implementation: