• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Very long SSL handshake time

eronardiaras

Basic Pleskian
Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
Plesk Obsidian 18.0.46 #2
What can cause it? Where should I look for the error?
All websites (https) load slowly, even the plesk admin interface.


curl -s -w '\nLookup time:\t\t%{time_namelookup}\nConnect time:\t\t%{time_connect}\nSSL handshake time:\t%{time_appconnect}\nPre-Transfer time:\t%{time_pretransfer}\nRedirect time:\t\t%{time_redirect}\nTime to first byte:\t%{time_starttransfer}\n\nTotal time:\t\t%{time_total}\n' -o /dev/null http://mywebpage.com

Lookup time: 0.029
Connect time: 0.029
SSL handshake time: 0.000
Pre-Transfer time: 0.029

Redirect time: 0.000
Time to first byte: 0.029

Total time: 0.029

curl -s -w '\nLookup time:\t\t%{time_namelookup}\nConnect time:\t\t%{time_connect}\nSSL handshake time:\t%{time_appconnect}\nPre-Transfer time:\t%{time_pretransfer}\nRedirect time:\t\t%{time_redirect}\nTime to first byte:\t%{time_starttransfer}\n\nTotal time:\t\t%{time_total}\n' -o /dev/null https://mywebpage.com

Lookup time: 0.029
Connect time: 0.029
SSL handshake time: 1.191
Pre-Transfer time: 1.191

Redirect time: 0.000
Time to first byte: 6.109

Total time: 78.816
 
Back
Top