[ZBXNEXT-6750] Option to ignore SSL certificate in PDF Reporting Created: 2021 Jun 29 Updated: 2024 Aug 29 Resolved: 2021 Oct 07 |
|
Status: | Closed |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | Frontend (F), Server (S) |
Affects Version/s: | None |
Fix Version/s: | 5.4.5rc1, 6.0.0alpha4, 6.0 (plan) |
Type: | Change Request | Priority: | Minor |
Reporter: | Aigars Kadikis | Assignee: | Jurijs Klopovskis |
Resolution: | Fixed | Votes: | 3 |
Labels: | 5.4.2 | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||||||||||||||
Issue Links: |
|
||||||||||||||||||||
Team: | |||||||||||||||||||||
Sprint: | Sprint 80 (Sep 2021) | ||||||||||||||||||||
Story Points: | 0.5 |
Description |
If the webserver is using a local CA which is not installed in the Linux box, the reporting will not work. Kindly provide an option to ignore certificates. |
Comments |
Comment by dimir [ 2021 Jun 29 ] |
As wiper mentioned, there is --ignore-certificate-errors flag in chromedp, we could try making it configurable on a webservice. wiper: I think it's worth investigating if we could have custom flags that are passed to chrome. |
Comment by Oleksii Zagorskyi [ 2021 Jul 12 ] |
|
Comment by dimir [ 2021 Sep 09 ] |
For those that would like to have a temporary solution please try the attached patch ZBXNEXT-6750-5.4.4-ignore-certificate-errors.patch and let us know if it works. The patch works also for the previous 5.4 versions. |
Comment by Dmitrijs Lamberts [ 2021 Sep 14 ] |
Hello, |
Comment by Jurijs Klopovskis [ 2021 Sep 23 ] |
Available in:
|
Comment by Alexei Vladishev [ 2021 Oct 12 ] |
A new option IgnoreURLCertErrors was implemented, it is available in Zabbix 5.4.5 and later releases: ### Option: IgnoreURLCertErrors # Ignore TLS certificate errors when accessing Frontend URL # 0 - do not ignore # 1 - ignore # # Mandatory: no # Default: # IgnoreURLCertErrors=0 |
Comment by patrik uytterhoeven [ 2021 Oct 12 ] |
thx for the update @Alexei |