Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-55084

Port 11209 is not returning address as expected. (TLS ERROR)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Major
    • None
    • 6.6.6
    • ns_server
    • Centos , couchbase enterprise , 6.6.6-10574

    Description

      Test case:

       -P jython=/opt/jython/bin/jython -P transaction_version=1.2.3 -P client_version=default -P 'args=-i /tmp/win10-bucket-ops-ankit.ini -t ns_server.enforce_tls.EnforceTls.test_all_encrypted_and_non_encrypted_ports,quota_percent=10,get-cbcollect-info=False,bucket_storage=couchstore,upgrade_version=6.6.6-10574,rerun=False,nodes_init=1,GROUP=specific,services_init=kv:n1ql:index:fts:cbas:eventing,bucket_size=100'

      Error

      2023-01-12 03:39:44,079 | test  | INFO    | MainThread | [enforce_tls:enable_tls_encryption_on_nodes:178] Setting encryption level to strict on node 172.23.136.110
      2023-01-12 03:39:44,821 | test  | ERROR   | MainThread | [cluster_ready_functions:check_if_services_obey_tls:964]  On Server 172.23.136.110 Expected 127.0.0.1:11209
       Actual *:11209
       
      FAIL
      

      Summary:

      def test_all_encrypted_and_non_encrypted_ports -> def validate_test_ports -> def check_if_services_obey_tls

      Port 11209 returns addresses "*:11209", expected return is "127.0.0.1:11209"

      STEPS TO REPRODUCE:

      1. use a 6 nodes cluster
      2. enable n2n encryption
      3. setting encryption level to strict
      4. use this ss comand to listen the port show the listening port  

        ss -4anpe | grep :11209 | grep 'LISTEN'

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ankit.pandey Ankit Pandey
            ankit.pandey Ankit Pandey
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty