Is there a limit with the number of SSL connections?
|
|
|
|
|
|
|
Yes.. There is a limit to everything. |
||
|
|
|
|
We are trying to connect through SSL with 2000 sessions. We have tried it a couple of times but it always dies at 1062nd. Is there a limit? |
||
|
|
|
|
Connect to what? Using what? I think you'll need to provide more details to get help. |
||
|
|
|
|
Yes, everything has a limit. As far as I'm aware, there is no inherit limit with "SSL".. it is after all just a protocol. But, there is a limited amount of memory, ports, CPU on the machine you are connected to, from and every single one in between. The actually server you are connected to may have an arbitrary limit set too. This question doesn't have enough information to answer beyond "YES". |
||
|
|
|
|
Your operating system will have a limit on the number of open files if you are on linux ulimit -a will show your various limits. I imagine yours is set to 1024 and some of the sessions just happened to have closed allow the figure of 1062 (this last bit is a guess) |
||
|
|
|
|
SSL itself doesn't have any limitations, but there are some practical limits you may be running into:
|
||
|
|
