mediar-ai / screenpipe

rewind.ai x cursor.com = your AI assistant that has all the context. 24/7 screen & voice recording for the age of super intelligence. get your data ready or be left behind
https://screenpi.pe
MIT License
9.52k stars 552 forks source link

[bug] screenpipe self signed certs issue - tls connection init failed #730

Open zy31415 opened 11 hours ago

zy31415 commented 11 hours ago

describe the bug brief description of the bug.

to reproduce

  1. Install screenpipe via homebrew
  2. Start screenpipe via command line

expected behavior Seeing the following error:

2024-11-21T19:08:28.461123Z ERROR screenpipe: continuous recording error: request error: https://huggingface.co/openai/whisper-large-v3-turbo/resolve/main/config.json: Connection Failed: tls connection init failed: invalid peer certificate: UnknownIssuer

system info

additional context It's related to a self signed certificate. The certificate is trusted in the MacOs KeyChain. However, it is not recognized by screenpipe. Is there a way to let screenpipe trust this self signed cert?

linear[bot] commented 11 hours ago

MED-311 [bug] screenpipe self signed certs issue - tls connection init failed

louis030195 commented 11 hours ago

are you in china or behind firewall?

zy31415 commented 11 hours ago

Located in North Americas. I am on a corporate laptop so behind VPN/firewall stuff.

zy31415 commented 11 hours ago

Update: If I stop the corporate VPN (GlobalProtect), the problem is gone.