[squid-users] Problems while connecting through Firefox.

Jakub Graczykowski gameplayer2019pl at tutamail.com
Tue Mar 14 13:21:17 UTC 2023


Good afternoon,

I have a problem with Squid HTTPS proxy. I'm getting an error Error code: SEC_ERROR_INADEQUATE_KEY_USAGE in Firefox.

What should I do to fix it?
Squid configuration file & cache.log in the attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20230314/a21b0d61/attachment.htm>
-------------- next part --------------
http_port 3127 ssl-bump \
   generate-host-certificates=on \
   cert=/server/squid/conf/squid.crt \
   key=/server/squid/conf/squid.key \
   dynamic_cert_mem_cache_size=16MB
#http_port 3127 intercept ssl-bump \
#   generate-host-certificates=on \
#   cert=/server/squid/conf/squid.crt \
#   key=/server/squid/conf/squid.key \
#   dynamic_cert_mem_cache_size=16MB

ssl_bump bump all
#ssl_bump splice all

refresh_pattern ^ftp:		1440	20%	10080
refresh_pattern ^gopher:	1440	0%	1440
refresh_pattern -i (/cgi-bin/|\?) 0	0%	0
refresh_pattern .		0	20%	4320

acl localnet src 192.168.0.0/24
acl localnet src 192.168.6.0/24
acl localnet src 192.168.3.0/24
acl localnet src 127.0.0.0/8

acl SSL_ports port 443         # https

acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl Safe_ports port 8080        # http proxy
acl Safe_ports port 3127

forwarded_for off

http_access deny CONNECT !SSL_ports
http_access deny !localnet
dns_nameservers 192.168.2.9
httpd_suppress_version_string on
shutdown_lifetime 30 seconds
cache_mem 1024 MB

cache_dir aufs /server/squid/app/var/cache/squid 1024 16 256

maximum_object_size 10 MB
read_ahead_gap 64 KB

error_directory /server/squid/conf/pages/

coredump_dir /server/squid/app/var/coredump

acl QUERY urlpath_regex cgi-bin \? asp aspx jsp
cache deny QUERY

access_log none

