I'm evaluating Xdata and Aurelieus.
As a first test I created a small server using RemoteDb.
Everything works fine locally, now I'm trying to deploy the windows application for test to a live server.
This server accepts only https and has a Godaddy SSL certificate running.
This certificate is now used in IIS to serve several web applications.
I would like to connect to the server from a simple client application.
I have uploaded the Httpsys tool to the server and added the following entry as a test: https://+:443/tms/remotedb
When I try to connect from the client application I get an error message: error 12175: Error in Server SSL Certificate. Certificate common name (host) mismatch.
I suppose I need to add the binding to the certificate to the server application?
I've been looking at Config.AddSslCert but it's not clear to me where to add this to the server application.
Hmm, no go.
I reserved 2001 and linked the SSL certificate to port 2001 but client still cannot connect.
I get an error know that the host cannot be reached.
Also, the problem may be elsewhere, so I'd recommend you googling on the previus error message "Certificate common name (host) mismatch" to see if it meets your cenario, eg:
Hi Farias,
got it running.
Added nothing to http.sys.
Server startup: https://+:443/tms/remotedb
I was trying to access through the ip-address of the server with https, but the SSL certificate is on the domain, so trying to connect with https://wavedesk.cloud/tms/remotedb/ works.
I got another error now when scrolling the data in the client application, but that is related to Firedac i think.