We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all. In my app, I integrate the BluseSocket library and with other ios apps, it works perfectly. Now we are trying to connect to the server from Web with WebSocket. I create a self-signed certificate with this instruction: https://www.ibm.com/docs/en/api-connect/10.0.1.x?topic=overview-generating-self-signed-certificate-using-openssl And now when I want to connect, I am getting an error
Error code: -9825(0x-2661), ERROR: SSLRead, code: -9825, reason: misc. bad certificate
The common name of the certificate is localhost. Anyone can help me?
localhost
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all. In my app, I integrate the BluseSocket library and with other ios apps, it works perfectly. Now we are trying to connect to the server from Web with WebSocket. I create a self-signed certificate with this instruction:
https://www.ibm.com/docs/en/api-connect/10.0.1.x?topic=overview-generating-self-signed-certificate-using-openssl
And now when I want to connect, I am getting an error
The common name of the certificate is
localhost
. Anyone can help me?The text was updated successfully, but these errors were encountered: