Server sent events stopped work after enabling ssl on proxy

后端 未结 3 916
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 13:28

I made web project, that based on Tomcat and Nginx in front of him.
Had to work hard to make it work without errors.
However, when I added ssl to nginx. Stopped working

3条回答
  •  萌比男神i
    2021-02-06 14:06

    Briefly, nginx detects if connection is alive with backend application and detection may not work correct in case of SSL, as described here

    http://mailman.nginx.org/pipermail/nginx/2013-March/038120.html

提交回复
热议问题