mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 17:28:29 +00:00
Fixed #12.
This commit is contained in:
parent
0b00f3fba0
commit
d74efc23ed
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ SSL support is available with `CPPHTTPLIB_OPENSSL_SUPPORT`. `libssl` and `libcry
|
|||
```c++
|
||||
#define CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
|
||||
SSLServer svr("./key.pem", "./cert.pem");
|
||||
SSLServer svr("./cert.pem", "./key.pem");
|
||||
|
||||
SSLClient cli("localhost", 8080);
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue