Skip to content

Commit

Permalink
Update SSL example to TLS
Browse files Browse the repository at this point in the history
Using will throw a deprecation warning message
  • Loading branch information
jamesmacwhite authored Jan 2, 2020
1 parent 9d1d9f8 commit 9ed44ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protocols:
{ name: "openvpn"; host: "localhost"; port: "1194"; },
{ name: "xmpp"; host: "localhost"; port: "5222"; },
{ name: "http"; host: "localhost"; port: "80"; },
{ name: "ssl"; host: "localhost"; port: "443"; log_level: 0; },
{ name: "tls"; host: "localhost"; port: "443"; log_level: 0; },
{ name: "anyprot"; host: "localhost"; port: "443"; }
);

0 comments on commit 9ed44ee

Please sign in to comment.