Starting Point mssqlserver

After entering the PW i got:
[*] Encryption required, switching to TLS

Then right below i got
[-] [(‘SSL routines’, ‘SSL_CTX_set_cipher_list’, ‘no cipher match’)]

I couldn’t find the answer. It seems like no one got that error before.
What am I doing wrong?

I entered: python mssqlclient.py ARCHETYPE/sql_svc@10.10.10.27 -windows-auth
(python3 was not working for me )

If i run with python3 i get:
Traceback (most recent call last):
File “mssqlclient.py”, line 24, in
from impacket.examples import logger
ModuleNotFoundError: No module named ‘impacket’

What am I doing wrong?