Error making api request

Error writing data to ad/library/accounting-team: Error making API request. URL: PUT http://127.0.0.1:8200/v1/ad/library/accounting-team Code:

Hi Praveen, can you post more debugging information about this?

  • Vault version?
  • The full request made that results in this error?
  • Any Vault application or audit logs that occur when you make this call?
  • The result of “$ vault read ad/config” with any sensitive values not included?

That will help. Thanks!

The code is -
vault write ad/library/accounting-team service_account_names="testMSA@example.com,MSA4SQL@example.com" ttl=24h max_ttl=120h

and Error-
Error writing data to ad/library/accounting-team: Error making API request.

URL: PUT http://127.0.0.1:8200/v1/ad/library/accounting-team
Code: 500. Errors:

  • 1 error occurred:
    * error connecting to host “ldaps://127.0.0.11”: LDAP Result Code 200 “Network Error”: write tcp 127.0.0.1:49248->127.0.0.11:636: wsasend: An existing connec
    tion was forcibly closed by the remote host.

can you give some solution