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
I've been trying to set up a Linux server <=> Windows clients environment but every time I try to connect with a client I get: Error: Failed to connect: The certificate's CN name does not match the passed value. (os error -2146762481)
(error constant name: CERT_E_CN_NO_MATCH)
I've already tried generating various certificates with different altNames (IP and DNS) but nothing worked.
I realize this is probably not an issue with this crate, but I'd still like to request an option to run the server without requiring a certificate.
I've been trying to set up a Linux server <=> Windows clients environment but every time I try to connect with a client I get:
Error: Failed to connect: The certificate's CN name does not match the passed value. (os error -2146762481)
(error constant name:
CERT_E_CN_NO_MATCH
)I've already tried generating various certificates with different altNames (IP and DNS) but nothing worked.
I realize this is probably not an issue with this crate, but I'd still like to request an option to run the server without requiring a certificate.
For a quick and dirty workaround I disabled
rkvm/client/src/main.rs
Lines 34 to 37 in bf13366
rkvm/server/src/main.rs
Lines 85 to 91 in bf13366
The text was updated successfully, but these errors were encountered: