https://bz.apache.org/ooo/show_bug.cgi?id=127789
--- Comment #38 from Ariel Constenla-Haile <[email protected]> --- The office update feed is https://ooo-updates.apache.org/aoo417/check.Update The extensions' update feed is https://extensions.openoffice.org/ExtensionUpdateService/check.Update extensions.openoffice.org supports TLSv1.1 and TLSv1.2 ooo-updates.apache.org supports TLSv1.2 On Linux you can try with the following commands: nmap --script +ssl-enum-ciphers -p 443 ooo-updates.apache.org nmap --script +ssl-enum-ciphers -p 443 extensions.openoffice.org OpenOffice/serf is trying to connect only with TLSv1.0, thus the error: [2019-10-27T13:41:12.526747-03] buckets/ssl_buckets.c: SSL_connect:before/connect initialization [2019-10-27T13:41:12.526903-03] buckets/ssl_buckets.c: bio_bucket_write called for 117 bytes [2019-10-27T13:41:12.526982-03] buckets/ssl_buckets.c: SSL_connect:SSLv2/v3 write client hello A [2019-10-27T13:41:12.527039-03] buckets/ssl_buckets.c: bio_bucket_read called for 7 bytes [2019-10-27T13:41:12.527075-03] buckets/ssl_buckets.c: bio_bucket_read received 0 bytes (70014) [2019-10-27T13:41:12.527135-03] buckets/ssl_buckets.c: SSL_connect:error in SSLv2/v3 read server hello A [2019-10-27T13:41:12.527188-03] buckets/ssl_buckets.c: ssl_encrypt: SSL write: -1 [2019-10-27T13:41:12.527311-03] buckets/ssl_buckets.c: ssl_encrypt: SSL write error: 2 [2019-10-27T13:41:12.527352-03] buckets/ssl_buckets.c: ssl_encrypt: SSL write error: 120103 0 [2019-10-27T13:41:12.527392-03] buckets/ssl_buckets.c: ssl_encrypt read agg: 120103 70014 11 117 [2019-10-27T13:41:12.527437-03] buckets/ssl_buckets.c: ssl_encrypt finished: 120103 117 (8 1 9) This is broken with every server that doesn't support TLSv1.0, a setting quite common nowadays; try for example to open https://bitbucket.org/lifia-oop/practicas-objetos-1/src/master/README.md bitbucket.org supports only TLSv1.2 -- You are receiving this mail because: You are the assignee for the issue.
