ab命令压测SSL read failed (1) - closing connection

1460人浏览 / 0人评论

[root@baiduyueaaa ~ ] # ab -c 1000 -n1000 https://jiuyijia.com.cn/
This is ApacheBench, Version 2.3 <$Revision: 1430300 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking jiuyijia.com.cn (be patient)
Completed 100 requests
Completed 200 requests
SSL handshake failed (5).
SSL read failed (1) - closing connection
140545562023680:error:140E0197:SSL routines:SSL_shutdown:shutdown while in init:ssl_lib.c:1075:
SSL handshake failed (5).
SSL read failed (1) - closing connection
140545562023680:error:140E0197:SSL routines:SSL_shutdown:shutdown while in init:ssl_lib.c:1075:
SSL handshake failed (5).
 

今天使用ab命令压测,压测压测的出现报错了我丢。后来发现网站上加载了很多不安全的js文件(不安全为http的js文件) 

通知开发修改代码,可以正常压测了。

全部评论