-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I found some code not working on 1.3.0
auto config = oatpp::libressl::Config::createDefaultServerConfig(pemFile, crtFile);
auto connectionProvider = oatpp::libressl::server::ConnectionProvider::createShared(config, 8443);However, the code in libressl-example looks to works fine.
auto config = oatpp::libressl::Config::createDefaultServerConfigShared(pemFile, crtFile /* private key */);
auto connectionProvider = oatpp::libressl::server::ConnectionProvider::createShared(config, {"0.0.0.0", 8443, oatpp::network::Address::IP_4});It is either something I don't understand, or something not updated from previous versions
Sincerely,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels