How to increase performance for HTTPS in Oracle Application Server? -


how can tune performance (by perhaps changing parameters) make https faster in oracleas?

thank you

please refer documentation tuning standards:
https://docs.oracle.com/cd/e23943_01/core.1111/e10108/http.htm#asper99079

here relevant pieces effect ssl tuning in experience can make difference:
section 5.4.1.1:
sslsessioncachetimeout directive in ssl.conf determines how long server keeps saved ssl session (the default 300 seconds). session state discarded if not used after specified time period, , subsequent ssl request must establish new ssl session , begin handshake again.

section 5.4.1.3:
if large volumes of data being protected through ssl, pay close attention cipher suite being used. sslciphersuite directive specified in ssl.conf controls cipher suite. if lower levels of security acceptable, use less-secure protocol using smaller key size (this may improve performance significantly). finally, test application using each available cipher suite specified security level find optimal suite.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -