prodserver.addon.set
Syntax
Description
prodserver.addon.set('TransportLayersecurity',tf)
sets the
client-server communication to use HTTPS or HTTP by setting the value of the
TransportLayerSecurity
property. If the value of tf
is true
, the client-server communication uses HTTPS; otherwise, it uses
HTTP.
This function requires MATLAB Client for MATLAB Production Server.
prodserver.addon.set('CertificateFile',path)
sets the path to the
SSL certificate of the server that is saved on the client machine by setting the
CertificateFile
property. You might need to set the path if you save
the self-signed SSL certificate of the server locally or for other testing purposes.
prodserver.addon.set('TransportLayersecurity',tf,'CertificateFile',path)
lets you set the TransportLayersecurity
and
CertificateFile
properties at the same time.
Examples
Version History
Introduced in R2020a