Issue2748

classification
Title: Unable to start Jython with ssl due to exception 'ChildSocket' object has no attribute '_wrapper_socket'
Type: crash Severity: urgent
Components: Core Versions: Jython 2.7
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: arao
Priority: Keywords:

Created on 2019-03-26.08:59:22 by arao, last changed 2019-03-26.09:07:16 by arao.

Messages
msg12398 (view) Author: arvind (arao) Date: 2019-03-26.08:59:22
exception occurs frequently while starting jython server with ssl. 

ssl.wrap_socket(self.socket, certfile=certificateFile, keyfile = pvtkFile, server_side=False, ssl_version = ssl.PROTOCOL_TLSv1_2)
msg12400 (view) Author: arvind (arao) Date: 2019-03-26.09:06:49
Exception is as follows
'ChildSocket' object has no attribute '_wrapper_socket'

Some times server starts properly.
msg12402 (view) Author: arvind (arao) Date: 2019-03-26.09:07:16
Kindly help resolve this issue.
History
Date User Action Args
2019-03-26 09:07:16araosetmessages: + msg12402
2019-03-26 09:06:49araosetmessages: + msg12400
2019-03-26 09:05:46araosettitle: 'ChildSocket' object has no attribute '_wrapper_socket' -> Unable to start Jython with ssl due to exception 'ChildSocket' object has no attribute '_wrapper_socket'
2019-03-26 08:59:22araocreate