Displaying 1 result from an estimated 1 matches for "optional_password_in_cert".
2007 Nov 27
0
how do i use xen api with key and cert?
...ure out how to call from the client side,
what do I have to provide for user and password?
I tried:
python
>> import xmlrpclib
>> xen = xmlrpclib.Server("https://server_name:9367")
>> xen.session.login_with_password(''<name_in_cert>'',''<optional_password_in_cert>'')
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
verbo...