Hi Wagner,
Have you had any reports of users having problems using Cloudflare to provide https access to Sphinx? I am preparing for a demo, we don't want to setup a live server just for the demo. So a colleague of my has configured CloudFlare to create a reverse proxy to a windows VM that we have running in our office. The idea is to give us https without having to having to setup a server in the cloud just for the demo to the customers. We tell Sphinx to use the endpoint as https://.... but when we step into your code we see that sphinx strips of the https and replaces it with http here.
Metadata := {$IFDEF PAS2JS}await{$ENDIF}(GetProviderMetadata);
The error message we get in windows gives us the http address not the https one we enter. Yet if we enter the URL in the browser with the https prefix it responds fine.
I'm only asking in case this is something you are aware of and know of a simple workaround. Perhaps it's just the way we have configured things but it seems very strange that the endpoint is changed by sphinx.
Regards
Steve