mirror of
https://github.com/Noratrieb/tls.git
synced 2026-01-15 09:05:02 +01:00
getting ServerHello from google
This commit is contained in:
parent
22893824c8
commit
df9e3ea17d
5 changed files with 156 additions and 25 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// An example program that makes a shitty HTTP/1.1 request.
|
||||
fn main() {
|
||||
tls::ClientConnection::establish("nilstrieb.dev", 443).unwrap();
|
||||
tls::ClientConnection::establish("google.com", 443).unwrap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue