サーバー上にファイルがあり、そのファイルを読み取ろうとしています。次のように 私のコードは次のとおりです。TWAPI TCL対象プリンシパル名が正しくありません
package require http
package require twapi_crypto
http::register https 443 [list ::twapi::tls_socket]
set token [http::geturl "https://$ipaddress/filename"]
set status [http::status $token]
set data [http::data $token]
put $data
を、私は次のエラーを取得する:問題がどこにある
The target principal name is incorrect
while executing
"InitializeSecurityContext $Credentials $Handle $Target $Inattr 0 $Datarep $inbuflist 0"
(procedure "sspi_step" line 16)
invoked from within
"sspi_step $SpiContext $data"
(procedure "_negotiate2" line 19)
invoked from within
"_negotiate2 $chan"
(procedure "rethrow" line 2)
invoked from within
"rethrow"
invoked from within
"trap {
_negotiate2 $chan
} onerror {} {
variable channels
if {[info exists _channels($chan)]} {
dict set _chan..."
(procedure "_negotiate line 3)
invoked from within
"_negotiate $chan"
(procedure "::twapi::tls::_so_write_andler" line12)
invoked from within
"::twapi::tls::_so_write_handle rc0"
誰かが私をここにリダイレクトすることができますか?ブラウザに証明書を追加したにもかかわらず、ファイルにアクセスしようとしているときにIEから警告が表示され、[続行]をクリックする必要があります。これはWindowsマシン上で実行されています。