You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I test openssl from command line, no matter what config I use I always get: "unable to get local issuer certificate"
openssl s_client -connect mqtt.tinygs.com:8883 -CAfile /etc/ssl/certs/ca-certificates.crt
....
...
..
SIDaUxdKNpExLyGCryjhsHGwmAvlOezZHLDVUrwxL8fPOdE1bVbxkA==
-----END CERTIFICATE-----
subject=C=ES, ST=MADRID, L=Madrid, O=TinyGS, OU=TinyGS, CN=mqtt.tinygs.com, [email protected]
issuer=C=ES, ST=MADRID, O=TinyGS, OU=TinyGS, CN=TinyGS Intermediary CA, [email protected]
---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: RSA-PSS
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 3158 bytes and written 403 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384
Server public key is 2048 bit
This TLS version forbids renegotiation.
No ALPN negotiated
Early data was not sent
Verify return code: 20 (unable to get local issuer certificate)
---
I have tried using my own certs and also copied them out of certs.h no difference.
As you can see from the commented lines, I have tried multiple combinations of configs and nothing has worked.
Spent the last 4 days on and off trying to setup a bridge to tinygs so that I can integrate it, and everything I with the help ChatGPT has failed.
I have tried regenerating certs using multiple suggestions and nothing I do succeeds:
My bridge.conf file currently is:
When I test openssl from command line, no matter what config I use I always get: "unable to get local issuer certificate"
I have tried using my own certs and also copied them out of certs.h no difference.
As you can see from the commented lines, I have tried multiple combinations of configs and nothing has worked.
I have also used suggestions from: http://www.steves-internet-guide.com/mosquitto-tls/ and nothing worked.
Really appreciate if you could provide a working ebridge xample and / or suggest how I can resolve it.
The text was updated successfully, but these errors were encountered: