You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/examples/tls
haiyux 00c05e82a3
test:remove testify go mod (#1766)
3 years ago
..
cert fix: correct client code in the example of TLS connection (#1355) 3 years ago
client refactor: move from io/ioutil to io and os packages (#1633) 3 years ago
server fix: examples lint error (#1454) 3 years ago
README.md feat(transport): add transport tls config (#1267) 3 years ago
tls_test.go test:remove testify go mod (#1766) 3 years ago

README.md

Run the example

1、Compile and execute the server code:

$ go run server/main.go

2、From a different terminal, compile and execute the client code:

$ go run client/main.go