Need to add additional verbose logging to Nginx for troubleshooting
log_format custom '$remote_addr - $ssl_client_verify $client_cert $server_port "$ssl_protocol/$ssl_cipher" $ssl_client_s_dn [$time_local($request_time)] "$request" $status ">$upstream_addr" "$ssl_client_raw_cert"';
access_log /var/log/cb/nginx/access_custom.log custom;/usr/share/cb/cbservice cb-nginx restart