Issue2748
Created on 2019-03-26.08:59:22 by arao, last changed 2019-03-26.09:07:16 by arao.
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.
|
|
Date |
User |
Action |
Args |
2019-03-26 09:07:16 | arao | set | messages:
+ msg12402 |
2019-03-26 09:06:49 | arao | set | messages:
+ msg12400 |
2019-03-26 09:05:46 | arao | set | title: '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:22 | arao | create | |
|