Code: Alles auswählen
rm -rf /etc/opsi/ssl/*
opsiconfd setup
systemctl restart opsiconfd.service
Code: Alles auswählen
opsi-package-manager -i <package>
Code: Alles auswählen
Errors occurred:
Failure while processing Install of package(s) <path> on depot '<host>':
Opsi service verification error: HTTPSConnectionPool(host='<host>', port=4447): Max retries exceeded with url: /rpc (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1028)')))
ERROR: Failed to process command 'install': 1 errors during the processing of tasks.
Code: Alles auswählen
curl -Iv "https://<host>:4447/rpc"
Code: Alles auswählen
SSL certificate verify ok.