Uploaded image for project: 'Couchbase Elasticsearch Connector'
  1. Couchbase Elasticsearch Connector
  2. CBES-179

When custom port is specified, elasticsearch host assumes http even if secure = true

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 4.2.5
    • 4.2.0
    • None
    • 1

    Description

      A user ran into an issue which can be roughly described as:

      "We need to provide a scheme, because otherwise http is used even if secure = true"

      So a config like this:

      [elasticsearch]
      secureConnection = true
      hosts = ['myhost:9201']
      

      will try http. If https://myhost:9201 is used, it will work.

      Note that there is a check which checks the reverse (so if secure is false, but https is used), but not the other way round.

      Cursory inspection of https://github.com/couchbase/couchbase-elasticsearch-connector/blob/4.2.0/src/main/java/com/couchbase/connector/config/ConfigHelper.java#L70 suggests that HttpHost will default to HTTP scheme if not explicitly provided, but it should use https if secure = true .. and/or some sanity check?

      Attachments

        For Gerrit Dashboard: CBES-179
        # Subject Branch Project Status CR V

        Activity

          People

            david.nault David Nault
            daschl Michael Nitschinger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty