BackupGGCode / roster-dns-management

DNS Management system.
0 stars 2 forks source link

User Tools Boot Strap server generated #374

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the roster_user_tools.conf file, the most frequent server entry is not 
sufficient to create a connection to the Roster Server. Generally, when running 
the user_tools_bootstrap, under the --server parameter, the most common value 
is 'localhost' or an entry such as 'roster.example.com'. This will cause and 
XML-RPC error to occur when attempting a connection. What has been known to 
work is 'https://roster.example.com:8000', where the port and protocol are 
described in the address.

Original issue reported on code.google.com by Cooke...@gmail.com on 27 Jun 2013 at 12:10

GoogleCodeExporter commented 9 years ago
A possible solution is to create a new optional flag for the bootstrap 
designated for the port, defaulting to 8000, and to automatically concatenate 
'https://' at the beginning and ':[port_value]' at the end of the given server.

Original comment by Cooke...@gmail.com on 27 Jun 2013 at 12:10

GoogleCodeExporter commented 9 years ago

Original comment by janey...@gmail.com on 17 Jul 2013 at 2:27