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
We currently are using this library to generate self-signed certificate for TLS communication with a 2030.5 meter agent. The library is great and we were able to at least pass the TLS handshake passing the generated self-signed certificate.
The 2030.5 server is now passing us a bad certificate alert and not quite sure what is causing it. We have a sample cert/key generated via openssl which passes this communication. When comparing the cert generated by the library, we found this lacked the extensions basicContraints and PolicyInformation. I started looking at the library code and was wondering if you can give us some guidelines and info we can use to possibly implement these? Thanks so much
The text was updated successfully, but these errors were encountered:
We currently are using this library to generate self-signed certificate for TLS communication with a 2030.5 meter agent. The library is great and we were able to at least pass the TLS handshake passing the generated self-signed certificate.
The 2030.5 server is now passing us a bad certificate alert and not quite sure what is causing it. We have a sample cert/key generated via openssl which passes this communication. When comparing the cert generated by the library, we found this lacked the extensions basicContraints and PolicyInformation. I started looking at the library code and was wondering if you can give us some guidelines and info we can use to possibly implement these? Thanks so much
The text was updated successfully, but these errors were encountered: