Skip to content

Commit

Permalink
fix sni bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mem0rz authored Mar 26, 2020
1 parent 2cbf631 commit 4bf8bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/confighelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ void ConfigHelper::connectionToJson(TQProfile &profile)
ssl["cert"] = "";
ssl["cipher"] = "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:AES128-SHA:AES256-SHA:DES-CBC3-SHA";
ssl["cipher_tls13"] = "TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384";
ssl["sni"] = "";
ssl["sni"] = "profile.sni";
QJsonArray alpnArray;
alpnArray.append("h2");
alpnArray.append("http/1.1");
Expand Down

0 comments on commit 4bf8bf4

Please sign in to comment.