From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 20746779C1 for ; Mon, 2 Sep 2019 12:24:11 -0700 (PDT) Received: by mail-wr1-x442.google.com with SMTP id b16so14987954wrq.9 for ; Mon, 02 Sep 2019 12:24:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=geoffair-info.20150623.gappssmtp.com; s=20150623; h=subject:cc:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=Y+DdF30NIPAB+PthNn8+HKvNWH+f/Wrn2f5YNUPSGMw=; b=kBXkCpe/5snfmVIGrc104jzPoh8HcHAs+1ahULscLVMcsG2oXthVqcOfJs5Bmq1zbm WVi4T04AhrmtLo3QF1SeTnX5mY43iOaxA844xIb0XAFcVwdxbXnr5TfX2nDhFrw56WMy mrRWuwFa2/zk159Y6Qu/SKBJ7xOrwXBlAGoDa2r7Hq63BZeeALu13X1b2JpqnzWmh/KI Z8k2zlaoDS2L4Izbx0+965vHNCiQ9QeNjiNjxDO9xv/M9ZppW4efUjAo/eaNoi87yctO 0b1iXomafbBTdk2fklc9TlI2EIqkkBpFUVkeBi2VNq7xQRSG/41HwEfIlzgVoV61nQ5v qgyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=Y+DdF30NIPAB+PthNn8+HKvNWH+f/Wrn2f5YNUPSGMw=; b=eRdUKrmpJiWc3rPsOHCIIWqppZqV85S6GNA7+iiXvx2o0mfIpxo8oq6Ma3IqMg9CGC tihGbVnMOI63FzvVYqbXLr8AnxLwJpyiK7kiRpF0QOZ/TEho+FpwFgpx+FJTlI/Zlsda Xurucqdd6GZ5iYJiuFrf7wzG2/AhrKcTNPQVBM8q3H+c/xi33NCB5RyKe2YigaD7WMAF gZHVCMFlJeNGRcnHW34uGc12Jn+cvHQkUIURkwW/cjmVz3lNd0xCASlKACL0JFi6rSJM JA43b9AIrM60rcZuYL88oT4YzzKQknnAC6NM8/7G+fjh1BenI6YMIGzeJw7ZCifliT4i N/cA== X-Gm-Message-State: APjAAAW5/MWSYj7NvftKGmwIX5dnMObcHh7Q1zNVtTi4wfX8p2FHq+lT HJduvqCQ4typ9iy+p7yeHXAy0If2sJY= X-Google-Smtp-Source: APXvYqwc51geUWEfyGCIVoKQJqSYoPIq5YOliJDLPnkUS1zFlqnxJn2LA5J9Fg8OySFbIug9xU9Agg== X-Received: by 2002:adf:e852:: with SMTP id d18mr10578196wrn.225.1567452249349; Mon, 02 Sep 2019 12:24:09 -0700 (PDT) Received: from [192.168.1.16] (lfbn-idf2-1-265-150.w82-123.abo.wanadoo.fr. [82.123.105.150]) by smtp.googlemail.com with ESMTPSA id o25sm11418437wmc.36.2019.09.02.12.24.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Sep 2019 12:24:08 -0700 (PDT) Subject: Re: [edbrowse-dev] building on ubuntu Cc: Edbrowse-dev@lists.the-brannons.com References: <20190802032734.eklhad@comcast.net> From: Geoff McLane Message-ID: Date: Mon, 2 Sep 2019 21:24:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Hi Karl, I do not exactly understand your 'gnutls' vs 'openssl'... My Ubuntu 18.04.3 LTS sports - ~/Documents/edbrowse$ curl --version curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3 Release-Date: 2018-01-24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL which specifically mentions 'OpenSSL/1.1.1'... And using $ ldd /usr/bin/curl ... for SSL it shows -     libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f8f5db4b000) And more ~/Documents/edbrowse$ openssl version OpenSSL 1.1.1  11 Sep 2018 So unsure where 'gnutls' comes into this... As reported -  $ curl https://weloveanimals.me seems to work fine for me... But, yes Kevin, having `a little knowledge base going` is always a good thing... be it emails, lists, issues, README, google, whatever... It is always how to organize, such that 'it' can be found, remembered, when next encountered... that is identifying the 'it'... Regards, Geoff.