Error SSL Handshake

Hello,

I’m just wondering if everyone often has this error

Tue Jul 23 2019 20:12:30 GMT+0200 (CEST)

Error doing job: SSL handshake failed
Traceback (most recent call last):
  File "uvloop/sslproto.pyx", line 500, in uvloop.loop.SSLProtocol._on_handshake_complete
  File "uvloop/sslproto.pyx", line 484, in uvloop.loop.SSLProtocol._do_handshake
  File "/usr/local/lib/python3.7/ssl.py", line 774, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:1076)

There’s the problem, you’ve hit the SSL port with a non-SSL request. Used http instead of https.

Ok. And if those are happening when no one is supposed to access it. Does it mean it’s from someone exterior ?
Thanks

Could be, could be an addon hard to say.