Hi, I tried to complete the newly released CTF challenge, but the server returns the following error during communication:
/service/challenge.py:9: DeprecationWarning: CSR support in pyOpenSSL is deprecated. You should use the APIs in cryptography.
from OpenSSL.crypto import (
Traceback (most recent call last):
File "/service/challenge.py", line 9, in <module>
from OpenSSL.crypto import (
...<4 lines>...
)
ImportError: cannot import name 'verify' from 'OpenSSL.crypto' (unknown location)
read(net): Connection reset by peer