Open port 443 = slower traffic?

Gunslinger08

Lifer
Nov 18, 2001
13,234
2
81
Has anyone ever experienced this? We started allowing SSL traffic into a server, and the network performance has gone down quite a bit. I don't know what could be causing this, beyond a virus or spyware that operates on port 443. Any ideas?
 

TC10284

Senior member
Nov 1, 2005
308
0
0
Is this server behind a firewall or is it inside a private network? Port 443 is HTTPS. Do you have any HTTPS services running?
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
is it just ssl performance or overall performance?

check the cpu on the server. ssl can kill a server. That's why a lot of time you offload it to hardware devices that do the encryption.
 

Rilex

Senior member
Sep 18, 2005
447
0
0
HTTPS opens a persistant connection to the web server where as HTTP does not. This adds additional overhead to the server.