pid_filename /server/squid/conf/squid.pid
-------------- next part --------------
2023/03/14 13:57:05| storeDirWriteCleanLogs: Starting...
2023/03/14 13:57:05|   Finished.  Wrote 0 entries.
2023/03/14 13:57:05|   Took 0.00 seconds (  0.00 entries/sec).
CPU Usage: 2.162 seconds = 2.101 user + 0.061 sys
Maximum Resident Size: 117040 KB
Page faults with physical i/o: 0
2023/03/14 13:57:05| Open FD UNSTARTED     0 stdin
2023/03/14 13:57:05| Open FD UNSTARTED     1 stdout
2023/03/14 13:57:05| Open FD UNSTARTED     2 stderr
2023/03/14 13:57:05| Open FD READ/WRITE   12 security_file_certgen #1
2023/03/14 13:57:05| Open FD READ/WRITE   14 security_file_certgen #2
2023/03/14 13:57:05| Open FD UNSTARTED    16 security_file_certgen #3
2023/03/14 13:57:05| Open FD UNSTARTED    18 security_file_certgen #4
2023/03/14 13:57:05| Open FD UNSTARTED    20 security_file_certgen #5
2023/03/14 13:57:05| Squid Cache (Version 7.0.0-VCS): Exiting normally.
2023/03/14 13:57:05| Removing PID file (/server/squid/conf/squid.pid)
2023/03/14 13:57:32| Processing Configuration File: /server/squid/conf/squid.conf (depth 0)
2023/03/14 13:57:32| Created PID file (/server/squid/conf/squid.pid)
2023/03/14 13:57:32| Set Current Directory to /server/squid/app/var/coredump
2023/03/14 13:57:32| Starting Squid Cache version 7.0.0-VCS for x86_64-pc-linux-gnu...
2023/03/14 13:57:32| Service Name: squid
2023/03/14 13:57:32| Process ID 8021
2023/03/14 13:57:32| Process Roles: master worker
2023/03/14 13:57:32| With 1024 file descriptors available
2023/03/14 13:57:32| Initializing IP Cache...
2023/03/14 13:57:32| DNS IPv6 socket created at [::], FD 10
2023/03/14 13:57:32| DNS IPv4 socket created at 0.0.0.0, FD 11
2023/03/14 13:57:32| Adding nameserver 192.168.2.9 from squid.conf
2023/03/14 13:57:32| helperOpenServers: Starting 5/32 'security_file_certgen' processes
2023/03/14 13:57:32| WARNING: no_suid: setuid(0): (1) Operation not permitted
2023/03/14 13:57:32| WARNING: no_suid: setuid(0): (1) Operation not permitted
2023/03/14 13:57:32| WARNING: no_suid: setuid(0): (1) Operation not permitted
2023/03/14 13:57:32| WARNING: no_suid: setuid(0): (1) Operation not permitted
2023/03/14 13:57:32| WARNING: no_suid: setuid(0): (1) Operation not permitted
2023/03/14 13:57:32| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2023/03/14 13:57:32| Store logging disabled
2023/03/14 13:57:32| Swap maxSize 1048576 + 1048576 KB, estimated 161319 objects
2023/03/14 13:57:32| Target number of buckets: 8065
2023/03/14 13:57:32| Using 8192 Store buckets
2023/03/14 13:57:32| Max Mem  size: 1048576 KB
2023/03/14 13:57:32| Max Swap size: 1048576 KB
2023/03/14 13:57:32| Rebuilding storage in /server/squid/app/var/cache/squid (clean log)
2023/03/14 13:57:32| Using Least Load store dir selection
2023/03/14 13:57:32| Set Current Directory to /server/squid/app/var/coredump
2023/03/14 13:57:32| Finished loading MIME types and icons.
2023/03/14 13:57:32| HTCP Disabled.
2023/03/14 13:57:32| Squid plugin modules loaded: 0
2023/03/14 13:57:32| Adaptation support is off.
2023/03/14 13:57:32| Accepting SSL bumped HTTP Socket connections at conn13 local=[::]:3127 remote=[::] FD 24 flags=9
    listening port: 3127
2023/03/14 13:57:32| Done reading /server/squid/app/var/cache/squid swaplog (0 entries)
2023/03/14 13:57:32| Indexing cache entries: 0.00% (0 out of 1)
2023/03/14 13:57:32| Finished rebuilding storage from disk.
          0 Entries scanned
          0 Invalid entries
          0 With invalid flags
          0 Objects loaded
          0 Objects expired
          0 Objects canceled
          0 Duplicate URLs purged
          0 Swapfile clashes avoided
    Took 0.02 seconds (0.00 objects/sec).
2023/03/14 13:57:32| Beginning Validation Procedure
2023/03/14 13:57:32| Completed Validation Procedure
    Validated 0 Entries
    store_swap_size = 0.00 KB
