Open lost-bits opened 3 years ago
Try without the domain. Works for me
Hey, i get the same error when connecting to a Windows 7 machine. Seems to be related to SMB security. https://docs.microsoft.com/en-us/archive/blogs/openspecification/smb3-secure-dialect-negotiation
With or without domains does not make a difference to me.
Solution hints would be appreciated.
Quite some digging resolved in some pretty interesting findings https://github.com/jborean93/smbprotocol/pull/73#issue-562227733 explains issue and solution quite well:
that is surely something to be done in the dependency
@mikepallister > Try without the domain. Works for me Tried without domain before I made this issue ... so it does not work either. @blackw1ng I will give it a try .. but some machines are not under my control ... I will report back as soon as tested.
Hi,
i created a simple flow for connection to a windows host.
On the Windows Host (windows 10) i did the following:
I tested the credentials and the share on an other PC -> it worked fine.
Then I set up the following flow:
after triggering I receive the following message in the debug window:
At first I need some help to fix this, but furthermore I like to suggest 1) implementation of better errors for diagnosis 2) setting SMB1,SMB2,SMB3 on the settings dialog to force the usage of a certain SMB protocoll
Thx