diff --git a/js/qz-tray.js b/js/qz-tray.js index 8f54e6397..d178b7c67 100644 --- a/js/qz-tray.js +++ b/js/qz-tray.js @@ -373,7 +373,10 @@ var qz = (function() { }); } - _qz.security.callCert().then(sendCert).catch(sendCert); + _qz.security.callCert().then(sendCert).catch(function(error) { + _qz.log.warn("Failed to get certificate:", error); + sendCert(null); + }); }, /** Generate unique ID used to map a response to a call. */