Seite 2 von 2

Re: OPSI product udpater

Verfasst: 14 Jan 2016, 11:06
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

Re: OPSI product udpater

Verfasst: 14 Jan 2016, 13:12
von aszykmat
Hi,

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

At the moment, everything is working !

Regards.