I've been trying to figure out what's up with our install. I ran into this (older) post, but figured I'd give it a go.
We're experiencing something that's essentially clogging our EC2 instance. We currently have about 6 EC2s connected to 1 RDS. All of the other sites are fine, leading me to assume that the problem is isolated to the 1 EC2 instance. And, the huge variable on that instance is that it has WooCommerce installed.
The install is still in it's DEV stages, so it's really not seeing any type of real traffic... but how/why has it been locking up and coming to a stand still?
Also worth noting, we didn't seem to experience this when the build was isolated to a single stack instance. It only started generating issues when we migrated to the RDS. ...and we've optimized as many of the RDS settings as we're able to... so, now we're at a stand still
From what I can tell, this error would imply that I'm running into an OpenSSL issue... but, I'm at a loss as to how to fix. I've done a bunch of research and everything related to OpenSSL has been updated... has anyone else experienced anything like this?
And outside of the ApacheBench box, any other ideas or suggestions on what might be troubling our install?
(this first part repeats A LOT... so, I'm omitting a few thousand lines)
$ ab -n 10000 -c 400 https://domain.tld/
This is ApacheBench, Version 2.3 <$Revision: 1879490 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking humphreysusa.net (be patient)
SSL read failed (1) - closing connection
804301B8EF7F0000:error:0A000197:SSL routines:SSL_shutdown:shutdown while in init:../ssl/ssl_lib.c:2244:
804301B8EF7F0000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:../ssl/record/rec_layer_s3.c:308:
SSL read failed (1) - closing connection
804301B8EF7F0000:error:0A000197:SSL routines:SSL_shutdown:shutdown while in init:../ssl/ssl_lib.c:2244:
804301B8EF7F0000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:../ssl/record/rec_layer_s3.c:308:
SSL read failed (1) - closing connection
804301B8EF7F0000:error:0A000197:SSL routines:SSL_shutdown:shutdown while in init:../ssl/ssl_lib.c:2244:
804301B8EF7F0000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:../ssl/record/rec_layer_s3.c:308:
Completed 10000 requests
Finished 10000 requests
Server Software: cloudflare
Server Hostname: domain.tld
Server Port: 443
SSL/TLS Protocol: TLSv1.2,ECDHE-ECDSA-CHACHA20-POLY1305,256,256
Server Temp Key: X25519 253 bits
TLS Server Name: domain.tld
Document Path: /
Document Length: 0 bytes
Concurrency Level: 400
Time taken for tests: 69.116 seconds
Complete requests: 10000
Failed requests: 10000
(Connect: 0, Receive: 0, Length: 10000, Exceptions: 0)
Total transferred: 1665265575 bytes
HTML transferred: 1657152949 bytes
Requests per second: 144.69 [#/sec] (mean)
Time per request: 2764.626 [ms] (mean)
Time per request: 6.912 [ms] (mean, across all concurrent requests)
Transfer rate: 23529.20 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 7 156 170.7 113 1021
Processing: 199 2024 539.5 1974 4820
Waiting: 18 627 659.7 379 3313
Total: 217 2180 634.6 2088 5740
Percentage of the requests served within a certain time (ms)
50% 2088
66% 2187
75% 2335
80% 2430
90% 2795
95% 3020
98% 4575
99% 5093
100% 5740 (longest request)