Roundup Tracker - Issues

Message7243

Author rouilj
Recipients rouilj
Date 2021-05-23.18:56:57
Message-id <1621796217.93.0.737557651543.issue2551138@roundup.psfhosted.org>
In-reply-to
Running roundup-server with ssl under python2 reports:

$ python2 roundup/scripts/roundup_server.py -s t=demo
WARNING: generating temporary SSL certificate
Roundup server started on localhost:8080
127.0.0.1 - - [23/May/2021 18:32:27] "GET /t/user1 HTTP/1.1" 200 -
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 
41164)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 575, in 
process_request
    self.shutdown_request(request)
  File "/usr/lib/python2.7/SocketServer.py", line 474, in 
shutdown_request
    request.shutdown(socket.SHUT_WR)
TypeError: shutdown() takes exactly 1 argument (2 given)
----------------------------------------

Page is properly delivered AFAICT.

Note using ssl with roundup-server is unusual. Usually ssl is
terminated by a front-end server: apache, nginx, hiawatha etc.
So priority on this is low an severity is minor since web page is 
produced.
History
Date User Action Args
2021-05-23 18:56:57rouiljsetrecipients: + rouilj
2021-05-23 18:56:57rouiljsetmessageid: <1621796217.93.0.737557651543.issue2551138@roundup.psfhosted.org>
2021-05-23 18:56:57rouiljlinkissue2551138 messages
2021-05-23 18:56:57rouiljcreate