dorianj / CoRD

CoRD is a Mac OS X remote desktop client for Microsoft Windows computers using the RDP protocol. It's easy to use, fast, and free for anyone to use or modify.
http://cord.sourceforge.net/
345 stars 135 forks source link

Error connect #71

Closed kobzar closed 9 years ago

kobzar commented 9 years ago

I can connect to one of my servers from any OS and soft! But CoRD is would not. in console i see

Warning: +[NSStream getStreamsToHost:port:inputStream:outputStream:] is deprecated since OS X 10.10. Please use +[NSStream getStreamsToHostWithName:port:inputStream:outputStream] instead.

chadsaun commented 9 years ago

I'm having the same issue when trying to connect to our server. Here is the output from the console.

2015-05-22 08:34:29.396 Cord[3708:48162] Warning: +[NSStream getStreamsToHost:port:inputStream:outputStream:] is deprecated since OS X 10.10. Please use +[NSStream getStreamsToHostWithName:port:inputStream:outputStream] instead.
ERROR: recv: Connection reset by peer
larrylv2015 commented 9 years ago

I have the same issue too. 2015-06-01 11:10:09.565 CoRD[655:12769] Warning: +[NSStream getStreamsToHost:port:inputStream:outputStream:] is deprecated since OS X 10.10. Please use +[NSStream getStreamsToHostWithName:port:inputStream:outputStream] instead. ERROR: recv: Connection reset by peer

kobzar commented 9 years ago

no one find fix?

peelman commented 9 years ago

The message you posted is a warning. nothing more.

Odds are you don't have "allow connections from insecure clients" turned on and the server is rejecting your attempts to connect insecurely.

CoRD will probably never support secure connections.

chadsaun commented 9 years ago

Where is that setting found?

thomasbiddle commented 8 years ago

@chadsaun System Properties - Uncheck the last box with Network Level Authentication:

remoteaccess

chadsaun commented 8 years ago

Perfect, thank you!