Re: Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-10 Thread Christian Hammond
Hi Eric, rbt does have a debug option: --debug. It just won't help for the SSL info, as Python (which is responsible for the SSL usage) doesn't log anything about it. As for installation, let me provide an overview of how these various methods install packages. The RBTools.pkg we provide is

Re: Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-10 Thread 'Eric Johnson' via reviewboard
Thanks so much for the reply On Sat, Sep 10, 2016 at 2:14 AM, Christian Hammond wrote: > Hi Eric, > > RBTools itself isn't handling SSL/TLS, and has no awareness of the various > protocols/ciphers. We use Python's urllib2 to establish the connections, > and that's

Re: Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-10 Thread Christian Hammond
Hi Eric, RBTools itself isn't handling SSL/TLS, and has no awareness of the various protocols/ciphers. We use Python's urllib2 to establish the connections, and that's going through the ssl module. I don't have a good answer on next steps here, but it's not an issue that'll be specific to RBTools

Re: Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-09 Thread eric via reviewboard
Some follow-on information. I grabbed my Apache configuration for the server from https://mozilla.github.io/server-side-tls/ssl-config-generator/ Initially, I tried the "Modern" configuration. When I switch to the "Intermediate" configuration, it starts working. I updated my logging on the

Attempted to switch my server to HTTPS, and rbt setup-repo reports SSLV3_ALERT_HANDSHAKE_FAILURE

2016-09-09 Thread eric via reviewboard
The specific, full message is this: ERROR: Could not reach the Review Board server at : SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:590) This is not a self-signed certificate. My web browsers all work fine when I connect to the site. When I do