2023/03/14 13:57:33| storeLateRelease: released 0 objects
2023/03/14 13:57:35| ERROR: failure while accepting a TLS connection on conn15 local=192.168.6.1:3127 remote=192.168.6.2:57116 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:57:41| ERROR: failure while accepting a TLS connection on conn16 local=192.168.6.1:3127 remote=192.168.6.2:57122 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:57:41| ERROR: failure while accepting a TLS connection on conn17 local=192.168.6.1:3127 remote=192.168.6.2:57138 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:57:43| ERROR: failure while accepting a TLS connection on conn18 local=192.168.3.1:3127 remote=192.168.3.3:53546 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master60
2023/03/14 13:57:43| ERROR: failure while accepting a TLS connection on conn19 local=192.168.3.1:3127 remote=192.168.3.3:53548 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master62
2023/03/14 13:58:27| ERROR: failure while accepting a TLS connection on conn20 local=192.168.6.1:3127 remote=192.168.6.2:38018 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:58:28| ERROR: failure while accepting a TLS connection on conn21 local=192.168.6.1:3127 remote=192.168.6.2:38034 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:58:28| ERROR: failure while accepting a TLS connection on conn22 local=192.168.6.1:3127 remote=192.168.6.2:38038 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:58:28| ERROR: failure while accepting a TLS connection on conn23 local=192.168.6.1:3127 remote=192.168.6.2:38050 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:58:28| ERROR: failure while accepting a TLS connection on conn24 local=192.168.6.1:3127 remote=192.168.6.2:38052 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:58:28| ERROR: failure while accepting a TLS connection on conn25 local=192.168.6.1:3127 remote=192.168.6.2:38066 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master74
2023/03/14 13:58:28| ERROR: failure while accepting a TLS connection on conn26 local=192.168.6.1:3127 remote=192.168.6.2:38080 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master76
2023/03/14 13:58:29| ERROR: failure while accepting a TLS connection on conn27 local=192.168.6.1:3127 remote=192.168.6.2:38090 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:58:32| ERROR: failure while accepting a TLS connection on conn28 local=192.168.6.1:3127 remote=192.168.6.2:48670 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master80
2023/03/14 13:58:36| ERROR: failure while accepting a TLS connection on conn29 local=192.168.6.1:3127 remote=192.168.6.2:48672 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master82
2023/03/14 13:58:36| ERROR: failure while accepting a TLS connection on conn30 local=192.168.6.1:3127 remote=192.168.6.2:48674 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master84
2023/03/14 13:58:39| ERROR: failure while accepting a TLS connection on conn31 local=192.168.6.1:3127 remote=192.168.6.2:48690 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master86
2023/03/14 13:58:40| ERROR: failure while accepting a TLS connection on conn32 local=192.168.6.1:3127 remote=192.168.6.2:48706 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 13:58:42| ERROR: failure while accepting a TLS connection on conn33 local=192.168.6.1:3127 remote=192.168.6.2:43416 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master90
2023/03/14 13:58:43| ERROR: failure while accepting a TLS connection on conn34 local=192.168.3.1:3127 remote=192.168.3.3:41086 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master92
2023/03/14 13:58:43| ERROR: failure while accepting a TLS connection on conn35 local=192.168.3.1:3127 remote=192.168.3.3:41094 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master94
2023/03/14 13:58:49| ERROR: failure while accepting a TLS connection on conn36 local=192.168.6.1:3127 remote=192.168.6.2:43420 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master96
2023/03/14 13:59:02| ERROR: failure while accepting a TLS connection on conn37 local=192.168.6.1:3127 remote=192.168.6.2:43896 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master98
2023/03/14 13:59:10| ERROR: failure while accepting a TLS connection on conn38 local=192.168.6.1:3127 remote=192.168.6.2:43912 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master100
2023/03/14 13:59:36| ERROR: failure while accepting a TLS connection on conn39 local=192.168.6.1:3127 remote=192.168.6.2:54888 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master102
2023/03/14 13:59:36| ERROR: failure while accepting a TLS connection on conn40 local=192.168.6.1:3127 remote=192.168.6.2:54896 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master104
2023/03/14 13:59:40| ERROR: failure while accepting a TLS connection on conn41 local=192.168.6.1:3127 remote=192.168.6.2:54898 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master106
2023/03/14 13:59:42| ERROR: failure while accepting a TLS connection on conn42 local=192.168.6.1:3127 remote=192.168.6.2:48774 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master108
2023/03/14 13:59:43| ERROR: failure while accepting a TLS connection on conn43 local=192.168.3.1:3127 remote=192.168.3.3:42222 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master110
2023/03/14 13:59:43| ERROR: failure while accepting a TLS connection on conn44 local=192.168.3.1:3127 remote=192.168.3.3:42234 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master112
2023/03/14 14:00:10| ERROR: failure while accepting a TLS connection on conn45 local=192.168.6.1:3127 remote=192.168.6.2:38710 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master114
2023/03/14 14:00:36| ERROR: failure while accepting a TLS connection on conn46 local=192.168.6.1:3127 remote=192.168.6.2:51996 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master116
2023/03/14 14:00:36| ERROR: failure while accepting a TLS connection on conn47 local=192.168.6.1:3127 remote=192.168.6.2:52006 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master118
2023/03/14 14:00:43| ERROR: failure while accepting a TLS connection on conn48 local=192.168.3.1:3127 remote=192.168.3.3:37424 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master120
2023/03/14 14:00:43| ERROR: failure while accepting a TLS connection on conn49 local=192.168.3.1:3127 remote=192.168.3.3:37438 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master122
2023/03/14 14:01:02| ERROR: failure while accepting a TLS connection on conn50 local=192.168.6.1:3127 remote=192.168.6.2:53956 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master124
2023/03/14 14:01:24| ERROR: failure while accepting a TLS connection on conn51 local=192.168.6.1:3127 remote=192.168.6.2:51130 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 14:01:34| ERROR: failure while accepting a TLS connection on conn64 local=192.168.6.1:3127 remote=192.168.6.2:55266 FD 22 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master131
2023/03/14 14:01:36| ERROR: failure while accepting a TLS connection on conn65 local=192.168.6.1:3127 remote=192.168.6.2:55278 FD 22 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master133
2023/03/14 14:01:36| ERROR: failure while accepting a TLS connection on conn66 local=192.168.6.1:3127 remote=192.168.6.2:55282 FD 23 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master135
2023/03/14 14:01:44| ERROR: failure while accepting a TLS connection on conn67 local=192.168.3.1:3127 remote=192.168.3.3:43602 FD 22 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master137
2023/03/14 14:01:44| ERROR: failure while accepting a TLS connection on conn68 local=192.168.3.1:3127 remote=192.168.3.3:43612 FD 23 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master139
2023/03/14 14:02:36| ERROR: failure while accepting a TLS connection on conn75 local=192.168.6.1:3127 remote=192.168.6.2:35958 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master153
2023/03/14 14:02:36| ERROR: failure while accepting a TLS connection on conn76 local=192.168.6.1:3127 remote=192.168.6.2:35970 FD 22 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master155
2023/03/14 14:02:41| ERROR: failure while accepting a TLS connection on conn77 local=192.168.6.1:3127 remote=192.168.6.2:60960 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master54
2023/03/14 14:02:43| ERROR: failure while accepting a TLS connection on conn78 local=192.168.6.1:3127 remote=192.168.6.2:60962 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master159
2023/03/14 14:02:44| ERROR: failure while accepting a TLS connection on conn81 local=192.168.6.1:3127 remote=192.168.6.2:60976 FD 23 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master165
2023/03/14 14:02:44| ERROR: failure while accepting a TLS connection on conn79 local=192.168.3.1:3127 remote=192.168.3.3:40642 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master161
2023/03/14 14:02:44| ERROR: failure while accepting a TLS connection on conn80 local=192.168.3.1:3127 remote=192.168.3.3:40652 FD 22 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master163
2023/03/14 14:03:37| ERROR: failure while accepting a TLS connection on conn82 local=192.168.6.1:3127 remote=192.168.6.2:33646 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master167
2023/03/14 14:03:37| ERROR: failure while accepting a TLS connection on conn83 local=192.168.6.1:3127 remote=192.168.6.2:33650 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master169
2023/03/14 14:03:42| ERROR: failure while accepting a TLS connection on conn84 local=192.168.6.1:3127 remote=192.168.6.2:49452 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master171
2023/03/14 14:03:44| ERROR: failure while accepting a TLS connection on conn85 local=192.168.3.1:3127 remote=192.168.3.3:40678 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master173
2023/03/14 14:03:44| ERROR: failure while accepting a TLS connection on conn86 local=192.168.3.1:3127 remote=192.168.3.3:40692 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master175
2023/03/14 14:04:37| ERROR: failure while accepting a TLS connection on conn87 local=192.168.6.1:3127 remote=192.168.6.2:34004 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master177
2023/03/14 14:04:37| ERROR: failure while accepting a TLS connection on conn88 local=192.168.6.1:3127 remote=192.168.6.2:34018 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master179
2023/03/14 14:04:44| ERROR: failure while accepting a TLS connection on conn89 local=192.168.3.1:3127 remote=192.168.3.3:45516 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master181
2023/03/14 14:04:44| ERROR: failure while accepting a TLS connection on conn90 local=192.168.3.1:3127 remote=192.168.3.3:45518 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master183
2023/03/14 14:05:37| ERROR: failure while accepting a TLS connection on conn91 local=192.168.6.1:3127 remote=192.168.6.2:45780 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master185
2023/03/14 14:05:37| ERROR: failure while accepting a TLS connection on conn92 local=192.168.6.1:3127 remote=192.168.6.2:45796 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master187
2023/03/14 14:05:45| ERROR: failure while accepting a TLS connection on conn93 local=192.168.3.1:3127 remote=192.168.3.3:37490 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master189
2023/03/14 14:05:45| ERROR: failure while accepting a TLS connection on conn94 local=192.168.3.1:3127 remote=192.168.3.3:37504 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master191
2023/03/14 14:05:46| ERROR: failure while accepting a TLS connection on conn95 local=192.168.3.1:3127 remote=192.168.3.3:37518 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master193
2023/03/14 14:05:46| ERROR: failure while accepting a TLS connection on conn96 local=192.168.3.1:3127 remote=192.168.3.3:37520 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master195
2023/03/14 14:05:46| ERROR: failure while accepting a TLS connection on conn97 local=192.168.3.1:3127 remote=192.168.3.3:37530 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master197
2023/03/14 14:05:46| ERROR: failure while accepting a TLS connection on conn98 local=192.168.3.1:3127 remote=192.168.3.3:37542 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master199
2023/03/14 14:05:52| ERROR: failure while accepting a TLS connection on conn99 local=192.168.3.1:3127 remote=192.168.3.3:37550 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master201
2023/03/14 14:06:37| ERROR: failure while accepting a TLS connection on conn100 local=192.168.6.1:3127 remote=192.168.6.2:48690 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master203
2023/03/14 14:06:37| ERROR: failure while accepting a TLS connection on conn101 local=192.168.6.1:3127 remote=192.168.6.2:48704 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master205
2023/03/14 14:06:50| ERROR: failure while accepting a TLS connection on conn102 local=192.168.6.1:3127 remote=192.168.6.2:49994 FD 15 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master207
2023/03/14 14:06:50| ERROR: failure while accepting a TLS connection on conn103 local=192.168.6.1:3127 remote=192.168.6.2:50006 FD 17 flags=1: SQUID_TLS_ERR_ACCEPT+TLS_LIB_ERR=A000416+TLS_IO_ERR=1
    current master transaction: master209
