smartdevicelink/sdl_server

Machines running server with OpenSSL 3+ generate different private keys that prevent parsing

crokita opened this issue · 0 comments

Bug Report

With OpenSSL 3.0.0+ the generation of private keys uses a slightly different format which the policy server does not expect and thus cannot parse.

Reproduction Steps
  1. Enable the SSL generation for the policy server
  2. Generate a new key/cert using the policy server with OpenSSL 3.0+ installed on the machine
  3. Run the server and try and go to the application details view on the UI.
Expected Behavior

The certificate is able to be read

Observed Behavior

The certificate is unable to be read

OS, Browser & Version Information
  • OS: macOS 13.4
  • Browser: Firefox
  • Policy Server Version: 3.1.0
Test Case, Sample Code, and / or Example App

[Paste a link to a PR, gist, or other code that exemplifies this behavior]