Forum Discussion
I asked ChatGPT what I shall do and it said that I should use a binding for port 8735. Well, the solution worked and I don´t get the error in the log anymore. But Chat GPT failed to provide any valid source for the information so my trust level is about average.
Explanation:
While your application is using a binding on port 443 for the SSL certificate, this binding is only relevant for the communication between the client and the server hosting your application. It doesn't automatically extend to any external services your application may be using, such as the WCF service running on port 8735.
To communicate with the WCF service on port 8735, you will need to configure a binding that's compatible with the service's endpoint configuration.
Regarding difference between 8734 and 8735 I got following explanation:
The main difference between port 8734 and port 8735 is the protocol used for secure communication. While port 8734 uses HTTPS with the WS-HTTP binding, port 8735 uses HTTPS with the WS-HTTPS binding. The WS-HTTPS binding is similar to the WS-HTTP binding, but it uses HTTPS with message-level security instead of transport-level security.
When I asked for any prove of the information I got three wrong/not working links in combination with this absolutely trustworthy argument:
"...my answer was based on my general knowledge and experience with these technologies."
What do you think? Does this makes sense to you or does ChatGPT lie to me? Do you know any other solution?
One remaining question is, what Innovator tries to do when running SQL code that checks for "in Progress" Conversion tasks once a day?