Home
last modified time | relevance | path

Searched refs:SSL_PORT (Results 1 – 17 of 17) sorted by relevance

/dports/net/p5-perl-ldap/perl-ldap-0.68/t/
H A Dcommon.pl36 $SSL_PORT = 9010
46 push @URL, "ldaps://${HOST}:$SSL_PORT/" if $SSL_PORT;
72 and (!$arg{ssl} or $SSL_PORT)
83 s/^TLS/#TLS/ unless $SSL_PORT;
136 until($ldap = Net::LDAPS->new($HOST, %opt, port => $SSL_PORT, version => 3)) {
137 die "ldaps://$HOST:$SSL_PORT/ $@" if ++$count > 10;
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/SSL/
H A DHTSSLhttps.h49 #ifndef SSL_PORT
50 #define SSL_PORT 443 macro
H A DHTSSLhttps.c47 HTProtocol_add("https", "secure_tcp", SSL_PORT, preemptive, HTLoadHTTP, NULL); in HTSSLhttps_init()
/dports/www/httest/httest-2.4.24/test/
H A Dmixed_socket.htt5 _REQ $YOUR_HOST SSL:$SSL_PORT
32 SERVER SSL:$SSL_PORT
H A Dconfig.htb7 SET SSL_PORT=10085
/dports/devel/py-thriftpy2/thriftpy2-0.4.14/tests/
H A Dtest_rpc.py26 SSL_PORT = 50441 variable
104 host='localhost', port=SSL_PORT,
144 host='localhost', port=SSL_PORT,
153 port=SSL_PORT),
/dports/mail/p5-Net-IMAP-Server/Net-IMAP-Server-1.39/t/lib/Net/IMAP/Server/
H A DTest.pm15 sub SSL_PORT() { 2001 + $PPID*2 } subroutine
32 ssl_port => "127.0.0.1:".SSL_PORT,
67 PeerPort => SSL_PORT,
/dports/devel/z80-asm/z80-asm-2.3/hardware/
H A Dssl_zds.c25 return port == SSL_PORT ; in is_ssl_port()
H A Dzds_token11 #define SSL_PORT 0xee
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Dnetwork.h79 const short SSL_PORT = 443; variable
93 const short RTMPTS_PORT = SSL_PORT;
H A Dnetwork.cpp1595 if ((_sockfd = createClient(hostname, SSL_PORT) == false)) { in initSSL()
/dports/lang/ruby26/ruby-2.6.9/lib/net/
H A Dimap.rb312 return SSL_PORT
1035 SSL_PORT = 993 # :nodoc: constant in Net.IMAP
1084 @port = options[:port] || (options[:ssl] ? SSL_PORT : PORT)
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/service_plugins/
H A Dservice_ssl.cc35 #define SSL_PORT 443 macro
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DADMembershipProvider.cs3038 if (!((directoryInfo.Port == DirectoryInformation.SSL_PORT) && in SetPasswordPortIfApplicable()
3453 internal const int SSL_PORT = 636; field in System.Web.Security.DirectoryInformation
3574 port = SSL_PORT; in DirectoryInformation()
3617 port = SSL_PORT; in DirectoryInformation()
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssl.h26 #define SSL_PORT 443 macro
H A Dssl.c1186 SSL_PORT, /* SSL/TLS port */ in setAccessMethodSSL()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/service_plugins/
H A Dservice_ssl.c37 #define SSL_PORT 443 macro