2022-12-09 17:00:12 +03:00
|
|
|
curl --insecure 'https://localhost:8001/hello'
|
|
|
|
curl --insecure 'https://localhost:8001/hello'
|
2022-12-11 13:57:19 +03:00
|
|
|
curl --cacert ssl/server/cert.selfsigned.pem 'https://localhost:8001/hello'
|
2022-08-11 21:45:55 +03:00
|
|
|
|