Am Samstag, 29. Juni 2013, 10:56:43 schrieb Cédric Krier: > > server and client run on the same machine. For testing purposes I set the > > access authorisations for the server certificates to 666, but that did > > not > > help. > > Whats the problem? Can I get a more verbose error message? > > Probably the known_hosts [1] file has wrong information. > If you used your server without ssl activated before switching, then the > client stored the information that you don't use ssl for this server and > then it just tries to connect in non-ssl. > So just remove the line that corresponds to your server in the > known_hosts file. > > PS: this is the same design as the openssh known_hosts. > > [1] http://doc.tryton.org/2.8/tryton/doc/usage.html#configuration-file
yes, that solved the problem, thanks! Ax
