Floobits/flootty

SSL Certificate Failure

FatBoyXPC opened this issue · 1 comments

When I try connecting to a terminal in a workspace I see this:

➜  ft flootty --url https://floobits.com/[redacted/[redacted test_terminal
Terminal is safe. Other users will not be able to send [enter]
Connecting to https://floobits.com/[redacted]/[redacted]
Error connecting: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045).

^CTraceback (most recent call last):
  File "/usr/bin/flootty", line 11, in <module>
    load_entry_point('Flootty==3.2.1', 'console_scripts', 'flootty')()
  File "/usr/lib/python3.7/site-packages/flootty/flootty.py", line 366, in main
    f.select()
  File "/usr/lib/python3.7/site-packages/flootty/flootty.py", line 461, in select
    call_timeouts()
  File "/usr/lib/python3.7/site-packages/flootty/flootty.py", line 133, in call_timeouts
    timeout()
  File "/usr/lib/python3.7/site-packages/flootty/flootty.py", line 114, in timeout_func
    func(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/flootty/flootty.py", line 735, in connect_to_internet
    self.sock.connect((host, port))
  File "/usr/lib/python3.7/ssl.py", line 1141, in connect
    self._real_connect(addr, False)
  File "/usr/lib/python3.7/ssl.py", line 1132, in _real_connect
    self.do_handshake()
  File "/usr/lib/python3.7/ssl.py", line 1108, in do_handshake
    self._sslobj.do_handshake()
KeyboardInterrupt
ciao.
➜  ft

I'm on Arch linux if that matters.

Looks like this was resolved via 11d3de3