Hi,

Ok, I have the following results when trying to connect
- socket.LastErrorDesc = 'Network Subsystem is unstable'
- socket.SSL.lasterror = '0'
- socket.SSL.LastErrorDesc = <empty string>

The server I am connecting to is a HTTPS server, but I need to comminuate using SOAP, which means I need to send some custom header information and then send the data once the headers are sent. Could the fact that it is using the HTTPS protocol, where a certificate is send to the client have an effect on this? I tried more or less the same in PHP where a socket connection sends the headers and data, and then it worked, but PHP has some function for SSL that does almost everything, and I would like to get this to work in Kylix using synapse if possible :)

Thanks again,

Werner

On 9/11/06, Lukas Gebauer <[EMAIL PROTECTED]> wrote:
> After I call socket.SSLDoConnect and check LastErrorDesc, I get the error
> 'Network Subsystem is unstable'. From what I have read in the Forums, this
> is usually a missing dll or ssl plugin, but I think I have everything in
> place. What I have done thus far

It may be any other SSl related error. See what is in
socket.ssl.lasterror and socket.ssl.lasterrordesc.


--
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP
Library



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to