ElasticSearchConfigurationDisableCertificateValidation Property

是否停用 SSL 憑證驗證

Definition

Namespace: eBizprise.Framework.Log.ElasticSearch
Assembly: eBizprise.Framework.Log.LogHelper.ElasticSearch (in eBizprise.Framework.Log.LogHelper.ElasticSearch.dll) Version: 25.0.3.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public bool DisableCertificateValidation { get; set; }

Property Value

Boolean

Remarks

設定為 true 時,會略過 SSL 憑證驗證 (適用於開發或測試環境使用自簽憑證的情況) 注意:生產環境不建議停用憑證驗證 預設值為 false

See Also