gameontext / gameon

The root repository provides mechanics to set up a local environment for building and testing rooms.
http://gameontext.org
Apache License 2.0
58 stars 37 forks source link

Failed GitHub login #122

Closed ebullient closed 6 years ago

ebullient commented 6 years ago

hawkmoonv (@hawkmoonv) reported (and I confirmed):

Error when trying to log in via Github As of today 02/23/18, I am receiving the following error when attempting to login via Github: Error 500: javax.net.ssl.SSLException: Reveived fatal alert: protocol_version

Logging in via google appears to still work correctly as well as via Facebook. I believe this would need to be resolved on your end, Gitbook...

ebullient commented 6 years ago

Google authentication was also broken with a related certificate issue. Partly fixed by https://github.com/gameontext/gameon-auth/pull/35 and https://github.com/gameontext/gameon/pull/123

ebullient commented 6 years ago
auth              | *** ClientHello, TLSv1
auth              | RandomCookie:  
***
auth              | Default Executor-thread-7, WRITE: TLSv1 Handshake, length = 100
auth              | Default Executor-thread-7, READ: TLSv1 Alert, length = 2
auth              | Default Executor-thread-7
auth              | , RECV TLSv1.2 ALERT:  
auth              | fatal, 
auth              | protocol_version
ebullient commented 6 years ago

Resolved by https://github.com/gameontext/gameon-auth/pull/36