iis - Delphi 2010 DataSnap Client with HTTPS -


i have datasnap server written in delphi xe3, deployed isapi module ssl.

i'm writing client application server, has written in delphi 2010 now. i'm having trouble connecting server through https. have no trouble connecting server through http.

i can write client in xe3 connects through https , succeeds, know server working fine.

the error receive is:

protocol https can used after adequate instance of tdbxcommunicationlayer registered tdbxcommunicationlayerfactory.

i've googled solution problem , instructed add dshttplayer uses clause of unit, , works http, it's not working https.

any ideas out there? lot time.

i ended using tidhttp , tidssliohandlersocketopenssl components connect via https. parsed json tjsonparser. delphi 2010 doesn't support https through tdsrestconnection.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -