gitahead / gitahead

Understand your Git history!
https://gitahead.com
MIT License
1.84k stars 248 forks source link

TLS initialization failed #657

Open softplaceio opened 5 months ago

softplaceio commented 5 months ago

Hi everyone, I'm having an error with Gitahead. When trying to log in it says: TLS initialization failed

~  uname -r                                                                                                                              ✔ 
6.9.0-1-MANJARO

~  which openssl                                                                                                                ✔ 
/usr/bin/openssl

~  gitahead --version                                                                                                                    ✔ 
GitAhead 2.7.0

~  openssl --version                                                                                                                 INT ✘ 
OpenSSL 3.3.0 9 Apr 2024 (Library: OpenSSL 3.3.0 9 Apr 2024)

~  pacman -Qs openssl                                                                                                       INT ✘ 
local/lib32-openssl 1:3.3.0-1
local/lib32-openssl-1.1 1.1.1.w-1
local/libevent 2.1.12-4
local/openssl 3.3.0-1
local/openssl-1.1 1.1.1.w-1
local/pkcs11-helper 1.30.0-1
local/python-pyopenssl 24.0.0-2
local/xca 2.6.0-1
local/xmlsec 1.3.4-1

Something I tried GitAHead -> Tools -> Options -> Edit Config File

[user]
    name = xxx
    email = xxx@xxx.xxx
[global]
[credential]
    helper = cache
[http]
   sslVerify = true
    sslcapath = /etc/ssl/certs
    sslCAInfo = /etc/ssl/certs/ca-bundle.crt
    sslBackend = openssl
    schannelCheckRevoke = false

image

Thanks !

softplaceio commented 5 months ago

Solved using GitAhead 2.6.3 (Old Version)