You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 fds_server.py
[] FortiGate custom licensing server v0.1
[!] You shouldn't use this tool in any production environment.
[] Server is listening on port 8890...
Traceback (most recent call last):
File "/home/syvvedenskiy/fds_server.py", line 208, in
start_server()
File "/home/syvvedenskiy/fds_server.py", line 200, in start_server
ssl_client_socket = context.wrap_socket(client_socket, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/ssl.py", line 1042, in _create
self.do_handshake()
File "/usr/lib/python3.12/ssl.py", line 1320, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1000)