What are the minimum permissions required for certificate and private key files when using SSL with MATLAB Web App Server?

5 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 22 Mar 2023
You need to make sure the account that the web server (webapps process) is running under has read permissions to these fils and that the worker (webapps_launcher process) account does not. All other permissions are unnecessary.
If these permissions are not set accordingly, you may see one of the following error messages:
  • cppmicroservices::install W file not found:
    • <matlabroot>/bin/glnxa64/spf/servicedependencies
    • <matlabroot>/bin/glnxa64/agent_plugins/http_authenticators
  • agent::agentcore E Failed to setup InProcessDiscovery
  • agent::agentcore V Exception caught: Dynamic exception type: std::runtime_error
    std::exception::what: Could not get InProcessDiscovery microservice
  • Failed to read private key: Error 33558541
  • Error creating context for self-signed SSL certificate

More Answers (0)

Categories

Find more on MATLAB Production Server in Help Center and File Exchange

Tags

No tags entered yet.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!