delphi - How to add a certificate on a windows service -
i have custom soap-service windows server listens on portnumber (for ex. 1024). when make call service using http:// (ip or domain):1024
service works well.
when try make same call https:// (ip or domain):1024
following response:
ssl connection error
unable make secure connection server. may problem server, or may requiring client authentication certificate don't have.
when try connect same ip without portnumber iis responds without issue (i have certificate installed).
any welcome!
you should analyze connection , error code returned ssl connection error.
take on article: http://blogs.msdn.com/b/sudeepg/archive/2009/02/16/debugging-ssl-handshake-failure-using-network-monitor-a-scenario.aspx
error codes: http://tools.ietf.org/html/rfc2246#section-7.2
Comments
Post a Comment