Here a nice little problem with my Xojo Web -App:
I wrote a small server to accept webhooks from Stripe. It is working fine with TLS/HTTPS … with that Xojo-type certificate with all three parts inside - though I get “downgraded” from SSL-Labs:
And even worse - if I use it with the port assigned to it, another tool asks for a “cipher order” … and names this missing order as the reason for the problems.
Stripe gives me back an error caused by TLS. I always knew that there has to be some order inside the internet - but I do not know how to talk to Xojo about getting some order into that
For now I am using a .CRT file named as the application, containing first the public key, then the Root-CA and then the private key - all without any empty lines in or so. Worked well up to now.
Is there anyone out there with similar problems? Did I do anything wrong with that? Is there anything configurable I have ignored? I’m completely lost.
6 posts - 4 participants