Home
last modified time | relevance | path

Searched refs:EnableSSL (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/config/
H A Dconsul.go81 EnableSSL *bool `hcl:"ssl"` member
132 EnableSSL: helper.BoolToPtr(def.Scheme == "https"),
182 if b.EnableSSL != nil {
183 result.EnableSSL = helper.BoolToPtr(*b.EnableSSL)
244 if c.EnableSSL != nil && *c.EnableSSL {
280 if nc.EnableSSL != nil {
281 nc.EnableSSL = helper.BoolToPtr(*nc.EnableSSL)
H A Dconsul_test.go40 require.Equal(t, consulDef.Scheme == "https", *nomadDef.EnableSSL)
76 require.NotNil(t, conf.EnableSSL)
77 assert.True(t, *conf.EnableSSL)
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/config/
H A Dconsul.go89 EnableSSL *bool `hcl:"ssl"` member
151 EnableSSL: helper.BoolToPtr(def.Scheme == "https"),
211 if b.EnableSSL != nil {
212 result.EnableSSL = helper.BoolToPtr(*b.EnableSSL)
282 if c.EnableSSL != nil && *c.EnableSSL {
321 if nc.EnableSSL != nil {
322 nc.EnableSSL = helper.BoolToPtr(*nc.EnableSSL)
H A Dconsul_test.go51 EnableSSL: &no,
78 EnableSSL: &yes,
105 EnableSSL: &yes,
129 require.Equal(t, consulDef.Scheme == "https", *nomadDef.EnableSSL)
165 require.NotNil(t, conf.EnableSSL)
166 assert.True(t, *conf.EnableSSL)
/dports/net/Sockets/Sockets-2.3.9.9/tests/
H A Dhttps.cpp17 EnableSSL(); in tSocket()
23 EnableSSL(); in tSocket()
H A Dthreadstress.cpp54 EnableSSL(); in Init()
93 client.EnableSSL(); in Run()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Denable_ssl.c90 if (!EnableSSL && ShouldUseAutoSSL()) in citus_setup_ssl()
143 if (EnableSSL) in citus_check_defaults_for_sslmode()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql10-server/postgresql-10.19/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql11-client/postgresql-11.14/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql10-client/postgresql-10.19/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql11-server/postgresql-11.14/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/postmaster/
H A Dpostmaster.h17 extern bool EnableSSL;

123456789