-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ This project aims to better understand TLS connection and specifications as well | |
1. Install Golang on https://go.dev/doc/install | ||
2. Clone the project : `git clone [email protected]:Noooste/tls-http2-viewer.git` | ||
3. Install the dependencies : `go mod download` | ||
4. Build the project by doing `go build . -o server` | ||
4. Build the project by doing `go build -o server .` | ||
5. Run with `./server` | ||
|
||
*The server is now up and is listening on port 443* | ||
|
@@ -22,4 +22,4 @@ You can also run this project linked to a specific domain. To do so, please modi | |
to | ||
`"domain" : "your_domain_here"` | ||
|
||
Rebuild the project and run it. | ||
Rebuild the project and run it. |
Oops, something went wrong.