2023/03/14 14:10:54| Preparing for shutdown after 79 requests
2023/03/14 14:10:54| Waiting 0 seconds for active connections to finish
2023/03/14 14:10:54| Closing HTTP(S) port [::]:3127
    listening port: 3127
2023/03/14 14:10:55| Shutdown: Negotiate authentication.
2023/03/14 14:10:55| Shutdown: Digest authentication.
2023/03/14 14:10:55| Shutdown: Basic authentication.
2023/03/14 14:10:55| Shutting down...
2023/03/14 14:10:55| storeDirWriteCleanLogs: Starting...
2023/03/14 14:10:55|   Finished.  Wrote 2 entries.
2023/03/14 14:10:55|   Took 0.00 seconds (5602.24 entries/sec).
CPU Usage: 1.797 seconds = 1.742 user + 0.055 sys
Maximum Resident Size: 117104 KB
Page faults with physical i/o: 1
2023/03/14 14:10:55| Open FD UNSTARTED     0 stdin
2023/03/14 14:10:55| Open FD UNSTARTED     1 stdout
2023/03/14 14:10:55| Open FD UNSTARTED     2 stderr
2023/03/14 14:10:55| Open FD READ/WRITE   12 security_file_certgen #1
2023/03/14 14:10:55| Open FD UNSTARTED    14 security_file_certgen #2
2023/03/14 14:10:55| Open FD UNSTARTED    16 security_file_certgen #3
2023/03/14 14:10:55| Open FD UNSTARTED    18 security_file_certgen #4
2023/03/14 14:10:55| Open FD UNSTARTED    20 security_file_certgen #5
2023/03/14 14:10:55| Squid Cache (Version 7.0.0-VCS): Exiting normally.
2023/03/14 14:10:55| Removing PID file (/server/squid/conf/squid.pid)


More information about the squid-users mailing list