So I have a system that I was scouring logs trying to figure out who set a remote forward on a phantom number, and in digging through the cp_system_log_(date).txt files, they are all full of the same message just repeated over and over, but no other data:
[2016-09-13 13:53:49 SSL] SSL Error: (null)
[2016-09-13 13:53:49 CP Master SSL Socket] SSL negotiation failed
[2016-09-13 13:54:24 SSL] SSL_accept() failed - returned -1, error code 1
[2016-09-13 13:54:24 SSL] SSL Error: (null)
[2016-09-13 13:54:24 CP Master SSL Socket] SSL negotiation failed
[2016-09-13 13:54:59 SSL] SSL_accept() failed - returned -1, error code 1
[2016-09-13 13:54:59 SSL] SSL Error: (null)
[2016-09-13 13:54:59 CP Master SSL Socket] SSL negotiation failed
[2016-09-13 13:55:34 SSL] SSL_accept() failed - returned -1, error code 1
The SSL cert is not expired and seems to contain the correct data. Do I need to regenerate it or
Rel 6.0SP2