Home
last modified time | relevance | path

Searched full:localhost (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/third_party/curl/tests/certs/
DMakefile.am31 Server-localhost-sv.prm \
32 Server-localhost.nn-sv.prm \
34 Server-localhost-firstSAN-sv.prm \
35 Server-localhost-lastSAN-sv.prm \
44 Server-localhost-sv.crl \
45 Server-localhost-sv.crt \
46 Server-localhost-sv.csr \
47 Server-localhost-sv.der \
48 Server-localhost-sv.dhp \
49 Server-localhost-sv.key \
[all …]
DMakefile.in459 Server-localhost-sv.prm \
460 Server-localhost.nn-sv.prm \
462 Server-localhost-firstSAN-sv.prm \
463 Server-localhost-lastSAN-sv.prm \
472 Server-localhost-sv.crl \
473 Server-localhost-sv.crt \
474 Server-localhost-sv.csr \
475 Server-localhost-sv.der \
476 Server-localhost-sv.dhp \
477 Server-localhost-sv.key \
[all …]
/third_party/curl/tests/unit/
Dunit1614.c81 { "www.example.com", "localhost .example.com .example.de", TRUE, TRUE},
82 { "www.example.com", "localhost,.example.com,.example.de", TRUE, FALSE},
83 { "www.example.com.", "localhost,.example.com,.example.de", TRUE, FALSE},
84 { "example.com", "localhost,.example.com,.example.de", TRUE, FALSE},
85 { "example.com.", "localhost,.example.com,.example.de", TRUE, FALSE},
86 { "www.example.com", "localhost,.example.com.,.example.de", TRUE, FALSE},
87 { "www.example.com", "localhost,www.example.com.,.example.de",
89 { "example.com", "localhost,example.com,.example.de", TRUE, FALSE},
90 { "example.com.", "localhost,example.com,.example.de", TRUE, FALSE},
91 { "nexample.com", "localhost,example.com,.example.de", FALSE, FALSE},
[all …]
Dunit1621.c57 { "https://localhost:45", "https://localhost:45/" },
58 { "https://foo@localhost:45", "https://localhost:45/" },
59 { "http://daniel:password@localhost", "http://localhost/" },
60 { "http://daniel@localhost", "http://localhost/" },
61 { "http://localhost/", "http://localhost/" },
/third_party/rust/crates/rustix/tests/net/
Dconnect_bind_send.rs10 let localhost = IpAddr::V4(Ipv4Addr::LOCALHOST); in net_v4_connect_any() localVariable
11 let addr = SocketAddr::new(localhost, 0); in net_v4_connect_any()
42 let localhost = IpAddr::V6(Ipv6Addr::LOCALHOST); in net_v6_connect_any() localVariable
43 let addr = SocketAddr::new(localhost, 0); in net_v6_connect_any()
81 let localhost = IpAddr::V4(Ipv4Addr::LOCALHOST); in net_v4_connect() localVariable
82 let addr = SocketAddr::new(localhost, 0); in net_v4_connect()
117 let localhost = IpAddr::V6(Ipv6Addr::LOCALHOST); in net_v6_connect() localVariable
118 let addr = SocketAddr::new(localhost, 0); in net_v6_connect()
160 let localhost = Ipv4Addr::LOCALHOST; in net_v4_bind_any() localVariable
161 let addr = SocketAddrV4::new(localhost, 0).into(); in net_v4_bind_any()
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
DREADME.md15 [2018/03/20 13:23:13:0131] USER: LWS minimal http server TLS | visit https://localhost:7681
20 …13:23:13:0195] NOTICE: lws_tls_client_create_vhost_context: doing cert filepath localhost-100y.cert
21 [2018/03/20 13:23:13:0195] NOTICE: Loaded client cert localhost-100y.cert
23 [2018/03/20 13:23:13:0196] NOTICE: Loaded client cert private key localhost-100y.key
28 Visit http://localhost
34 07:41:48.596918 IP localhost.http > localhost.52662: Flags [P.], seq 1:100, ack 416, win 350, optio…
54 …eq -new -newkey rsa:4096 -days 36500 -nodes -x509 -keyout "localhost-100y.key" -out "localhost-100…
57 they cover "localhost" and last 100 years from 2018-03-20.
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls/
DREADME.md13 [2018/03/20 13:23:13:0131] USER: LWS minimal http server TLS | visit https://localhost:7681
18 …13:23:13:0195] NOTICE: lws_tls_client_create_vhost_context: doing cert filepath localhost-100y.cert
19 [2018/03/20 13:23:13:0195] NOTICE: Loaded client cert localhost-100y.cert
21 [2018/03/20 13:23:13:0196] NOTICE: Loaded client cert private key localhost-100y.key
26 Visit https://localhost:7681
35 …eq -new -newkey rsa:4096 -days 36500 -nodes -x509 -keyout "localhost-100y.key" -out "localhost-100…
38 they cover "localhost" and last 100 years from 2018-03-20.
/third_party/json/tools/serve_header/
DREADME.md25 - Create a certificate for `localhost`:
27 $ mkcert localhost
29 …The command will create two files, `localhost.pem` and `localhost-key.pem`, in the current working…
34 The built-in configuration expects the certificate `localhost.pem` and the private key `localhost-k…
36 To start serving the `json.hpp` header file at `https://localhost:8443/json.hpp`, run this command …
43 #include <https://localhost:8443/json.hpp>
79 To serve the header of each working tree at `https://localhost:8443/<worktree>/json.hpp`, a configu…
/third_party/curl/tests/data/
Dtest250270 GET https://localhost:%HTTP3PORT/path/%TESTNUMBER0001 HTTP/1.1
75 GET https://localhost:%HTTP3PORT/path/%TESTNUMBER0002 HTTP/1.1
80 GET https://localhost:%HTTP3PORT/path/%TESTNUMBER0003 HTTP/1.1
85 GET https://localhost:%HTTP3PORT/path/%TESTNUMBER0004 HTTP/1.1
95 * Connection #0 to host localhost left intact
96 * Connection #0 to host localhost left intact
97 * Connection #0 to host localhost left intact
98 * Connection #0 to host localhost left intact
Dtest300031 https Server-localhost-firstSAN-sv.pem
34 HTTPS GET to localhost, first subject alt name matches, CN does not match
37 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/%TESTNUMBER
39 # Ensure that we're running on localhost because we're checking the host name
50 Host: localhost:%HTTPSPORT
Dtest300131 https Server-localhost-lastSAN-sv.pem
34 HTTPS GET to localhost, last subject alt name matches, CN does not match
37 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/%TESTNUMBER
39 # Ensure that we're running on localhost because we're checking the host name
50 Host: localhost:%HTTPSPORT
Dtest125818 Set-Cookie: I-am=here; domain=localhost;
30 HTTP, use cookies with localhost
33 …we/want/%TESTNUMBER http://%HOSTIP:%HTTPPORT/we/want?hoge=fuga -b non-existing -H "Host: localhost"
44 Host: localhost
49 Host: localhost
Dtest3895 .localhost
35 *.localhost is a local host
38 http://curlmachine.localhost:%HTTPPORT/%TESTNUMBER
40 # Ensure that we're running on localhost
51 Host: curlmachine.localhost:%HTTPPORT
Dtest203432 https Server-localhost-sv.pem
38 …/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der https://localhost:%H…
40 # Ensure that we're running on localhost because we're checking the host name
51 Host: localhost:%HTTPSPORT
Dtest203732 https Server-localhost-sv.pem
38 …/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem https://localhost:%H…
40 # Ensure that we're running on localhost because we're checking the host name
51 Host: localhost:%HTTPSPORT
Dtest207932 https Server-localhost-sv.pem
42 …t-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem --ssl-revoke-best-effort https:/…
44 # Ensure that we're running on localhost because we're checking the host name
55 Host: localhost:%HTTPSPORT
Dtest39231 HTTP secure cookies over localhost
38 http://localhost:%HTTPPORT/%TESTNUMBER -b none http://localhost:%HTTPPORT/%TESTNUMBER
52 Host: localhost:%HTTPPORT
57 Host: localhost:%HTTPPORT
Dtest203332 https Server-localhost-sv.pem
42 …t-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der --ssl-revoke-best-effort https:/…
44 # Ensure that we're running on localhost because we're checking the host name
55 Host: localhost:%HTTPSPORT
Dtest302431 https Server-localhost-lastSAN-sv.pem
34 HTTPS GET to localhost, last subject alt name matches, CN does not match (Schannel variant)
41 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --ssl-revoke-best-effort https://localhost:%HTTPSPORT/%T…
43 # Ensure that we're running on localhost because we're checking the host name
54 Host: localhost:%HTTPSPORT
Dtest302331 https Server-localhost-firstSAN-sv.pem
34 HTTPS GET to localhost, first subject alt name matches, CN does not match (Schannel variant)
41 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --ssl-revoke-best-effort https://localhost:%HTTPSPORT/%T…
43 # Ensure that we're running on localhost because we're checking the host name
54 Host: localhost:%HTTPSPORT
Dtest31222 https Server-localhost.nn-sv.pem
25 HTTPS GET to localhost and null-prefixed CN cert
28 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/%TESTNUMBER
30 # Ensure that we're running on localhost because we're checking the host name
/third_party/python/Lib/test/
Dtest_smtplib.py286 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost',
294 smtp = smtplib.SMTP(self.host, self.port, local_hostname='localhost',
299 self.assertEqual(smtp.local_hostname, 'localhost')
307 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost',
315 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost',
324 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost',
333 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost',
343 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost',
352 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost',
364 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost',
[all …]
Dtest_urllib2_localnet.py24 # Self-signed cert file for 'localhost'
325 URL = "http://localhost"
459 # Ignore proxies for localhost tests.
511 (302, [("Location", "http://localhost:%(port)s/somewhere_else")],
517 data = self.urlopen("http://localhost:%s/" % handler.port)
532 data = self.urlopen("http://localhost:%s/" % handler.port)
540 self.urlopen("http://localhost:%s/weeble" % handler.port)
553 data = self.urlopen("http://localhost:%s/bizarre" % handler.port)
560 data = self.urlopen("http://localhost:%s/bizarre" % handler.port,
568 data = self.urlopen("https://localhost:%s/bizarre" % handler.port, context=context)
[all …]
Dtest_urllib2net.py99 # f = opener.open('http://localhost/')
169 ## localhost = 'bitdiddle.cnri.reston.va.us'
171 ## localhost = 'localhost'
173 ## localhost = None
174 ## if localhost is not None:
176 ## 'file://%s/etc/passwd' % localhost,
177 ## 'http://%s/simple/' % localhost,
178 ## 'http://%s/digest/' % localhost,
179 ## 'http://%s/not/found.h' % localhost,
183 ## bauth.add_password('basic_test_realm', localhost, 'jhylton',
[all …]
/third_party/libwebsockets/READMEs/
DREADME.test-apps.md147 When you connect your browser to https://localhost:7681 after accepting the
208 $ libwebsockets-test-client localhost
211 will by default connect to the test server on localhost:7681
220 $ libwebsockets-test-client localhost --ssl -s
245 $ libwebsockets-test-client localhost --ssl
259 $ libwebsockets-test-ping localhost
261 Websocket PING localhost.localdomain (127.0.0.1) 64 bytes of data.
262 64 bytes from localhost: req=1 time=0.1ms
263 64 bytes from localhost: req=2 time=0.1ms
264 64 bytes from localhost: req=3 time=0.1ms
[all …]

12345678910>>...28