netbox-proxbox icon indicating copy to clipboard operation
netbox-proxbox copied to clipboard

SSL certificate verify failed

Open jonaswestphal opened this issue 2 years ago • 2 comments

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed

Disabling SSL on Proxmox is not possible.

Max retries exceeded with url: /api2/json/cluster/status (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')))

Python version: 3.10.12
NetBox version: 3.6.0
Plugins: 
  netbox_proxbox: 0.0.5

Can I disable SSL Certificate Validation in the configuration.py?

jonaswestphal avatar Aug 31 '23 13:08 jonaswestphal

you can use 'ssl': False in settings

chodorenko avatar Sep 04 '23 07:09 chodorenko

@jonaswestphal have you solved this issue with @chodorenko solution? SSL support is not fully developed yet.

emersonfelipesp avatar Oct 09 '23 20:10 emersonfelipesp