SSL / When I connect to audio panel it say it's not secure
Explaination: Basically the plugin forces https with an self signed certificate (necessary to use proximity chat), but for players, on the browser it is indicated that it is not secure (which is not really the case, there is no risk because in any case no critical data is transmitted).
To no longer have this problem you must have your own valid SSL certificate. To setup that you need to use a domain for the websocket and the webhost, so you need to own a domain. Get a ssl cert: Generate a ssl cert, with certbot or https://punchsalad.com/ssl-certificate-generator/ or by paying a domain on a site. Else search a way on google.
Use PEM files: Take your 2 pem files, you need to name them: cert.pem and key.pem and put them in the plugin folder after set ssl to true and you're done
Use JKS and convert pem files: You need to convert it to .jks if you use the classic .pem here is a guide to do this https://www.baeldung.com/convert-pem-to-jks
When you have the .jks put the certificate in the plugin directory configure the config.yml
Last updated