You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching latest CVE data from internet might fail if you enable "ssl_verify" in Kubernetes environments.
31
+
32
+
33
+
#### Workaround
34
+
35
+
1. Switch to the offline CVE database. To switch add the property "offline_nginx_cve: true" under the DPM section in the "nms.conf" file.
36
+
37
+
```cfg
38
+
dpm:
39
+
offline_nginx_cve: true
40
+
```
41
+
42
+
2. Download the latest security advisories file from the [nginx.org repository](https://raw.githubusercontent.com/nginx/nginx.org/main/xml/en/security_advisories.xml) and save them with "cve.xml" as filename in "/usr/share/nms/cve.xml”
43
+
3. Restart the `nms` service.
44
+
45
+
```shell
46
+
sudo systemctl restart nms
47
+
```
48
+
49
+
After the restart you will see the line “loading CVE data from file” in the "nms.log" file.
50
+
51
+
---
52
+
53
+
### {{% icon-bug %}} New warning message when no usage data or report is available {#46022}
When the dashboard page and certificates page are loaded, the count displayed for total, valid, expired, expires soon, managed and unmanaged are incorrect.
85
+
86
+
#### Workaround
87
+
88
+
The changes required have been made and the UI displays the values correctly now. Pagination also works well along with the certificate stats.
89
+
90
+
---
91
+
92
+
16
93
## 2.19.0
17
94
18
95
February 06, 2025
@@ -134,71 +211,19 @@ There is an issue that causes previous error messages to persist in the web inte
134
211
---
135
212
136
213
137
-
## 2.17.3
138
-
139
-
September 13, 2024
140
-
141
-
### {{% icon-resolved %}} The web interface can't display more than 100 certificates {#45565}
In NGINX Instance Manager 2.17.0, an "invalid number of arguments" error appears in the web interface when using specific configuration parameters in NGINX Agent 2.36.0.
185
-
186
-
#### Workaround
187
-
188
-
Install NGINX Agent **2.35.1**if you're using NGINX Instance Manager 2.17.0. This version is included with NGINX Instance Manager 2.17.0 by default.
189
-
190
-
If you're installing NGINX Agent from package files, follow the steps in the [Installing NGINX Agent](https://github.com/nginx/agent?tab=readme-ov-file#installing-nginx-agent-from-package-files) guide.
191
-
192
-
---
193
-
194
218
### {{% icon-bug %}} Web Analytics are not enabled after upgrading Instance Manager when keeping existing nms-http.conf {#45131}
If NGINX Agent is configured to monitor NGINX App Protect before App Protect is installed, NGINX Agent will send an empty App Protect metadata structure to NGINX Instance Manager. This causes Instance Manager to fail to register the NGINX instance properly.
@@ -233,34 +259,6 @@ Edit the "/etc/nginx-agent/nginx-agent.conf" file and configure "precompiled_pub
233
259
234
260
---
235
261
236
-
### {{% icon-resolved %}} Failure to notify user when template configuration publish fails {#44975}
When publishing a configuration template fails, the system only displays "Accepted" without providing the final result, such as "Success" or "Failure."
247
-
248
-
---
249
-
250
-
### {{% icon-resolved %}} Editing template submissions now allows for using most recent template version {#44971}
When editing a template submission, you can now choose between using a snapshot of the template from when it was first deployed or the latest version of the template. **Important:** Note that if you use the latest version, changes to the templates might make an augment template incompatible with a base template, causing the publication to the data plane to fail.
0 commit comments