リスナーのデフォルト TLS プロパティを構成するには

mf-server.dat ファイルで、さまざまな TLS プロパティのデフォルト値を構成できます。TLS 対応 MFCC リスナーの起動時、このファイルでデフォルト値がチェックされます。リスナーがプロパティの値を指定していない場合は、このファイル内の値が代わりに使用されます。

注: mf-server.dat ファイル内のすべてのプロパティが、リスナーに対して設定された値を上書きするわけではありません。一部のプロパティは、mf-server.dat ファイルでのみ設定可能であり、リスナーでは設定できません。

mf-server.dat ファイルは %ProgramFiles(x86)%\Micro Focus\Enterprise Developer\bin または \bin64 ディレクトリ (Windows) か、$COBDIR/bin フォルダー (UNIX) にあります。

詳細については、「サーバーのプロトコルおよび暗号スイートの設定の指定」を参照してください。

[TLS]
; The separator used for passwords if multiple certificates are specified
;password separator=

; The TLS protocols field specifies the list of protocols to be used and 
; the order of preference in which they are to be used
;protocols=

; The Cipher Suites field specifies the list of ciphers to be used in 
; order of preference of use.
;cipher suites=

; The TLS 1.3 specific cipher suites list
;TLS1.3 cipher suites=

; The minimum size in bits of the modulus length of the Diffie-Hellman (DH) group 
; that is used to negotiate with connecting peers when using DH cipher suites. 
;min dh size=

; The Cipher Groups (previously 'ECC curves') enable you to specify the list of 
; ciphers to be used and the order of preference in which they are to be used.
;cipher groups=

; Set whether the middlebox workaround is disabled. Any setting here overwrites any value
; set in a listener. 
; Values: "disable" or "enable" 
;middlebox workaround=

; Set whether the server enforces all clients to use its cipher list
; Values: "yes"/"1", "no"/"0"
; Any setting here overwrites any value set in a listener. 
;honor server cipher list=