2015-07-13 23:43 GMT+02:00 lupa <[email protected]>: > Hola Raimon, > > Gracias por responder ! Sí, eso ponía en el issue... > > No solo borré la línea de mi host, sino que probé borrando toda la > configuración, sin éxito alguno. Esto es lo que decía: >> >> Hi Raimon, >> >> I deleted the entry in known_hosts and same problem. >> >> Then I delete all .config folder and try to make the connection under >> profiles, but, it says: "Cant't connect to server". >> >> Finally, I disabled again SSL (in server) by commenting entries certs in >> config file and I get connected.
pues en este caso, no has configurado correctamente el SSL server. Debes generar y añadir en el fchero de conf: [ssl] # openssl req -new -x509 -keyout server.key -out server.pem -days 3650 -nodes privatekey = /home/privatekey.key certificate = /home/certificate.crt nota: no haci falta eliminar todo el .config. Revisa que te lo haya generado otra vez, pues en el .config hay otras aplicaciones que guardan preferencias
