outbrain / orchestrator-agent

MySQL replication topology manager - agent (daemon)
Apache License 2.0
35 stars 53 forks source link

More usable error message when SSL files cannot be found #14

Closed jcesario closed 8 years ago

jcesario commented 8 years ago

If SSL is enabled but crt or key cannot be read or is null orch-agent will fail with

2016-05-24 17:05:49 FATAL open : no such file or directory

if SSL is enabled and SSLCertFile or SSLPrivateKeyFile are nil a separate and clear error should happen

jcesario commented 8 years ago

closed in https://github.com/outbrain/orchestrator-agent/pull/17