diff --git a/services/proxy/html/virt/index.php b/services/proxy/html/virt/index.php
index cd46d7d9..1aefa504 100644
--- a/services/proxy/html/virt/index.php
+++ b/services/proxy/html/virt/index.php
@@ -40,7 +40,7 @@ $response = curl_exec($ch);
if ($response === false) {
$errorMessage = curl_error($ch);
- echo "Error connecting to $ip on port 80 - make sure that domain $domen exists on the server $ip and has SSL certificate.
";
+ echo "Error connecting to $ip on port 80 - make sure that domain $domen exists on the server $ip and that web server is running.
";
if (strpos($errorMessage, 'SSL') !== false) {
curl_close($ch);
echo "response:
" . $errorMessage . "";