0 votes

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

by
edit history

1 Answer

0 votes
Best answer
Hello, thank you for the heads up! It should be fixed now!
by (2.0k points)
edit history
0
Thanks. It works now.  (: