I am able to bootstrap the node from workstation but while registering node and client from VRA workflow using CHEF API . Encountering error with registering client from CHEF API and even separately adding node is working but adding client is failing from workstation
++++++Workstation Logs+++++++++++++++
PS C:\Users\chef-repo> knife client create win-testing-node
ERROR: Server returned error 503 for https://xyz, ret
ying 1/5 in 3s
ERROR: Server returned error 503 for https://xyz, ret
ying 2/5 in 5s
ERROR: Server returned error 503 for https://xyz, ret
ying 3/5 in 13s
ERROR: Server returned error 503 for https://xyz, ret
ying 4/5 in 21s
###################################################################
+++++++++Chef server logs++++++++++++++++
[root@b opscode]# chef-server-ctl test
Configuring logging...
Creating platform...
Configured server URL: https://xyz
Configured base resource URL: https://xyz
Creating org pedant_testorg_pobu02lx00130b_33093
Failed attempting to contact https://xyz (0/5)
Failed attempting to contact https://xyz (1/5)
Failed attempting to contact https://xyz (2/5)
Failed attempting to contact https://xyz (3/5)
Failed attempting to contact https://xyz (4/5)
bundler: failed to load command: ./bin/oc-chef-pedant (./bin/oc-chef-pedant)
RuntimeError: Failed attempting to contact https://xyz 5 times
/opt/opscode/embedded/service/oc-chef-pedant/lib/pedant/platform.rb:364:in create_org' /opt/opscode/embedded/service/oc-chef-pedant/lib/pedant/platform.rb:147:in
org_from_config'
/opt/opscode/embedded/service/oc-chef-pedant/lib/pedant/platform.rb:48:in initialize' /opt/opscode/embedded/service/oc-chef-pedant/lib/pedant.rb:83:in
new'
/opt/opscode/embedded/service/oc-chef-pedant/lib/pedant.rb:83:in create_platform' /opt/opscode/embedded/service/oc-chef-pedant/lib/pedant.rb:59:in
setup'
/opt/opscode/embedded/service/oc-chef-pedant/bin/oc-chef-pedant:10:in `<top (required)>'
please look into this and let me know