On 19.11.2018 18:17, Andrea Pescetti wrote:
> Pedro Lino wrote:>> On November 19, 2018 at 12:52 AM Branko Čibej wrote:
>>> It looks like you found the real problem:
>>> $ curl -sviI --tlsv1.0 https://ooo-updates.apache.org/
>
> This makes sense, but I still don't understand it as the full
> explanation.
>
> I mean, if this is due to bundled libraries then why do the same
> binaries produce different results on different systems?
>
> This is config.log from my test 4.1.6 build (done on CentOS 7):
>   ---
> configure:16978: checking which libnss to use
> configure:17076: result: internal
> configure:17088: checking which libssl to use
> configure:17194: result: internal
>   ---
> so this should mean we are using bundled libraries.
>
> Then I copy the produced binaries to Ubuntu 16.04 and to Fedora 26
> (these happen to be the machines that I setup for this test).
>
> On CentOS 7 (where it was built):
> $ ./soffice https://ooo-updates.apache.org/index.html   # Fails
> $ ./soffice https://fosdem.org                          # Succeeds
> $ curl -sviI --tlsv1.0 https://ooo-updates.apache.org/  # Fails
>
> On Ubuntu 16.04:
> $ ./soffice https://ooo-updates.apache.org/index.html   # Fails
> $ ./soffice https://fosdem.org                          # Succeeds
> $ curl -sviI --tlsv1.0 https://ooo-updates.apache.org/  # Fails
>
> On Fedora 26:
> $ ./soffice https://ooo-updates.apache.org/index.html   # Succeeds!
> $ ./soffice https://fosdem.org                          # Succeeds
> $ curl -sviI --tlsv1.0 https://ooo-updates.apache.org/  # Fails
>
> Does the current explanation actually explain why the first command
> succeeds on Fedora? (of course, this also reflects in GUI, where the
> check for updates only succeeds on Fedora).


No ... but checking which OpenSSL library is actually used at runtime
just might.

Just now I downloaded 4.1.6 and installed it on a VM running XUbuntu
14.04. I didn't find libcrypto.so or libssl.so in the install tree, nor
are they mentioned by ldd. Opening fosdem.org or ooo-updates.apache.org
just hangs.

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to