質問するログイン新規登録

質問編集履歴

2

InnerException の 内容更新しました

2016/06/20 01:30

投稿

TakahiroTomura
TakahiroTomura

スコア10

title CHANGED
File without changes
body CHANGED
@@ -2,7 +2,7 @@
2
2
  で WindowsアプリからMySQLに接続しています。
3
3
 
4
4
  今まで接続できていたのですが
5
- 「SSPIへの読み出しに失敗しました」と昨日(06/17)から
5
+ 「SSPI への呼び出しに失敗しました。内部例外を参照してください。」と昨日(06/17)から
6
6
  MySQLへ接続できなくなりました。
7
7
 
8
8
  ConnectStringは
@@ -19,23 +19,9 @@
19
19
 
20
20
  と表示されます。
21
21
 
22
- 現象が出るのは、Windows10のみ発生します。
22
+ 現象が出るのは、Windows10 Homeのみ発生します。
23
23
 
24
24
  InnerException :
25
- The Local Security Authority cannot be contacted
25
+ ローカル セキュリティ機関にアクセスできません
26
26
 
27
- at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
28
- at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
29
- at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
30
- at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
31
- at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
32
- at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
33
- at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
34
- at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
35
- at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
36
- at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
37
- at System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
38
- at System.ServiceModel.Channels.SslStreamSecurityUpgradeInitiator.OnInitiateUpgrade(Stream stream, SecurityMessageProperty& remoteSecurity)
39
-
40
-
41
27
  どなたか対処方法、ご教授ください

1

InnerExceptionの内容を追記しました

2016/06/20 01:30

投稿

TakahiroTomura
TakahiroTomura

スコア10

title CHANGED
File without changes
body CHANGED
@@ -21,4 +21,21 @@
21
21
 
22
22
  現象が出るのは、Windows10のみ発生します。
23
23
 
24
+ InnerException :
25
+ The Local Security Authority cannot be contacted
26
+
27
+ at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
28
+ at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
29
+ at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
30
+ at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
31
+ at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
32
+ at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
33
+ at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
34
+ at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
35
+ at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
36
+ at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
37
+ at System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
38
+ at System.ServiceModel.Channels.SslStreamSecurityUpgradeInitiator.OnInitiateUpgrade(Stream stream, SecurityMessageProperty& remoteSecurity)
39
+
40
+
24
41
  どなたか対処方法、ご教授ください