-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal CA Issue #1
Comments
Download new version, and try: And check response message. |
What is your Zabbix version? Check script new version and send new error message. |
7.0.4.
That seems to have fixed the error. There is still the warning message about not using certificate verification, but that can just be ignored. Very nice.
From: Andrzej Pietryga ***@***.***>
Date: Monday, October 14, 2024 at 3:48 PM
To: Udeus/Zabbix-Update-All-Templates ***@***.***>
Cc: Richard Burns ***@***.***>, Author ***@***.***>
Subject: Re: [Udeus/Zabbix-Update-All-Templates] Internal CA Issue (Issue #1)
[EXTERNAL]
What is your Zabbix version?
Check script new version and send new error message.
—
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AS6LZVENLQ2KLVQB4DIAHQTZ3QU2BAVCNFSM6AAAAABP5IKV7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJSGMYDIMRYG4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
…________________________________
Unless explicitly attributed, the opinions expressed are personal and not that of Mid-Continent Public Library.
________________________________
|
Can you add something like this: verify_ssl = not args.no_verify
zabbix_version = None
if not verify_ssl:
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) This will ignore warnings when someone uses the no-verify option every time they download a template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What a great idea! We use internal CA certs on our Zabbix server. This seems to have resulted in this - Error API: HTTPSConnectionPool(host='xxx.xxx.xxx.xxx, port=443): Max retries exceeded with url: /api_jsonrpc.php (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))
We added our Root certs into the system, but still no go.
The text was updated successfully, but these errors were encountered: