cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Performance has tanked since going to https at remote locations

WayneBeck
1-Newbie

Performance has tanked since going to https at remote locations

After making the switch to SSL on our new 10.1 m040 system we have seen a very big performance decrease. An item that took 0:01:35 to add to workspace now is taking upwards of 14 min. Internally we are not seeing this except at our replication sites. Any idea where to look to get this decrease back? Some of these are on our WAN some are outside our firewall.


Thanks for your input..

2 REPLIES 2
jessh
5-Regular Member
(To:WayneBeck)

Check httpd-ssl.conf in Apache's conf/extra directory.

Latest PTC Apache configuration has:

#BrowserMatch ".*MSIE.*" \
# nokeepalive ssl-unclean-shutdown \
# downgrade-1.0 force-response-1.0
# Adjust the default BrowserMatch to be a little more granular
# in downgrading connection features [PTC]
# All MSIE versions need ssl-unclean-shutdown
BrowserMatch "MSIE" ssl-unclean-shutdown
# MSIE versions 2-5 need additional downgrades
BrowserMatch "MSIE [2-5]" nokeepalive downgrade-1.0 force-response-1.0

whereas older versions had:

BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0

(a long-time Apache default).

jessh
5-Regular Member
(To:WayneBeck)

To clarify:

The newer configuration is the desirable one here, i.e. latest is greatest.

Announcements

Top Tags