Skip to content

Commit

Permalink
Add clarity around SSL issues (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix committed Oct 5, 2024
1 parent 32a6424 commit de0d799
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ services:
You can use Certbot with Let's Encrypt to issue a signed SSL certificate for your server. Without this,
Satisfactory will use a self-signed SSL certificate, requiring players to manually confirm them when they initially
connect. [Learn more](https://github.com/wolveix/satisfactory-server/tree/main/ssl).
connect. If you're experiencing connectivity issues since issuing a certificate, check the link below for known issues.
[Learn more](https://github.com/wolveix/satisfactory-server/tree/main/ssl).
### Kubernetes
Expand Down
7 changes: 7 additions & 0 deletions ssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ the game server will not start.

## Troubleshooting

### I can't reach the server with the new cert!

If you could reach the server before configuring a signed SSL cert, ensure that you're not doing either of the
following:
- Using a wildcard cert: Satisfactory does not support them ([#354](https://github.com/wolveix/satisfactory-server/issues/354))
- Connecting to a hostname not specified in your cert: Satisfactory does not support this ([#354](https://github.com/wolveix/satisfactory-server/issues/354))

### What if port 80 is already in-use with a reverse-proxy?

Change the port for the certbot service (e.g. `7800:80/tcp`), and forward HTTP traffic from your reverse proxy through
Expand Down

0 comments on commit de0d799

Please sign in to comment.