Skip to content

Commit

Permalink
Merge pull request #22 from dipit2007/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lganzzzo authored Dec 8, 2023
2 parents dbbe65f + 31c9e11 commit 5925e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const char* pemFile = "path/to/file.pem";
const char* crtFile = "path/to/file.crt";

auto config = oatpp::openssl::Config::createDefaultServerConfigShared(pemFile, crtFile);
auto connectionProvider = oatpp::openssl::server::ConnectionProvider::createShared(config, {"localhost", 8443});
auto connectionProvider = oatpp::openssl::server::ConnectionProvider::createShared(config, {"localhost", 443});

```
Expand Down

0 comments on commit 5925e8b

Please sign in to comment.