Skip to content

Commit

Permalink
Disable SSL by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint.Network committed Feb 28, 2020
1 parent 7791265 commit b6f0995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Default for Configuration {
bind_address: IpAddr::from(Ipv4Addr::LOCALHOST),
port: 7020,
port_ssl: 7021,
use_ssl: true,
use_ssl: false,
ssl_certificate: String::new(),
ssl_certificate_key: String::new(),
show_banner: true
Expand Down

0 comments on commit b6f0995

Please sign in to comment.