ich teste derzeit opsi in unserem Unternehmen aus.
Die Installation des Servers hat soweit geklappt, das deployen des opsi-Clients auf Endgeräte klappt soweit auch schonmal.
Nun wollte ich mich mal daran machen mein erstes Paket zu bauen und zu verteilen.
Dazu habe ich den Opsi Setup Detector per opsi-configed ausgerollt (laut opsi-configed ist es Version 4.3.7.0-1), selbigen dann auf dem Endgerät (Windows 11 25H2) gestartet.
Die Konfig, die es dann zu ergänzen gilt, habe ich entsprechend ergänzt. Zugriff auf die Workbench-Freigabe klappt auch soweit.
Service_URL: https://xxxx.xxxx.xx/4447
Service_user: hier hab ich den den opsi admin Account eingetragen, oder ist "Service User" etwas anderes?
Im letzten Schritt, also das eigentliche Erzeugen des Pakets, werde ich per Popup nach dem Passwort des opsi-Users gefragt, ich gebe dieses ein und erhalte zurück:
Code: Alles auswählen
opsi Setup Detector: keine Verbindung zum opsi-Webservice. Bitte URL, user und passwort prüfenhttps://xxxx.xxxx.xx:4447/info meldet im Browser folgendes:
Code: Alles auswählen
{"detail":"Not Found"}Denn
https://xxx.xxxx.xx:4447/status/ lässt sich problemlos aufrufen und meldet mir im Browser folgendes:
Code: Alles auswählen
status: ok
version: 4.3.40.1 [python-opsi-common=4.3.40.0]
date: 2025-10-23T15:03:43+02:00
node: xxxxx
fqdn: xxxxx.xxx.xx
redis-status: ok
redis-error: 
redis-mem: 1390223
redis-mem-total: 3611504
ssl-ca-valid-days: 722
ssl-cert-valid-days: 82Aus dem Log vom opsisetupdetect:
Code: Alles auswählen
[5] [2025-10-23 15:17:25.349] [] Create Mode is files and build - so we try to call the service
[8] [2025-10-23 15:17:49.765] [] init opsi connection (URL,user,password,sessionid,ip,port,agentstring): https://xxx.xxx.xx:4447,username,passwort,,,,
[6] [2025-10-23 15:17:49.767] [] SSL lib (path) should be: libssl-3.dll
[3] [2025-10-23 15:17:49.769] [] no SSL available, loading libs failed: libssl-3.dll
[8] [2025-10-23 15:17:49.769] [] HTTPSender.Sock.GetLocalSinIP :
[3] [2025-10-23 15:17:49.776] [] Prog: Request failed (Method Post). No connection to server could be established. Line: 1566
[6] [2025-10-23 15:17:49.778] [] Resolve (xxx.xxx.xx) to following IPs:
[6] [2025-10-23 15:17:49.778] []  1. IP: xxx.xxx.xxx.xx
[8] [2025-10-23 15:17:49.778] [] Exception in retrieveJSONObject0: Request failed (Method Post). No connection to server could be established. Server-FQDN: xxxx.xxxx.xx, Server-IP: xxx.xxx.xx SLL lib loaded: False
[3] [2025-10-23 15:17:49.778] [] Could not load ssl lib: libssl-3.dll
[3] [2025-10-23 15:17:49.778] [] Could not get backend_getInterface from service. No json object or result retrieved
[6] [2025-10-23 15:17:49.778] [] No method backend_getLicensingInfo at service - perhaps old server or opsiclientd, we fallback to backend_info
[3] [2025-10-23 15:17:49.782] [] Prog: Request failed (Method Post). No connection to server could be established. Line: 1566
[6] [2025-10-23 15:17:49.783] [] Resolve (xxx.xxx.xx) to following IPs:
[6] [2025-10-23 15:17:49.783] []  1. IP: xxx.xxx.xxx.xx
[8] [2025-10-23 15:17:49.783] [] Exception in retrieveJSONObject0: Request failed (Method Post). No connection to server could be established. Server-FQDN: xxxx.xxxx.xx, Server-IP: xxx.xxx.xxx.xx SLL lib loaded: False
[3] [2025-10-23 15:17:49.783] [] Could not load ssl lib: libssl-3.dll
[6] [2025-10-23 15:17:49.783] [] No modules data in backend_info
[6] [2025-10-23 15:17:49.783] [] SSL lib (path) should be: libssl-3.dll
[3] [2025-10-23 15:17:49.785] [] no SSL available, loading libs failed: libssl-3.dll
[8] [2025-10-23 15:17:49.785] [] HTTPSender.Sock.GetLocalSinIP :
[3] [2025-10-23 15:17:49.791] [] Prog: Request failed (Method Post). No connection to server could be established. Line: 1566
[6] [2025-10-23 15:17:49.792] [] Resolve (xxxx.xxxx.xx) to following IPs:
[6] [2025-10-23 15:17:49.792] []  1. IP: xxx.xxx.xxx.xx
[8] [2025-10-23 15:17:49.792] [] Exception in retrieveJSONObject0: Request failed (Method Post). No connection to server could be established. Server-FQDN: xxxx.xxxx.xx, Server-IP: xxx.xxx.xxx.xx SLL lib loaded: False
[3] [2025-10-23 15:17:49.792] [] Could not load ssl lib: libssl-3.dll
[5] [2025-10-23 15:17:49.792] [] opsi Server Version :
[3] [2025-10-23 15:17:49.796] [] Prog: Request failed (Method Post). No connection to server could be established. Line: 1566
[6] [2025-10-23 15:17:49.796] [] Resolve (xxxx.xxxx.xx) to following IPs:
[6] [2025-10-23 15:17:49.796] []  1. IP: xxx.xxx.xxx.xx
[8] [2025-10-23 15:17:49.796] [] Exception in retrieveJSONObject0: Request failed (Method Post). No connection to server could be established. Server-FQDN: xxxx.xxxx.xx, Server-IP: xxx.xxx.xxx.xx SLL lib loaded: False
[3] [2025-10-23 15:17:49.796] [] Could not load ssl lib: libssl-3.dll
[3] [2025-10-23 15:17:49.796] [] Problem getting backend_info from service
[4] [2025-10-23 15:17:49.796] [] Service connection not possible: Url, user or password wrong.Woran liegts? Ich steh auf dem Schlauch
Liebe Grüße
