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
I have the following issue:
In the log smarthack-psk.log I get
module 'ssl' has no attribute 'wrap_socket'
new client on port 443 from 10.42.42.33:60310
module 'ssl' has no attribute 'wrap_socket'
new client on port 443 from 10.42.42.33:60312
module 'ssl' has no attribute 'wrap_socket'
new client on port 443 from 10.42.42.33:60324
module 'ssl' has no attribute 'wrap_socket'
I exchanged the file in /usr/local/lib/python3.12/dist-packages/sslpsk/ - but I still get an error:
new client on port 443 from 10.42.42.33:49674 wrap_socket() got an unexpected keyword argument 'ssl_context' new client on port 443 from 10.42.42.33:49676 wrap_socket() got an unexpected keyword argument 'ssl_context'
I have the following issue:
In the log smarthack-psk.log I get
This seems to be related to a change in python:
eventlet/eventlet#795
It is in the file psk-frontend.
The old code:
But I don't know how to change it to the new format.
The text was updated successfully, but these errors were encountered: