소스 검색

modules: readme files regenerated - tls ... [skip ci]

Kamailio Dev 3 년 전
부모
커밋
8df3752c2d
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/modules/tls/README

+ 8 - 0
src/modules/tls/README

@@ -234,6 +234,14 @@ Chapter 1. Admin Guide
    module that uses libssl (OpenSSL library). A safe option is to have the
    tls module loaded first (be in the first "loadmodule" in Kamailio.cfg).
 
+   IMPORTANT: using this module compiled with newer versions of libssl
+   (e.g., v1.1+) may require Kamailio to be started with --atexit=no
+   command line parameters to avoid calling C atexit callbacks inside the
+   process ending during daemonize procedure as well as during shut down,
+   which can lead to crashes because it destroys and then accesses shared
+   memory. For example, such case has been reported for Ubuntu 20.04 or
+   RedHat 8.
+
 2. Quick Start
 
    The default kamailio.cfg file has basic tls support included, it has to