Validation of certificate chains will fail before dcpomatic_setup()
[dcpomatic.git] / src / tools / dcpomatic.cc
index 73e215c045d8406e7b8e077f154df5e4a8f6705c..508390a38986dce5161aaab445ddb925c26df55c 100644 (file)
@@ -1506,6 +1506,10 @@ private:
                        */
                        Config::drop ();
 
+                       /* We only look out for bad configuration from here on, as before
+                          dcpomatic_setup() we haven't got OpenSSL ready so there will be
+                          incorrect certificate chain validity errors.
+                       */
                        Config::Bad.connect (boost::bind(&App::config_bad, this, _1));
 
                        _frame = new DOMFrame (_("DCP-o-matic"));