Kitura / Kitura/BlueSSLService
SSLRead bad certificate
Open
- Dominant language
- Swift
- Stars
- 101
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.