Skip to content

SSL No Work

bonjour,

Lorsque j'active le ssl de l'interface

ssl: true

le serveur BURP-UI crash avec l'erreur suivante

root@backup:~# burp-ui 
 * Running on https://[::]:5000/ (Press CTRL+C to quit)
Traceback (most recent call last):
  File "/usr/local/bin/burp-ui", line 31, in <module>
    bui.run(d)
  File "/usr/local/lib/python2.7/dist-packages/burpui/server.py", line 205, in run
    self.app.run(host=self.bind, port=self.port, debug=debug, ssl_context=self.sslcontext)
  File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 625, in run_simple
    inner()
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 603, in inner
    passthrough_errors, ssl_context).serve_forever()
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 512, in make_server
    passthrough_errors, ssl_context)
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 450, in __init__
    self.socket = ssl_context.wrap_socket(self.socket,
AttributeError: 'Context' object has no attribute 'wrap_socket'
root@backup:~#  

l'installation de aptitude install python-openssl à bien été effectuée et les certificats sont bien présents.