diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 05228cd61..e7e6e09b1 100644 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -397,7 +397,16 @@ def main(): else: conf.supybot.ident.set(defaultIdent) - # conf.supybot.password + if advanced: + # conf.supybot.networks..ssl + output("""Some servers allow you to use a secure connection via SSL. + This requires having pyOpenSSL installed. Currently, you also need + Twisted installed as only the Twisted drivers supports SSL + connections.""") + if yn('Do you want to use an SSL connection?', default=False): + network.ssl.set(True) + + # conf.supybot.networks..password output("""Some servers require a password to connect to them. Most public servers don't. If you try to connect to a server and for some reason it just won't work, it might be that you need to set a