Skip to content

Commit

Permalink
Document using URI to connect to SSL server
Browse files Browse the repository at this point in the history
  • Loading branch information
fishface60 committed Feb 11, 2025
1 parent b0a193a commit 3a31262
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/SSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,14 @@ or while running from git
```
./gradlew run --args=rptools-maptool+tcp://${localips[0]}:51231
```

## 5. Connecting to a SSL enabled MapTool server directly

With the certificate installed in the system certificate store
the second `TCP-LISTEN` socat tunnel can be omitted
and the new `rptools-maptool+tcps://` scheme used
to connect from the command-line to port 51232.

```
./gradlew run --args=rptools-maptool+tcps://${localips[0]}:51232
```

0 comments on commit 3a31262

Please sign in to comment.