ssl_client_session_cache size
Charlie Morgan <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CADvfdwx_sYsTXyeBQZM-KFMKyvbNQQL=GOyRv8xFmVLyjkQ9TA@mail.gmail.com> |
Hi! We have a lot of outgoing ssl connections and noticed that ssl_manager does not respect the default session_cache_client_max value and the ets session cache table increases unbounded until we hit the session lifetime. I have tried to write some tests to replicate this behavior but it's proving difficult, do you know of any circumstances that could be causing this? My initial thoughts were problems with ssl_manager:do_register_session. Currently using OTP24 Thanks!