Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
auto protocol = boost::to_lower_copy(std::string(config.protocol));
if (protocol == "dot" || protocol == "doh") {
backendConfig.d_tlsParams.d_provider = std::string(tlsConf.provider);
+ boost::algorithm::to_lower(backendConfig.d_tlsParams.d_provider);
backendConfig.d_tlsParams.d_ciphers = std::string(tlsConf.ciphers);
backendConfig.d_tlsParams.d_ciphers13 = std::string(tlsConf.ciphers_tls_13);
backendConfig.d_tlsParams.d_caStore = std::string(tlsConf.ca_store);