Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 45 for sasl (0.17 sec)

  1. pilot/pkg/model/gateway.go

    // will use route name https.<portNumber>.<portName>.<gatewayName>.<namespace>. HTTPS servers using SNI passthrough or
    // non-HTTPS servers (e.g., TCP+TLS) with SNI passthrough will be setup as opaque TCP proxies without terminating
    // the SSL connection. They would inspect the SNI header and forward to the appropriate upstream as opaque TCP.
    //
    // Within HTTPS servers terminating TLS, user could setup multiple servers in the gateway. each server could have
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/networking/v1/types.go

    // Ingress is a collection of rules that allow inbound connections to reach the
    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    type Ingress struct {
    	metav1.TypeMeta `json:",inline"`
    
    	// Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    #
    # The title of domain the application for logging
    domain.title = Fess
    
    # Search Engine
    search_engine.type=default
    search_engine.http.url=http://localhost:9201
    search_engine.http.ssl.certificate_authorities=
    search_engine.username=
    search_engine.password=
    search_engine.heartbeat_interval=10000
    
    # Cryptographer
    app.cipher.algorism=aes
    app.cipher.key=___change__me___
    app.digest.algorism=sha256
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  4. src/crypto/tls/conn.go

    	// Zero the padding length on error. This ensures any unchecked bytes
    	// are included in the MAC. Otherwise, an attacker that could
    	// distinguish MAC failures from padding failures could mount an attack
    	// similar to POODLE in SSL 3.0: given a good ciphertext that uses a
    	// full block's worth of padding, replace the final block with another
    	// block. If the MAC check passed but the padding check failed, the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Trseuc         uint16
    	TrsEuc         uint16
    	CurAPMvalues   uint16
    	Mprc           uint16
    	Hw_config      uint16
    	Acoustic       uint16
    	Msrqs          uint16
    	Sxfert         uint16
    	Sal            uint16
    	Spg            uint32
    	Lba_capacity_2 uint64
    	Words104_125   [22]uint16
    	Last_lun       uint16
    	Word127        uint16
    	Dlf            uint16
    	Csfo           uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

              --project "${NETWORK_PROJECT}" \
              --region "${REGION}" \
              "${IP_ALIAS_SUBNETWORK}"
          fi
        fi
      fi
    }
    
    # Generates SSL certificates for etcd cluster peer to peer communication. Uses cfssl program.
    #
    # Assumed vars:
    #   KUBE_TEMP: temporary directory
    #
    # Args:
    #  $1: host name
    #  $2: CA certificate
    #  $3: CA key
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    			gotSA = append(gotSA, e.ServiceAccount)
    		}
    		if !reflect.DeepEqual(gotIps, ips) {
    			t.Fatalf("expected ips %v, got %v", ips, gotIps)
    		}
    		if !reflect.DeepEqual(gotSA, expectedSa) {
    			t.Fatalf("expected SAs %v, got %v", expectedSa, gotSA)
    		}
    	}
    	assertPendingResync := func(expected int) {
    		t.Helper()
    		retry.UntilSuccessOrFail(t, func() error {
    			controller.pods.RLock()
    			defer controller.pods.RUnlock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/CacheTest.kt

    import java.text.SimpleDateFormat
    import java.util.Date
    import java.util.Locale
    import java.util.TimeZone
    import java.util.concurrent.TimeUnit
    import java.util.concurrent.atomic.AtomicReference
    import javax.net.ssl.HostnameVerifier
    import kotlin.test.assertFailsWith
    import mockwebserver3.MockResponse
    import mockwebserver3.MockWebServer
    import mockwebserver3.RecordedRequest
    import mockwebserver3.SocketPolicy.DisconnectAtEnd
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'search_engine.http.ssl.certificate_authorities'. <br>
         * The value is, e.g.  <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getSearchEngineHttpSslCertificateAuthorities();
    
        /**
         * Get the value for the key 'search_engine.http.ssl.certificate_authorities' as {@link Integer}. <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  10. pkg/apis/core/types.go

    	System string
    	// SecretRef references to the secret for ScaleIO user and other
    	// sensitive information. If this is not provided, Login operation will fail.
    	SecretRef *LocalObjectReference
    	// Flag to enable/disable SSL communication with Gateway, default false
    	// +optional
    	SSLEnabled bool
    	// The name of the ScaleIO Protection Domain for the configured storage.
    	// +optional
    	ProtectionDomain string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top