Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614226 - timberdoodle cannot reach gitlab.com
Summary: timberdoodle cannot reach gitlab.com
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Dev box issues (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-29 17:59 UTC by Matt Turner
Modified: 2017-06-23 21:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2017-03-29 17:59:15 UTC
$ git clone http://gitlab.com/gnutls/gnutls
Cloning into 'gnutls'...
fatal: unable to access 'https://gitlab.com/gnutls/gnutls/': Unknown SSL protocol error in connection to gitlab.com:443

Works on bogsucker, which I think is the same physical machine?
Comment 1 James Le Cuirot gentoo-dev 2017-03-29 20:12:43 UTC
I believe it is the same physical machine, yes. As I said on IRC, I would have expected this more from bogsucker as that system was largely cross-compiled. timberdoodle is still the same old system as before with some updates applied. There are absolutely no iptables rules in place. curl hangs here.

$ curl -v https://gitlab.com
* Rebuilt URL to: https://gitlab.com/
*   Trying 52.167.219.168...
* TCP_NODELAY set
* Connected to gitlab.com (52.167.219.168) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
Comment 2 James Le Cuirot gentoo-dev 2017-03-29 20:13:33 UTC
Also worth noting is that timberdoodle has exactly the same kernel configuration as bogsucker, bar the endianness.
Comment 3 Matt Turner gentoo-dev 2017-06-20 05:58:26 UTC
bogsucker doesn't work now either.

Who maintains these systems? Does anyone give a shit?
Comment 4 James Le Cuirot gentoo-dev 2017-06-20 07:05:26 UTC
I kinda passed the baton after initially setting them up though I don't know if anyone really picked it up. :| I never intended my commitment to be long term. Still, I did look into it and I couldn't figure it out at all.
Comment 5 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-06-23 20:43:20 UTC
I've fixed both, the issue was the mtu being off, was 1500, should have been 1450.
Comment 6 Matt Turner gentoo-dev 2017-06-23 21:05:41 UTC
Thank you so much. I can happily confirm that it works now!