Quickbooky

Accounting News

Errors

QuickBooks Web Connector QBWC1048 Certificate Verification Error

QuickBooks Web Connector blocks apps with QBWC1048 and QBWC1051 errors when it cannot verify the web application's server certificate during setup.

COMMUNITY ISSUESQUICKBOOKY

QuickBooks users integrating third-party applications through the Web Connector are hitting a wall during the initial application setup, with the tool refusing to add new connections and returning a pair of errors that point to server certificate verification.

The errors read “QBWC1048: QuickBooks Web Connector could not verify the web application server certificate” followed immediately by “QBWC1051: The new application was not added.” The Web Connector simply halts the process and leaves the application unconfigured, blocking the integration before it can begin.

What triggers the errors

The Web Connector is designed to reach out to the application’s server address — specified in the application’s configuration file — and verify the server’s security certificate before it trusts the connection. When that verification step fails, the Connector refuses to proceed and reports the QBWC1048 error.

In the cases reported, the failure is tied to how certain application servers handle incoming requests. Some development and testing environments restrict the types of requests the Web Connector uses during its verification step. When the Connector attempts its standard check and the server blocks or restricts that request, the certificate cannot be validated, and the application is rejected.

The Web Connector maintains its own log file, and users who inspect that log will find it points toward the same root cause: the Connector cannot complete the request it needs to verify the server.

The accepted fix

The solution involves adding a specific parameter — known as the certificate URL — to the application’s configuration file. This parameter gives the Web Connector an alternative address to use when it performs the certificate check.

Here is how to apply the fix:

  1. Open the application’s .qwc configuration file in a plain-text editor.
  2. Locate the AppURL entry, which contains the full address of your application server, including any path at the end.
  3. Add a new entry called CertURL right alongside the AppURL entry.
  4. Set the CertURL value to the root server address only — the domain without any trailing path. If your AppURL reads as a full web address with a specific page or directory appended, the CertURL should be just the base domain and protocol.
  5. Save the file and re-add the application in the Web Connector.

In practice, this means if the application address points to a long path on a server, the certificate verification address should point only to the server itself. That distinction matters because the base server address is typically where the security certificate lives and can be validated, even when the full application path restricts certain types of requests.

Why this works

The Web Connector uses the AppURL for its normal communication with the application. During setup, however, it needs to verify that the server hosting the application presents a valid security certificate. By supplying a dedicated CertURL, you tell the Connector exactly where to look for that certificate — bypassing any path-level restrictions on the application server that interfere with the verification request.

Users who applied this change confirmed the Web Connector accepted the application on the next attempt, and the integration proceeded normally.

A note on configuration files

The .qwc file is a standard XML document that the Web Connector reads when you add an application. It contains several fields the Connector uses to establish and maintain the connection. Editing it requires only a basic text editor, but the structure must remain valid — a misplaced tag or typo can cause the Connector to reject the file entirely. If you are not comfortable editing configuration files by hand, the application provider should be able to supply a corrected version.

For broader help with QuickBooks integration errors and the Web Connector, our QuickBooks knowledge base covers common setup problems and their fixes.

← Back to Community Issues