Closed Procatin0 closed 6 months ago
Hola!
Please provide the following information:
Host: Linux 6.4.3-x64v2-xanmod1 (amd64) Docker image: ghcr.io/pterodactyl/yolks:java_18
config.yml:
port: 25701
debug: false
useKeyAuth: true
key: 'AnAwesomeKey'
normalizeMessages: true
# TLS (a.k.a. SSL) options
tls:
enabled: true
keystore: selfsigned.jks
keystorePassword: AKeyStorePassword
# Enforce Server Name Indication (SNI) or not
sni: false
# Use this list to set allowed CORS Origins ("*" by default)
corsOrigins:
- "https://domain.com"
# Example webhook configuration
#webhooks:
# default:
# listener: "https://your-webhook-target.com/whatever"
# events:
# - PlayerJoin
# - PlayerQuit
# - PlayerKick
# - PlayerDeath
# - PlayerChat
# Number of console log lines to send when websocket connections are opened
# Set to 0 to effectively disable this
websocketConsoleBuffer: 1000
# If you do not wish to show the swagger UI you can disable it here
disable-swagger: false
# Use this feature to configure paths that will be blocked.
# You can use * as wildcard placeholders to match anything you like.
# The placeholders from Swagger UI like {uuid} are handled the same way as a *.
blocked-paths:
# - /v1/ping
# - /v1/players/{uuid}
# - /v1/server/*
bump
@Procatin0 I would open a support thread in the discord server for quicker help.
When I enable TLS in config.yml, I get the following error when starting the server: