Just letting you know we have been troubleshooting an SSL issue over here: https://github.com/soketi/soketi/issues/449
I have found that i can resolve these issues by dropping back to the version just before BoringSSL was implemented. I'll try to give as much information to help troubleshoot the issue.
Essentially i have some SSL certificates generated from LetsEncrypt that i use that are mounted to a Docker container. The location of these certificates are injected into the docker container and used when creating a new uWS instance.
Just letting you know we have been troubleshooting an SSL issue over here: https://github.com/soketi/soketi/issues/449 I have found that i can resolve these issues by dropping back to the version just before BoringSSL was implemented. I'll try to give as much information to help troubleshoot the issue.
Essentially i have some SSL certificates generated from LetsEncrypt that i use that are mounted to a Docker container. The location of these certificates are injected into the docker container and used when creating a new uWS instance.
Roughly how the ssl certificates are injected to uWS. If you need more detail look here https://github.com/soketi/soketi/blob/master/src/server.ts
docker-compose.yml
Let me know if you need more details, i guess the primary details i believe are important are:
Less important details: