I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  • zzz's avatar
    4a9f7b74
    * Console: · 4a9f7b74
    zzz authored
          - Add SSL support - To enable, change clients.config. Examples:
                ## Change to SSL only - just add a '-s'
                clientApp.0.args=-s 7657 ::1,127.0.0.1 ./webapps/
                ## Use both non-SSL and SSL - add '-s port interface'
                clientApp.0.args=7657 ::1,127.0.0.1 -s 7667 ::1,127.0.0.1 ./webapps/
                ## ...and change URLLauncher args further down for the browser to open https:// at startup if you like.
    4a9f7b74
    History
    * Console:
    zzz authored
          - Add SSL support - To enable, change clients.config. Examples:
                ## Change to SSL only - just add a '-s'
                clientApp.0.args=-s 7657 ::1,127.0.0.1 ./webapps/
                ## Use both non-SSL and SSL - add '-s port interface'
                clientApp.0.args=7657 ::1,127.0.0.1 -s 7667 ::1,127.0.0.1 ./webapps/
                ## ...and change URLLauncher args further down for the browser to open https:// at startup if you like.