I'm guessing it is. On further troubleshooting, I've run both WireShark and Microsoft Network Monitor.
The Event log has this:
A fatal error occurred while creating a TLS client credential. The internal error state is 10011.
Wireshark is showing this:
Flags: 0x014 (RST, ACK)
000. .... .... = Reserved: Not set
...0 .... .... = Accurate ECN: Not set
.... 0... .... = Congestion Window Reduced: Not set
.... .0.. .... = ECN-Echo: Not set
.... ..0. .... = Urgent: Not set
.... ...1 .... = Acknowledgment: Set
.... .... 0... = Push: Not set
.... .... .1.. = Reset: Set
[Expert Info (Warning/Sequence): Connection reset (RST)]
[Connection reset (RST)]
[Severity level: Warning]
[Group: Sequence]
.... .... ..0. = Syn: Not set
.... .... ...0 = Fin: Not set
[TCP Flags: ·······A·R··]
Network Monitor is showing this:
Frame: Number = 2357, Captured Frame Length = 269, MediaType = ETHERNET
+ Ethernet: Etype = Internet IP (IPv4),DestinationAddress:[9C-7B-EF-23-77-34],SourceAddress:[0C-D0-F8-3A-82-CB]
+ Ipv4: Src = 10.132.131.28, Dest = 10.132.132.51, Next Protocol = TCP, Packet ID = 28628, Total IP Length = 255
+ Tcp: Flags=...AP..., SrcPort=Microsoft-DS(445), DstPort=57075, PayloadLen=215, Seq=2101714371 - 2101714586, Ack=2269413295, Win=31 (scale factor 0xa) = 31744
+ SMBOverTCP: Length = 211
- SMB2: R - NT Status: System - Error, Code = (22) STATUS_MORE_PROCESSING_REQUIRED SESSION SETUP (0x1), SessionFlags=0x0
SMBIdentifier: SMB
- SMB2Header: R SESSION SETUP (0x1),TID=0x0000, MID=0x0001, PID=0xFEFF, SID=0x4DD2C4BB
StructureSize: 64 (0x40)
CreditCharge: 1 (0x1)
- Status: 0xC0000016, Facility = FACILITY_SYSTEM, Severity = STATUS_SEVERITY_ERROR, Code = (22) STATUS_MORE_PROCESSING_REQUIRED
Code: (................0000000000010110) (22) STATUS_MORE_PROCESSING_REQUIRED
Facility: (....000000000000................) FACILITY_SYSTEM
N: (...0............................)
Customer: (..0.............................) NOT Customer Defined
Severity: (11..............................) STATUS_SEVERITY_ERROR
Command: SESSION SETUP (0x1)
Credits: 1 (0x1)
+ Flags: 0x1
NextCommand: 0 (0x0)
MessageId: 1 (0x1)
ProcessId: 65279 (0xFEFF)
TreeId: 0 (0x0)
SessionId: 1305658555 (0x4DD2C4BB)
Signature: Binary Large Object (16 Bytes)
- RSessionSetup:
StructureSize: 9 (0x9)
+ SessionFlags: 0x0
SecurityBufferOffset: 72 (0x48)
SecurityBufferLength: 139 (0x8B)
+ securityBlob:
I've checked all of the SCHANNEL and SMB settings in the registry. There's no firewall enabled on the Windows workstation. The share is on a linux system and some systems are able to access the share. I've searched the errors form WS, MNM and EV, but haven't found anything in the way of a resolution.
Domenick Pellegrini