Comment 2 for bug 1521557

Revision history for this message
Stanislaw Bogatkin (sbogatkin) wrote :

Spawn a ha deployment on ISO 237, then:

^_^ -> curl -k https://10.109.0.2:8443
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title></title>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="theme-color" content="#394c59">
    <meta name="description" content="">
    <meta name="author" content="">
    <meta http-equiv="cache-control" content="no-cache" />
    <meta http-equiv="expires" content="0" />
    <meta http-equiv="pragma" content="no-cache" />
    <link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
    <link rel="stylesheet" type="text/css" href="static/styles/layout.css">
    <script type="text/javascript">
      (function() {
        'use strict';
        var mainContainer, loadingErrors = [];

        function showError(error) {
          if (error) loadingErrors.push(error);
          if (mainContainer && loadingErrors.length) mainContainer.textContent = loadingErrors.join('; ');
        }

        function loadScript(src, errorMessage) {
          var script = document.createElement('script');
          script.type = 'text/javascript';
          script.src = src;
          script.onerror = showError.bind(null, errorMessage);
          document.head.appendChild(script);
        }

        document.addEventListener('DOMContentLoaded', function() {
          mainContainer = document.getElementById('main-container');
          mainContainer.style.display = 'block';
          showError();
        });

        // checks code taken from https://github.com/Modernizr/Modernizr
        var hasCookies = (function() {
... <omitted for brevity>

^_^ -> echo $?
0

So, bug reporter should look onto firewall rules on host node, probably. Marked as invalid.