Using Delphi 2007, Indy 9 to build a standalone Server working in Secure mode.
I used SSLBuddy to generate the certificate request, got a root certificate and a standard certificate from GoDaddy, a MyDomain.crt, (I selected the "other" type as web server).
I then used SSLBuddy to generate the key and cert files passed to the TIdServerIOHandlerSSL.SSLOptions with the root cert.
The server starts OK and loads the certificate, but from the calling client, I get a warning that my certificate is not from a trusted authority, even if I manually add the (GoDaddy) root certificate to the Trusted Root Certification Authorities.
Is this the correct way of doing it or what did I do wrong?
Why is my GoDaddy certificate rejected as untrusted?
Any help VERY MUCH appreciated...