I figured it out and got it working using posts on another forum: You must not only copy 'connection_patcher.exe' to your Wow directory but also the 'tc_bundle.txt' file which apparently includes some certificate and public key info. After that drag your wow.exe onto the connection_patcher.exe. This tiny piece of information was not included in the (German) readme file.
Not sure if it is required but my bnetserver.conf file also seemed to be missing two sections regarding the certificates and server keys which i added:
Code:
#
# CertificatesFile
# Description: Certificates file.
# Example: "/etc/ssl/certs/bnetserver.cert.pem"
# Default: "./bnetserver.cert.pem"
CertificatesFile = "./bnetserver.cert.pem"
#
# PrivateKeyFile
# Description: Private key file.
# Example: "/etc/ssl/private/bnetserver.key.pem"
# Default: "./bnetserver.key.pem"
PrivateKeyFile = "./bnetserver.key.pem"
Bookmarks