Logging via GitHub does not work!
ilgrosso opened this issue · 7 comments
...and I don't know how to recover: when trying to reset my password, an error message says there is no local password to reset (of course...)
Can you help, please?
I have tried to send this issues as e-mail to contact@artifact-listener.org, got an error back.
I can't sign in with github as well.
I get this error message :
"An unexpected error occurred during the authentication process."
@olivierdepriester anything interesting in the log?
Could be linked to GitHub recently removing weak crypto standards, including TLS 1.1 for HTTPS communications : https://githubengineering.com/crypto-removal-notice/
Good catch, last time I discussed with @olivierdepriester, he told me it was still using JDK 7.
@olivierdepriester any chance you could update the server to use the latest JDK 8 (not a JDK 9, I'm pretty sure we would have issues with this one). It should just be a matter of unpacking the Oracle archive and change a symlink and then restart the server.
I've moved to JDK 8. The problem should be solved.
I confirm it works now, afte long time, thanks!