HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Proxy server errors - Apache 1.39 on OpenBSD 4.2
Operating System - Linux
1839935
Members
3294
Online
110157
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 02:48 PM
09-09-2008 02:48 PM
Proxy server errors - Apache 1.39 on OpenBSD 4.2
I am running proxy servers with the following Apache, mod_ssl and OpenSSL:
Server: Apache/1.3.29, Interface: mod_ssl/2.8.16, Library: OpenSSL/0.9.7j
I am taking intermittent errors in the /var/www/logs/access_log and error_log files.
End-users are occasionally taking Proxy Server” errors (not getting enough info from end-users. Am trying, though)
Please see /var/www/logs/error_log excerpt below.
I have also included an excerpt of /var/www/conf/httpd.conf file (see bottom of email)
Any suggestions on why the mod_ssl: SSL handshare interrupted by system keep occurring – other than pressing “stop” in the browser. We are trying to narrow the issue down and appreciate the help with this:
/htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js
[Tue Sep 9 13:39:57 2008] [error] [client 69.210.110.185] File does not exist:
/htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js
[Tue Sep 9 13:40:13 2008] [error] [client 69.210.110.185] File does not exist:
/htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js
[Tue Sep 9 13:43:56 2008] [error] [client 216.170.204.245] File does not exist:
/htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js
[Tue Sep 9 13:44:57 2008] [error] [client 141.106.128.4] File does not exist: /
htdocs/favicon.ico
[Tue Sep 9 13:47:11 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[Tue Sep 9 13:47:11 2008] [error] System: Connection reset by peer (errno: 54)
[Tue Sep 9 13:50:23 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[Tue Sep 9 13:50:23 2008] [error] System: Connection reset by peer (errno: 54)
[Tue Sep 9 13:51:01 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[Tue Sep 9 13:51:01 2008] [error] System: Connection reset by peer (errno: 54)
[Tue Sep 9 13:56:37 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[Tue Sep 9 13:56:37 2008] [error] System: Connection reset by peer (errno: 54)
[Tue Sep 9 13:57:16 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
PLEASE NOTE: Have the following HTTP response directives in place
Specifically, added this one to try and make errors above go away…
BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-res
ponse-1.0
# The following directives modify normal HTTP response behavior.
# The first directive disables keepalive for Netscape 2.x and browsers that
# spoof it. There are known problems with these browser implementations.
# The second directive is for Microsoft Internet Explorer 4.0b2
# which has a broken HTTP/1.1 implementation and does not properly
# support keepalive when it is used on 301 or 302 (redirect) responses.
#
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-res
ponse-1.0
#BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
#
# The following directive disables HTTP/1.1 responses to browsers which
# are in violation of the HTTP/1.0 spec by not being able to grok a
# basic 1.1 response.
#
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
The WebApp is running on IIS.
Thank you in advance for any assistance or guidance that you can provide with this. Thank you.
Server: Apache/1.3.29, Interface: mod_ssl/2.8.16, Library: OpenSSL/0.9.7j
I am taking intermittent errors in the /var/www/logs/access_log and error_log files.
End-users are occasionally taking Proxy Server” errors (not getting enough info from end-users. Am trying, though)
Please see /var/www/logs/error_log excerpt below.
I have also included an excerpt of /var/www/conf/httpd.conf file (see bottom of email)
Any suggestions on why the mod_ssl: SSL handshare interrupted by system keep occurring – other than pressing “stop” in the browser. We are trying to narrow the issue down and appreciate the help with this:
/htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js
[Tue Sep 9 13:39:57 2008] [error] [client 69.210.110.185] File does not exist:
/htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js
[Tue Sep 9 13:40:13 2008] [error] [client 69.210.110.185] File does not exist:
/htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js
[Tue Sep 9 13:43:56 2008] [error] [client 216.170.204.245] File does not exist:
/htdocs/aspnet_client/system_web/1_1_4322/WebUIValidation.js
[Tue Sep 9 13:44:57 2008] [error] [client 141.106.128.4] File does not exist: /
htdocs/favicon.ico
[Tue Sep 9 13:47:11 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[Tue Sep 9 13:47:11 2008] [error] System: Connection reset by peer (errno: 54)
[Tue Sep 9 13:50:23 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[Tue Sep 9 13:50:23 2008] [error] System: Connection reset by peer (errno: 54)
[Tue Sep 9 13:51:01 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[Tue Sep 9 13:51:01 2008] [error] System: Connection reset by peer (errno: 54)
[Tue Sep 9 13:56:37 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[Tue Sep 9 13:56:37 2008] [error] System: Connection reset by peer (errno: 54)
[Tue Sep 9 13:57:16 2008] [error] mod_ssl: SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
PLEASE NOTE: Have the following HTTP response directives in place
Specifically, added this one to try and make errors above go away…
BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-res
ponse-1.0
# The following directives modify normal HTTP response behavior.
# The first directive disables keepalive for Netscape 2.x and browsers that
# spoof it. There are known problems with these browser implementations.
# The second directive is for Microsoft Internet Explorer 4.0b2
# which has a broken HTTP/1.1 implementation and does not properly
# support keepalive when it is used on 301 or 302 (redirect) responses.
#
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-res
ponse-1.0
#BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
#
# The following directive disables HTTP/1.1 responses to browsers which
# are in violation of the HTTP/1.0 spec by not being able to grok a
# basic 1.1 response.
#
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
The WebApp is running on IIS.
Thank you in advance for any assistance or guidance that you can provide with this. Thank you.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP