TLS returns 'no peer certificate available' after cert update if zen not restarted #76
Labels
Bug
Something isn't working
Diverge from bitcoin
Diverge from zcash
Enhancement
New feature or request
Hacktoberfest
Happy Hacking!
Help Wanted
Extra attention is needed
Original Issue: HorizenOfficial/zen_archived#132
Background: The secure nodes install guides did not include a step to restart zen after certificates are automatically refreshed. The server update on March 4-5 with an update to check certs more thoroughly revealed many nodes with expired certs that were not being reported by the tracker app.
After the SSL cert is refreshed zen appears to make connections and still report that it is TLS_certified true.
If a connection via openssl on the command line is made to the node, the result is the following. Once zend is restarted the openssl connection reports all the certs.
The solution has been to add the ability for a secure node to restart after a acme.sh certificate renewal.
Is it possible for zend to refresh the certs and respond properly to a TLS connection without a restart?
The text was updated successfully, but these errors were encountered: