質問編集履歴

2

InnerException の 内容更新しました

2016/06/20 01:30

投稿

TakahiroTomura
TakahiroTomura

スコア10

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  今まで接続できていたのですが
8
8
 
9
- 「SSPIへの読み出しに失敗しました」と昨日(06/17)から
9
+ 「SSPI への呼び出しに失敗しました。内部例外を参照してください。」と昨日(06/17)から
10
10
 
11
11
  MySQLへ接続できなくなりました。
12
12
 
@@ -40,41 +40,13 @@
40
40
 
41
41
 
42
42
 
43
- 現象が出るのは、Windows10のみ発生します。
43
+ 現象が出るのは、Windows10 Homeのみ発生します。
44
44
 
45
45
 
46
46
 
47
47
  InnerException :
48
48
 
49
- The Local Security Authority cannot be contacted
49
+ ローカル セキュリティ機関にアクセスできません
50
-
51
-
52
-
53
- at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
54
-
55
- at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
56
-
57
- at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
58
-
59
- at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
60
-
61
- at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
62
-
63
- at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
64
-
65
- at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
66
-
67
- at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
68
-
69
- at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
70
-
71
- at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
72
-
73
- at System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
74
-
75
- at System.ServiceModel.Channels.SslStreamSecurityUpgradeInitiator.OnInitiateUpgrade(Stream stream, SecurityMessageProperty& remoteSecurity)
76
-
77
-
78
50
 
79
51
 
80
52
 

1

InnerExceptionの内容を追記しました

2016/06/20 01:30

投稿

TakahiroTomura
TakahiroTomura

スコア10

test CHANGED
File without changes
test CHANGED
@@ -44,4 +44,38 @@
44
44
 
45
45
 
46
46
 
47
+ InnerException :
48
+
49
+ The Local Security Authority cannot be contacted
50
+
51
+
52
+
53
+ at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
54
+
55
+ at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
56
+
57
+ at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
58
+
59
+ at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
60
+
61
+ at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
62
+
63
+ at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
64
+
65
+ at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
66
+
67
+ at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
68
+
69
+ at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
70
+
71
+ at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
72
+
73
+ at System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
74
+
75
+ at System.ServiceModel.Channels.SslStreamSecurityUpgradeInitiator.OnInitiateUpgrade(Stream stream, SecurityMessageProperty& remoteSecurity)
76
+
77
+
78
+
79
+
80
+
47
81
  どなたか対処方法、ご教授ください