Why do I receive a browser security warning when accessing my MATLAB Web App Server?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 13 Juin 2025
Réponse apportée : MathWorks Support Team
le 13 Juin 2025
I recently set up MATLAB Web App Server and enabled SSL/HTTPS according to the documentation (product version | development version). However, when I access the webapps homepage, I see a privacy error warning that this page is not secure:
Why am I getting this error?
Réponse acceptée
MathWorks Support Team
le 13 Juin 2025
This error indicates that the certificate that MATLAB Web App Server is using for SSL/HTTPS is not trusted by the client browser. This typically occurs when using self-signed certificates, such as certificates generated following this MATLAB Answer, or when the common name on the certificate does not match the URL you are accessing. You can click past this warning using the "Advanced" options to access and use the MATLAB Web App Server regardless of the certificate trust.
If you would like to avoid this warning, you can use a certificate signed by a trusted certificate authority (CA). These can typically be purchased or generated using third-party tools such as Certbot. CA-signed certificates should be automatically trusted by most browsers. If your end users will be accessing web apps through a load balancer or custom URL, ensure that the certificate common name (CN) matches the URL used by end users.
Some organizations may also have internal certificate authorities that can generate certificates that are automatically trusted by all internal machines. If your end users are all internal to your organization and are accessing MATLAB Web App Server from browsers on their work/school machines, this may be an option as well.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Web App Server dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!