Skip to Content.
Sympa Menu

fr - [sympa-fr] SOAP et Trust remote applications

Subject: Pour les administrateurs de serveurs de listes utilisant le logiciel Sympa

List archive

Chronological Thread  
  • From: Julien mlsupport <address@concealed>
  • To: address@concealed
  • Subject: [sympa-fr] SOAP et Trust remote applications
  • Date: Wed, 25 Apr 2018 18:54:34 +0200

Bonjour,

J'ai demandé à mon hébergeur d'installer le service SOAP pour Sympa.

Aujourd'hui, le fichier trusted_applications.conf est défini comme tel :

# this file is a sample for the description of remote trusted
applications. You may define multiple remote applications.
trusted_application
# name of the trusted application. This is the appname soap element
name truc_api
#
md5password acbd18db4cc2f85cedef654fccc4a4d8
# the md5 digest of the application pasword. You can get it with
sympa.pl --md5_digest=<the password>
#
proxy_for_variables USER_EMAIL,remote_host
# the comma separated list of vars the trusted application can set.


Je précise que le bon md5 est mis et non acbd18db4cc2f85cedef654fccc4a4d8.

Lorsque l'hébergeur tente un :

#perl sympa_soap_client.pl --soap_url=http://sympa.url.org/sympasoap
--service=createList --trusted_application=truc_api
--trusted_application_password='motdepasse'
--address@concealed,remote_host=sympa.url.org'
--service_parameters='listMGD,listSubjectdeMGD,discussion_list,description,myTopicMGD'

Cela donne :

calling authenticateRemoteAppAndRun( truc_api, motdepasse,
address@concealed,remote_host=sympa.url.org,createList,listMGD,listSubjectdeMGD,discussion_list,description,myTopicMGD)


Soap error :

faultcode = soap:Server

detail = Authentication failed for application truc_api

faultstring = Authentification failed

Avez-vous une idée d'où peut venir le problème ?

Bien sûr je n'ai pas un accès direct au serveur...

Merci.



  • [sympa-fr] SOAP et Trust remote applications, Julien mlsupport, 04/25/2018

Archive powered by MHonArc 2.6.19+.

Top of Page