We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 137020a + 6c4c16d commit 8313c3fCopy full SHA for 8313c3f
CHANGELOG.rst
@@ -66,6 +66,7 @@ Changed
66
contains various new features and bug fixes. Please review the release notes for the full list of
67
changes at https://github.com/StackStorm/orquesta/releases/tag/v1.1.0 and the st2 upgrade notes
68
for potential impact. (improvement)
69
+* Update st2 nginx config to remove deprecated ``ssl on`` option. #4917 (improvement)
70
71
Fixed
72
~~~~~
conf/nginx/st2.conf
@@ -25,8 +25,6 @@ server {
25
server {
26
listen *:443 ssl;
27
28
- ssl on;
29
-
30
ssl_certificate /etc/ssl/st2/st2.crt;
31
ssl_certificate_key /etc/ssl/st2/st2.key;
32
ssl_session_cache shared:SSL:10m;
0 commit comments