Can I use an HTTPS proxy URL with Web App Server without enabling SSL?

I am looking to set up a reverse proxy to connect to MATLAB Web App Server. I would like my users to be able to access the server through a secure (HTTPS) proxy URL. However, I have not set up SSL for my Web App Server.
Can I use an HTTPS proxy URL if my MATLAB Web App Server is still using HTTP?

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2026년 7월 21일 0:00
편집: MathWorks Support Team 2026년 7월 21일 13:45

0 개 추천

This is not a recommended workflow, as it can cause WebSockets errors and performance degradation. Mismatched protocols between the proxy and the server may result in errors such as:
  • WebSockets protocol was not established. This may cause performance degradation and occasional errors. Contact your System Administrator.
  • WebSocket Exception: Cross origin websocket handshake request
  • Secure Connection Failed (SSL_ERROR_RX_RECORD_TOO_LONG)
  • 502 Bad Gateway 
Ensure that SSL is enabled on your MATLAB Web App Server prior to configuring an HTTPS-based reverse proxy. Refer to the following documentation for instructions.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Server Management에 대해 자세히 알아보기

제품

릴리스

R2025b

Community Treasure Hunt

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

Start Hunting!

Translated by