Hi@qeadzcwsx, By default if you are usingHTTPSas the protocol in yourHTTP Request Connector, Mulesoft validates the default certificate in your environment. If you don't have the valid certification, it throws the above error. So to make this work, you can disable the certificate validation ...
Hi There, My situation is: React APP created by create-react-app, running on port 3000 express nodejs api service server, running on port 3001. adding the proxy in express as below: const proxy = require('express-http-proxy') app.use('/'...
ResponseInterface::HTTP_NOT_FOUND ); } } Code: async getAddressDetails(){ const {value} = await Preferences.get({ key: 'user'}); const user = JSON.parse(`${value}`); const options = { url: 'https://usersauth.example.com/UserAddress/gethomeaddress?user_id=' + user.user_id, ...
DNS misconfigurations, such as incorrect DNS records or DNS server failures, can prevent clients from resolving domain names to IP addresses. Like sending a letter without the correct address, DNS misconfigurations can result in the 502 Bad Gateway error. ...
Small question regarding an issue while sending HTTP2 request to a server that is HTTP2 enabled please Caused by: io.netty.handler.codec.http2.Http2Exception: First received frame was not SETTINGS. Hex dump for first 5 bytes: 485454502f The setup: On server side, a Spring Webflux applicati...
and now if I execute the command after waiting for 3 minutes the following request ends with eventViewer Error "Sending HTTP error back to the client due to a transport failure. The HTTP status code is 400. The error code is 5" b'<?xml version="1.0" encoding="utf-8"?>\n<e...
Following POST request is being sent to the Decision Server: Raw POST http://localhost:8080/kie-server/services/rest/server/containers/mortgage <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <batch-execution> <insert out-identifier="inserter" return-object="true" entry-point="DEFAU...
FailedOperation.FailResolvePacketFailed to parse the request packet. Usually, this is because that the API specification was not followed. Please seeDetailed Explanation of Request Body Parsing Error 1004. FailedOperation.ForbidAddMarketingTemplatesIndividual users cannot apply for sending marketing SMS messag...
... WARN [org.kie.server.services.impl.controller.DefaultRestControllerImpl] (KieServer-ControllerConnect) Exception encountered while syncing with controller at http://localhost:8080/decision-central/rest/controller/server/default-kieserver error Error while sending PUT request to http://localhost:8080...
Content Type application/soap+xml; charset=utf-8 was sent to a service expecting text/xml; charset=utf-8. The client and service bindings may be mismatched content type error when sending JSON request to WCF service Could not establish secure channel for SSL/TLS with authority Could not establ...