Re: [CentOS] A question about why the function "recv" return 0

2018-12-20 Thread Steven Tardy
> after the ssl handshake, the client side reset the tcp connection. Client doesn’t like TLS cypher list. Client doesn’t have intermediate certificate. Server needs intermediate certificate configured. Client needs remote certificate “installed”. Many more TLS issues. >

Re: [CentOS] A question about why the function "recv" return 0

2018-12-17 Thread yf chu
I have used tcpdump to capture the data packets and found that after the ssl handshake, the client side reset the tcp connection. Is there any method to pinpoint the culprit who drops the tcp connection? At 2018-12-18 01:58:36, "Fred Smith" wrote: >On Mon, Dec 17, 2018 at 01:30:14PM

Re: [CentOS] A question about why the function "recv" return 0

2018-12-17 Thread Fred Smith
On Mon, Dec 17, 2018 at 01:30:14PM +0800, yf chu wrote: > I am a website developer. We deploy a Nginx server on centos to provide HTTP > services. Recently, some customers of our website were complaining about that > occasionally they could not open the webpage, the web browser show that the >

[CentOS] A question about why the function "recv" return 0

2018-12-16 Thread yf chu
I am a website developer. We deploy a Nginx server on centos to provide HTTP services. Recently, some customers of our website were complaining about that occasionally they could not open the webpage, the web browser show that the tcp connection was reset. I checked the Nginx logs and source