||  網站導覽  ||  留言版
 
  站長 x 管理人
 
  文章分類
    JAVA
    Database資料庫
    應用程式
    文書處理
    normal一般設定
    Web-design網頁設計
    Virtual Machine虛擬機器
    MIS網管
       Mac
       不分類
       Windows
       Linux
    media多媒體
    未分類
 
 
 
 
「實作」iis紀錄ssl連線log
 
 
 
 
修改登錄檔
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL

修改EventLogging的dword值
EventLogging預設值為1

例:紀錄error和warnings
計算方式: 1 (error) + 2 (warnings) = 3
EventLogging設定為3

**設定說明:
Value Description
0x0000 Do not log
0x0001 Log error messages
0x0002 Log warnings
0x0004 Log informational and success events

上述設定完需要重新開機
可惜沒有附加來源ip的資訊


參考資料:
How to enable Schannel event logging in IIS
 
 
 
 
Copyright © 2012 NBOX. All Rights Reserved.