domotz-remote-pawn
Version:
Domotz Agent
71 lines (61 loc) • 1.99 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The software Agent cannot be correctly initialized</title>
<style type="text/css">
body {
text-align: center;
color: #8a8d99;
background-color: #f6f6f6;
height: 100vh;
font-family: "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
a {
color: blue;
}
.wrapper {
display: flex;
flex-direction: row;
align-items: center;
height: 100%;
}
.container {
margin: 0 auto;
}
.container img {
margin-bottom: 15px;
}
.container h2 {
text-transform: uppercase;
font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-weight: bold;
font-size: 18px;
}
.container p {
font-size: 18px;
}
</style>
</head>
<body style="margin: 0;">
<div class="wrapper">
<div class="container">
<img src="broken_agent.png" alt="Agent cannot be started">
<h2>The software Agent cannot be correctly initialized.</h2>
<p>
The Box cannot reach the cloud platform to retrieve the configuration.
<br/>
This might be due to a firewall restriction.
</p>
<p>Make sure the following services (outgoing connections)<br />are reachable from your network:</p>
<p>
messaging.orchestration.wl-pro.com (port 5671 TCP)
<br />
api.orchestration.wl-pro.com (port 443 TCP)
</p>
<br/>
<p><em>Please contact your vendor to get further assistance.</em></p>
</div>
</div>
</body>
</html>