This is a discussion on Apache ssl session problem. within the Apache Web Server forums, part of the Web Server and Related Forums category; We have configurated apache and tomcat will SSL working well. But the problem is about 30 mins after the client ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
We have configurated apache and tomcat will SSL working well. But the
problem is about 30 mins after the client begin sending request to the server ,apache server refuse to accpet the connection. If we restar the client, it works well again. And one client's failure does not affect others. Our client program is a C++ programe written using standard Windows HTTPS apis. Does anybody have the similar experience? I guess there is something wrong with apache https session. |
|
|||
|
"Amber" <guxiaobo1982@gmail.com> wrote in news:1165225678.158880.105060@
80g2000cwy.googlegroups.com: > We have configurated apache and tomcat will SSL working well. But the > problem is about 30 mins after the client begin sending request to the > server ,apache server refuse to accpet the connection. If we restar the > client, it works well again. And one client's failure does not affect > others. Our client program is a C++ programe written using standard > Windows HTTPS apis. Does anybody have the similar experience? I guess > there is something wrong with apache https session. > > when it happens again do a netstat and see how many connections are tying up http child instances. It could be a problem of your application using persistent connections instead of http connections. The client machine will also have the sockets tied up. It's a long shot but worth the look. ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =---- |