Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error connect #71

Closed
kobzar opened this issue Jan 26, 2015 · 7 comments
Closed

Error connect #71

kobzar opened this issue Jan 26, 2015 · 7 comments

Comments

@kobzar
Copy link

kobzar commented Jan 26, 2015

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
Copy link

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
Copy link

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
Copy link
Author

kobzar commented Jul 15, 2015

no one find fix?

@peelman
Copy link
Collaborator

peelman commented Jul 16, 2015

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.

@peelman peelman closed this as completed Jul 16, 2015
@chadsaun
Copy link

Where is that setting found?

@thomasbiddle
Copy link

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

remoteaccess

@chadsaun
Copy link

chadsaun commented Feb 1, 2016

Perfect, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants