Board index » delphi » Indy TCPServer and SSL - Cannot Load the Key
Wagner Cunha
![]() Delphi Developer |
Tue, 07 Sep 2004 01:02:25 GMT
Indy TCPServer and SSL - Cannot Load the Key
Hi! I'm trying do make a TCPServer with SSL (like in the HTTPServer
Example). I'm using the same cert and key files, but an exception comes in the server when the client try to connect. EIdOSSLLoadingKeyError - 'Could not load key, check password' Thanks a lot... Wagner Cunha -------------------------- More details: var AppDir : String; In the Client i put a TidTCPClient and a TidConnectionInterceptOpenSSL (with When i try to connect, i get this exception in the server: |