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

6 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Production Server 的更多信息

标签

尚未输入任何标签。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by