Updated README.md with configuration topics related to libcurl or net disabling.

Fixed ssl test by precising insecure ssl.
This commit is contained in:
2015-09-16 00:00:30 +02:00
parent 6c7637716b
commit 65b28ed877
2 changed files with 45 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ feature -- Test routines
h: STRING_8
do
sess := new_session ("https://www.eiffel.org")
sess.set_is_insecure (True)
if attached sess.get ("/welcome", Void) as res then
assert ("Get returned without error", not res.error_occurred)
create h.make_empty