From a310cb2fbb35ca8445a395513c88e09db17516d4 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 19 Feb 2018 14:37:49 -0800 Subject: more logging --- include/zot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/zot.php b/include/zot.php index 5f969cdaa..b88b7495e 100644 --- a/include/zot.php +++ b/include/zot.php @@ -5080,6 +5080,7 @@ function zot6_check_sig() { if($r) { foreach($r as $hubloc) { $verified = \Zotlabs\Web\HTTPSig::verify('',$hubloc['xchan_pubkey']); + logger('verified: ' . print_r($verified,true)); if($verified && $verified['header_signed'] && $verified['header_valid'] && $verified['content_signed'] && $verified['content_valid']) { $ret['hubloc'] = $hubloc; $ret['success'] = true; -- cgit v1.2.3