You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a job is running the C deamon writes at the secure socket at this line then, this is what is logged at the controller's side (example):
I, [2016-08-26 14:21:42 #24723] INFO -- : next action to do: 150 - START
I, [2016-08-26 14:21:42 #24723] INFO -- : 15 (Daemon5, 127.0.0.1): Action: LIST
I, [2016-08-26 14:21:42 #24723] INFO -- : Answer OK
I, [2016-08-26 14:21:42 #24723] INFO -- : 10 (Daemon1, 127.0.0.1): Action: START
I, [2016-08-26 14:21:42 #24723] INFO -- : next action to do: 151 - START
E, [2016-08-26 14:21:42 #24723] ERROR -- : OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=unknown state: unknown protocol
/usr/lib/ruby/2.1.0/openssl/ssl.rb:194:in accept' /usr/lib/ruby/2.1.0/openssl/ssl.rb:194:inaccept'
/home/raziel/Documents/Repos/splay/src/controller/lib/splayd_server.rb:55:in block in main' /home/raziel/Documents/Repos/splay/src/controller/lib/splayd_server.rb:54:inloop'
/home/raziel/Documents/Repos/splay/src/controller/lib/splayd_server.rb:54:in main' /home/raziel/Documents/Repos/splay/src/controller/lib/splayd_server.rb:17:inblock in run'
I am pretty sure that some options in this openssl command (make target) must be set to recognize the right protocol.
The text was updated successfully, but these errors were encountered:
Once a job is running the C deamon writes at the secure socket at this line then, this is what is logged at the controller's side (example):
I, [2016-08-26 14:21:42 #24723] INFO -- : next action to do: 150 - START
I, [2016-08-26 14:21:42 #24723] INFO -- : 15 (Daemon5, 127.0.0.1): Action: LIST
I, [2016-08-26 14:21:42 #24723] INFO -- : Answer OK
I, [2016-08-26 14:21:42 #24723] INFO -- : 10 (Daemon1, 127.0.0.1): Action: START
I, [2016-08-26 14:21:42 #24723] INFO -- : next action to do: 151 - START
E, [2016-08-26 14:21:42 #24723] ERROR -- : OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=unknown state: unknown protocol
/usr/lib/ruby/2.1.0/openssl/ssl.rb:194:in
accept' /usr/lib/ruby/2.1.0/openssl/ssl.rb:194:in
accept'/home/raziel/Documents/Repos/splay/src/controller/lib/splayd_server.rb:55:in
block in main' /home/raziel/Documents/Repos/splay/src/controller/lib/splayd_server.rb:54:in
loop'/home/raziel/Documents/Repos/splay/src/controller/lib/splayd_server.rb:54:in
main' /home/raziel/Documents/Repos/splay/src/controller/lib/splayd_server.rb:17:in
block in run'I am pretty sure that some options in this openssl command (make target) must be set to recognize the right protocol.
The text was updated successfully, but these errors were encountered: