ThatOneCalculator / google-chat-tauri

Google Chat as a native app on Linux, macOS, and Windows with Tauri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unacceptable TLS certificate when opening the application

lgraziosi opened this issue · comments

Hello, launching the AppImage, after the splash screen, this window opens up:

Screenshot from 2023-11-13 16-27-30

I'm on openSUSE 15.5 if that helps.
Thanks.

Can you provide more info on your system webview implementation? (i.e. opening devtools, seeing that engine it's running on, etc)

Also, do you have the latest SSL dependencies on your computer, like OpenSSL?

openSSL:

Loading repository data...
Reading installed packages...


Information for package openssl-1_1:
------------------------------------
Repository     : Update repository with updates from SUSE Linux Enterprise 15
Name           : openssl-1_1
Version        : 1.1.1l-150500.17.19.1
Arch           : x86_64
Vendor         : SUSE LLC <https://www.suse.com/>
Installed Size : 1.6 MiB
Installed      : Yes (automatically)
Status         : up-to-date
Source package : openssl-1_1-1.1.1l-150500.17.19.1.src
Upstream URL   : https://www.openssl.org/
Summary        : Secure Sockets and Transport Layer Security
Description    : 
    OpenSSL is a software library to be used in applications that need to
    secure communications over computer networks against eavesdropping or
    need to ascertain the identity of the party at the other end.
    OpenSSL contains an implementation of the SSL and TLS protocols.
hostname:~ # openssl version
OpenSSL 1.1.1l-fips  24 Aug 2021 SUSE release 150500.17.19.1

How should I open devtools to check the webview implementation?

Right click > "Devtools" or "Inspect"

image
These are the only option after the right click

Hmm... does Ctrl + shift + I yield anything?

Nope, nothing happens.