[Solved] OPSI product udpater

Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: OPSI product udpater

Beitrag von n.wenselowski »

Hi,

looking through this thread I'd think you should check if there is something wrong with your proxy settings.
The error from the first post suggests something like that.
You may also want to check your routes.

Second thing I'd check is if the credentials of the depot are the same as stored on the PMD and inside /etc/opsi/backends/jsonrpc.conf in SMD.
You could check if you can access the PMD with these credentials via curl:

Code: Alles auswählen

curl --insecure -X POST --user username:password -H "Content-Type: application/json" -d '{"params": [], "id": 1, "method": "backend_info"}' https://PMD.full.fqdn:4447/rpc
If everything is okay you should receive JSON with "error": null.


Kind regards

Niko

Code: Alles auswählen

import OPSI
aszykmat
Beiträge: 27
Registriert: 26 Nov 2015, 14:14

Re: OPSI product udpater

Beitrag von aszykmat »

Hi,

You are great.
The problem was related with the proxy.

At the moment, everything is working !

Regards.
Antworten