You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
and explorer.exe proceeds to say "invalid credentials".
so here's the deal: Windows 10's Explorer.exe expects the OPTIONS request to not include authentication, and dave expects the OPTIONS request to include authentication
list of IPs bypassing authentication entirely..
There is something messed up with windows 10 explorer.exe authentication ( see micromata#47 ), this patch allows mounting from windows 10 with some security (essentially a ip whitelist)
haven't implemented any tests for it though.
did some more digging: it appears explorer.exe will...
check if the server require credentials, if YES, it will ask the user for credentials, then it will check if the server connection is encrypted, if NO, it will tell the user "invalid credentials"
(instead of doing something SENSIBLE like saying "sorry, i do not support using credentials without httpS")
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when trying to mount with windows 10 explorer.exe client with the default admin:foo it insist the credentials are wrong🤔
screenshot:
strangely at #37 someone else get a different error from windows 10, i wonder if it's related
The text was updated successfully, but these errors were encountered: