high-availability-add-on
latest
false
  • Información general
    • Acerca de High Availability Add-on
  • Requisitos
  • Instalación
  • Actualizar
  • Solución de problemas
      • Problema de instalación con el puerto 53
      • Failed initial Redis installation
      • Firewall blocking HTTP connections
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía de instalación de High Availability Add-on

Última actualización 10 de jun. de 2025

Firewall blocking HTTP connections

Descripción

During the Redis installation process, specific HTTP calls are made to Redis instances on the server. If the firewall settings are not properly configured, these HTTP calls fail, resulting in errors such as the following:

curl: (7) Failed connect to 127.0.0.1:9443; Connection refusedcurl: (7) Failed connect to 127.0.0.1:9443; Connection refused

Solución

To address the firewall issue:

  1. Temporarily disable the firewall (short-term fix):

    sudo service firewalld stopsudo service firewalld stop
  2. Work with system administrators to properly configure the firewall for Redis (long-term solution). Open the necessary ports:

    firewall-cmd --permanent --add-port=<port/protocol>firewall-cmd --permanent --add-port=<port/protocol>

    Refer to the official Redis documentation for the required port configurations.

  3. If necessary, enable pinging:

    firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -p icmp -s 0.0.0.0/0 -d 0.0.0.0/0 -j ACCEPTfirewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -p icmp -s 0.0.0.0/0 -d 0.0.0.0/0 -j ACCEPT
  • Descripción
  • Solución

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo White
Confianza y seguridad
© 2005-2025 UiPath. Todos los derechos reservados.