Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-6700

Template Gitlab by HTTP does not support HTTPS protocol

XMLWordPrintable

    • Team INT
    • Sprint 77 (Jun 2021)
    • 1

      If Gitlab works over HTTPS template is not able to fetch metrics. 

      curl localhost:443/-/metrics

      <html>
      <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
      <body>
      <center><h1>400 Bad Request</h1></center>
      <center>The plain HTTP request was sent to HTTPS port</center>
      <hr><center>nginx</center>
      </body>
      </html>

       

      Proposed change:

      from {$GITLAB.URL}:{$GITLAB.PORT}

      to {$GITLAB.PROTOCOL}://{$GITLAB.URL}:{$GITLAB.PORT}

            ychukina Yulia Chukina (Inactive)
            DenisV Denis Vasiliev
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: