Opened 6 years ago

Closed 6 years ago

#3197 closed bug (Fixed)

SSL error

Reported by: efhalo Owned by:
Priority: blocker Milestone: not applicable
Component: Core Version: 1.3.15
Keywords: Cc:

Description

Hi!

I got this when i started deluged demon:

[ERROR   ] 21:54:28 config:390 No JSON object could be decoded
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/config.py", line 388, in load
    self.__config.update(json.loads(data[start:end]))
  File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
[ERROR   ] 21:54:28 rpcserver:378 [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')]

deluged: 1.3.15
libtorrent: 1.1.5.0
debian buster/sid

Change History (2)

comment:1 Changed 6 years ago by efhalo

This works: del key files /home/USER/.config/deluge/ssl

comment:2 Changed 6 years ago by efhalo

  • Resolution set to Fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.