java - the - could not establish secure channel for ssl tls with authority
ERROR-ListenerManager No se pudo inicializar el oyente httpstransport-WSO2 (2)
Inicié una nueva copia de WSO2 API Manager 1.8 y obtuve el error debajo sin ningún motivo.
ERROR - ListenerManager Couldn''t initialize the httpstransport listener
¿Cómo puedo arreglar esto?
Tipo
root@S-06:hostname
S-06
Escribe tu IP
root@S-06:ifconfig
vim /etc/hosts
a vim /etc/hosts
como un registro.
192.168.4.123 S-06
Verifique el nombre de host del sistema ejecutando el siguiente comando
$ hostname
Intente hacer ping a la salida para ese nombre de host.
$ ping <output of the hostname command>
Si eso da un error, verifique el /etc/hosts
. Al menos debería tener una entrada de host a 127.0.0.1
127.0.0.1 <hostname>
or
<local ip> <hostname>