Problematic SSL certificate... when no certificate is installed?

Nextcloud version: 23.0.0
Operating system and version: TrueNAS CORE 12.0-U7
Apache or nginx version: nginx 1.20.2
PHP version: 7.4.27

The issue you are facing:

I used certbot to get a Let’s Encrypt certificate a few days ago and everything worked fine. Last night I went to log in and Firefox is complaining about unknown certificate issuer. Thinking I screwed something up, I revoked and deleted that certificate and installed a new one this morning. Same issue. I delete the new one and try to log in with no certificate. Same issue. I look at the certificate it’s complaining about and it’s issued by, and I quote, TrueNAS (Nextcloud). Not Let’s Encrypt like the ones I installed. I can’t figure out what this is and how to get rid of it. I have less than a week of experience with Nextcloud… hopefully I’m just making a rookie mistake somewhere.

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Attempt to log into Nextcloud.
  2. Cry.
The output of your Nextcloud log in Admin > Logging:
Warning	appstoreFetcher	Could not connect to appstore: cURL error 28: Operation timed out after 60004 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://apps.nextcloud.com/api/v1/apps.json	
2022-01-30T15:07:50-0500
Error	PHP	Error: rename(//usr/local/www/nextcloud/[REDACTED]/[REDACTED].png,//usr/local/www/nextcloud/data/[REDACTED]/files_trashbin/files/[REDACTED].png.d1643333715): Operation not permitted at /usr/local/www/nextcloud/lib/private/Files/Storage/Local.php#347	
2022-01-27T20:35:16-0500
Error	PHP	Error: rename(//usr/local/www/nextcloud/[REDACTED]/Nextcloud-3.4.1-x86_64.AppImage,//usr/local/www/nextcloud/data/[REDACTED]/files_trashbin/files/Nextcloud-3.4.1-x86_64.AppImage.d1643333676): Operation not permitted at /usr/local/www/nextcloud/lib/private/Files/Storage/Local.php#347	
2022-01-27T20:34:38-0500
Error	PHP	Error: rename(//usr/local/www/nextcloud/[REDACTED]/[REDACTED].png,//usr/local/www/nextcloud/data/[REDACTED]/files_trashbin/files/[REDACTED].png.d1643333676): Operation not permitted at /usr/local/www/nextcloud/lib/private/Files/Storage/Local.php#347	
2022-01-27T20:34:36-0500
Fatal	webdav	Sabre\DAV\Exception: Could not rename part file to final file	
2022-01-27T20:33:12-0500
Error	webdav	renaming part file to final file failed $renameOkay: false, $fileExists: false)	
2022-01-27T20:33:12-0500
Error	core	unable to rename, source directory is not writable : uploads/web-file-upload-b3d9fcb0c2a21cf22cffea52fe4ee4ed-1643333587416	
2022-01-27T20:33:12-0500
Fatal	webdav	Sabre\DAV\Exception: Could not rename part file to final file	
2022-01-27T20:33:11-0500
Error	webdav	renaming part file to final file failed $renameOkay: false, $fileExists: false)	
2022-01-27T20:33:11-0500
Error	core	unable to rename, source directory is not writable : uploads/web-file-upload-9193067dcee48218659e78ddd01ce530-1643333569944	
2022-01-27T20:33:11-0500
Error	ocs_api	Failed addUser attempt: User already exists.	
2022-01-27T12:25:43-0500
Error	index	OCP\Files\NotPermittedException: Could not create folder	
2022-01-26T18:35:39-0500
Error	index	OCP\Files\NotPermittedException: Could not create folder	
2022-01-25T15:40:33-0500
The output of your config.php file in `/path/to/nextcloud` (make sure you remove any identifiable information!):
<?php
$CONFIG = array (
  'apps_paths' =>
  array (
    0 =>
    array (
      'path' => '/usr/local/www/nextcloud/apps',
      'url' => '/apps',
      'writable' => true,
    ),
    1 =>
    array (
      'path' => '/usr/local/www/nextcloud/apps-pkg',
      'url' => '/apps-pkg',
      'writable' => false,
    ),
  ),
  'logfile' => '/var/log/nextcloud/nextcloud.log',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'one-click-instance' => true,
  'one-click-instance.user-limit' => 100,
  'memcache.distributed' => '\\
    ),
    1 =>
    array (
      'path' => '/usr/local/www/nextcloud/apps-pkg',
      'url' => '/apps-pkg',
      'writable' => false,
    ),
  ),
  'logfile' => '/var/log/nextcloud/nextcloud.log',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'one-click-instance' => true,
  'one-click-instance.user-limit' => 100,
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => 'localhost',
  ),
  'passwordsalt' => '[REDACTED]',
  'secret' => '[REDACTED]',
  'trusted_domains' =>
  array (
    0 => 'localhost',
    1 => '192.168.1.102',
    2 => '192.168.1.103',
    3 => '[REDACTED]',
  ),
  'datadirectory' => '/usr/local/www/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '23.0.0.10',
  'overwrite.cli.url' => 'http://localhost',
  'dbname' => 'nextcloud',
 'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'oc_ncadmin',
  'dbpassword' => '[REDACTED]',
  'installed' => true,
  'instanceid' => '[REDACTED]',
  'mail_from_address' => '[REDACTED]',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_domain' => '[REDACTED]',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '[REDACTED]',
  'mail_smtpname' => '[REDACTED]',
  'mail_smtppassword' => '[REDACTED]',
  'mail_smtpport' => '465',
  'mail_smtpsecure' => 'ssl',
  'mail_smtpauthtype' => 'LOGIN',
);
The output of your Apache/nginx/system log in `/var/log/____`:
2022/01/25 14:46:52 [warn] 45672#100769: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/25 14:46:52 [warn] 45672#100769: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/25 14:46:52 [warn] 45673#100769: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/25 14:46:52 [warn] 45673#100769: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/25 15:41:01 [warn] 45679#101387: *6 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/1/00/0000000001 while reading upstream, client: 192.168.1.251, server: _, request: "GET /js/activity/activity-sidebar.js?v=fcffa946-0 HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/25 16:00:31 [warn] 48962#101519: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/25 16:00:31 [warn] 48962#101519: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/25 16:00:31 [warn] 48976#101519: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/25 16:00:31 [warn] 48976#101519: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/25 16:08:12 [warn] 48985#101096: *27 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/1/00/0000000001 while reading upstream, client: 192.168.1.251, server: _, request: "GET /settings/apps/list HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/25 16:09:45 [warn] 48985#101096: *27 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/2/00/0000000002 while reading upstream, client: 192.168.1.251, server: _, request: "GET /js/activity/activity-sidebar.js?v=2a6ab7ed-0 HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/27 11:36:06 [warn] 74857#101488: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:36:06 [warn] 74857#101488: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:36:27 [warn] 74867#100344: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:36:27 [warn] 74867#100344: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:36:27 [warn] 74867#100344: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:36:27 [notice] 74867#100344: signal process started
2022/01/27 11:36:40 [warn] 74872#100886: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:36:40 [warn] 74872#100886: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:36:40 [notice] 74872#100886: signal process started
2022/01/27 11:46:49 [warn] 74987#100334: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:46:49 [warn] 74987#100334: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:46:51 [warn] 74990#100334: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:46:51 [warn] 74990#100334: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:46:51 [warn] 74990#100334: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:46:51 [notice] 74990#100334: signal process started
2022/01/27 11:46:54 [warn] 74995#100334: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:46:54 [warn] 74995#100334: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:46:54 [notice] 74995#100334: signal process started
2022/01/27 11:46:57 [warn] 75000#100886: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:46:57 [notice] 75000#100886: signal process started
2022/01/27 11:46:58 [warn] 75005#100344: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:46:58 [notice] 75005#100344: signal process started
2022/01/27 11:49:28 [crit] 75009#100334: *7040 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 107.178.239.198, server: 0.0.0.0:443
2022/01/27 11:49:39 [warn] 75038#100601: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:49:41 [warn] 75041#100310: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:49:41 [warn] 75041#100310: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:49:41 [notice] 75041#100310: signal process started
2022/01/27 11:49:44 [warn] 75046#100334: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/27 11:49:44 [notice] 75046#100334: signal process started
2022/01/27 11:51:23 [crit] 75048#101385: *7076 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 35.203.245.112, server: 0.0.0.0:443
2022/01/27 12:09:12 [crit] 75049#100531: *7246 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 5.8.10.202, server: 0.0.0.0:443
2022/01/27 12:35:05 [warn] 75047#101096: *7119 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/3/00/0000000003 while reading upstream, client: 192.168.1.251, server: [REDACTED, my domain], request: "GET /settings/apps/list HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/27 12:52:53 [warn] 75048#101385: *7443 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/4/00/0000000004 while reading upstream, client: [REDACTED, my public ip], server: [REDACTED, my domain], request: "GET /remote.php/dav/files/[REDACTED]/Nextcloud%20intro.mp4 HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "[REDACTED, my domain]"
2022/01/27 12:52:53 [warn] 75048#101385: *7443 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/5/00/0000000005 while reading upstream, client: REDACTED, my public ip], server: [REDACTED, my domain], request: "GET /remote.php/dav/files/[REDACTED]/Nextcloud%20intro.mp4 HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "[REDACTED, my domain]"
2022/01/27 12:53:04 [warn] 75048#101385: *7443 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/6/00/0000000006 while reading upstream, client: [REDACTED, my domain], server: [REDACTED, my domain], request: "GET /remote.php/dav/files/[REDACTED]/Nextcloud%20intro.mp4 HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "[REDACTED, my domain]"
2022/01/27 12:53:32 [warn] 75048#101385: *7443 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/7/00/0000000007 while reading upstream, client: [REDACTED, my public ip], server: [REDACTED, my domain], request: "GET /remote.php/dav/files/[REDACTED]/Nextcloud%20Manual.pdf HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "[REDACTED, my domain]"
2022/01/27 15:26:21 [warn] 75050#100611: *9741 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/8/00/0000000008 while reading upstream, client: 192.168.1.251, server: [REDACTED, my domain], request: "GET /settings/apps/list HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/27 16:24:43 [warn] 75049#100531: *10441 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/9/00/0000000009 while reading upstream, client: 192.168.1.251, server: [REDACTED, my domain], request: "GET /settings/apps/list HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/27 17:06:25 [warn] 75047#101096: *10891 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/0/01/0000000010 while reading upstream, client: 192.168.1.251, server: [REDACTED, my domain], request: "GET /settings/apps/list HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/27 17:50:27 [warn] 75048#101385: *10903 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/1/01/0000000011 while reading upstream, client: [REDACTED, my domain], server: [REDACTED, my domain], request: "GET /remote.php/dav/files/[REDACTED]/Nextcloud%20Manual.pdf HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "[REDACTED, my domain]"
2022/01/27 18:25:36 [warn] 75049#100531: *11824 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/2/01/0000000012 while reading upstream, client: [REDACTED, my domain], server: [REDACTED, my domain], request: "GET /remote.php/dav/files/[REDACTED]/Documents/Nextcloud%20flyer.pdf HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "[REDACTED, my domain]"
2022/01/27 18:32:19 [warn] 75047#101096: *11819 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/3/01/0000000013 while reading upstream, client: 192.168.1.251, server: [REDACTED, my domain], request: "GET /settings/apps/list HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/27 20:36:19 [warn] 75047#101096: *13117 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/4/01/0000000014 while reading upstream, client: 192.168.1.251, server: [REDACTED, my domain], request: "GET /js/activity/activity-sidebar.js?v=0c030545-0 HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/28 01:17:13 [crit] 75048#101385: *15231 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 178.73.215.171, server: 0.0.0.0:443
2022/01/28 03:51:14 [crit] 75048#101385: *16134 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 216.218.206.67, server: 0.0.0.0:443
2022/01/28 16:48:17 [warn] 75048#101385: *20989 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/5/01/0000000015 while reading upstream, client: [REDACTED, my public ip], server: [REDACTED, my domain], request: "GET /js/activity/activity-sidebar.js?v=0c030545-0 HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "[REDACTED, my domain]"
2022/01/28 17:25:55 [warn] 1688#100528: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/28 17:25:55 [warn] 1688#100528: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/28 17:25:55 [warn] 1703#100528: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/28 17:25:55 [warn] 1703#100528: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/29 00:14:58 [crit] 1706#100504: *26513 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 216.218.206.66, server: 0.0.0.0:443
2022/01/29 01:02:24 [crit] 1707#100306: *26857 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 160.116.22.22, server: 0.0.0.0:443
2022/01/29 10:23:24 [crit] 1707#100306: *30860 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 23.129.64.211, server: 0.0.0.0:443
2022/01/29 11:17:50 [crit] 1707#100306: *31248 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 192.241.210.212, server: 0.0.0.0:443
2022/01/29 12:15:31 [warn] 72516#101610: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/29 12:15:31 [warn] 72516#101610: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/29 12:15:32 [warn] 72534#101610: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/29 12:15:32 [warn] 72534#101610: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/29 21:58:26 [warn] 72539#100463: *1937 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/1/00/0000000001 while reading upstream, client: 192.168.1.251, server: _, request: "GET /js/activity/activity-sidebar.js?v=0c030545-0 HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/29 21:58:54 [warn] 81073#100461: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/29 21:58:54 [warn] 81073#100461: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/29 21:58:54 [warn] 81083#100461: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/29 21:58:54 [warn] 81083#100461: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/29 22:35:15 [crit] 81095#100537: *3369 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 125.64.94.138, server: 0.0.0.0:443
2022/01/30 00:00:16 [warn] 91263#101505: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 00:00:16 [warn] 91263#101505: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 00:00:16 [warn] 91272#101617: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 00:00:16 [warn] 91272#101617: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 00:00:16 [warn] 91273#101617: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 00:00:16 [warn] 91273#101617: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 04:50:02 [crit] 91276#100502: *969 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 160.116.22.22, server: 0.0.0.0:443
2022/01/30 11:41:18 [crit] 91276#100502: *2354 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 106.75.134.116, server: 0.0.0.0:443
2022/01/30 13:00:47 [warn] 325#101177: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 13:00:47 [warn] 325#101177: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 13:35:48 [crit] 91275#100767: *2938 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 160.116.22.21, server: 0.0.0.0:443
2022/01/30 13:58:19 [warn] 962#101452: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 13:58:19 [warn] 962#101452: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 13:58:32 [warn] 975#101505: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 13:58:32 [warn] 975#101505: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 13:58:32 [notice] 975#101505: signal process started
2022/01/30 13:58:33 [warn] 983#101521: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 13:58:33 [warn] 983#101521: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 13:58:33 [warn] 983#101521: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 13:58:33 [notice] 983#101521: signal process started
2022/01/30 14:04:41 [crit] 984#101521: *3103 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 35.203.245.178, server: 0.0.0.0:443
2022/01/30 14:06:38 [warn] 1844#100786: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 14:06:38 [warn] 1844#100786: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 14:06:38 [warn] 1859#100786: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 14:06:38 [warn] 1859#100786: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 14:56:47 [crit] 1867#101608: *209 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 23.250.19.242, server: 0.0.0.0:443
2022/01/30 15:19:51 [warn] 4856#101510: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 15:19:51 [warn] 4856#101510: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 15:19:51 [warn] 4868#101510: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 15:19:51 [warn] 4868#101510: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 17:23:21 [warn] 8331#101605: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 17:23:21 [warn] 8331#101605: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 17:23:21 [warn] 8339#101605: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 17:23:21 [warn] 8339#101605: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 17:24:10 [warn] 8359#100279: *2 an upstream response is buffered to a temporary file /var/tmp/nginx/fastcgi_temp/1/00/0000000001 while reading upstream, client: 192.168.1.251, server: _, request: "GET /settings/apps/list HTTP/2.0", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.1.103"
2022/01/30 17:32:16 [warn] 1694#101435: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 17:32:16 [warn] 1694#101435: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 17:32:17 [warn] 1710#101435: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 17:32:17 [warn] 1710#101435: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 19:45:23 [warn] 20867#101435: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 19:45:23 [warn] 20867#101435: "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/etc/letsencrypt/live/truenas/fullchain.pem"
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to [::]:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:443 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to [::]:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:443 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to [::]:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:443 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to [::]:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:443 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to [::]:80 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: bind() to 0.0.0.0:443 failed (48: Address already in use)
2022/01/30 19:45:23 [emerg] 20867#101435: still could not bind()
2022/01/30 20:05:23 [crit] 1713#100487: *9079 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 167.248.133.61, server: 0.0.0.0:443