Bruce, a friend of mine are having problems with a WS and SSL with NT6, he does not have NT8 but I think the Q would be the same.
Scenario:
Cw: 6.3.9059
NetTalk: 6.32 (la ultima para C6.3)
WS to consume bank services with a SSL certificate
Te cuento que desarrolle un WS (de lectura) para un banco de un cliente.
Facts:
a) The bank sent me two files: file.CER y otro file.PFX (with key). Both ciphered
b) I sent to them 2 files they request from me, Request (x509 format) and MiCliente.asc.pub with key (DER Binary format)
Done with OpenSSL.
c) Then the bank sent me another two files: file.CER. Both cyphered and in DER binary format
d) I installed them in my PC
one File.CER en Personal / Certificates
one File.CER en Entities / Certificates
e) Then I could access the test URL with Firefox and download the WSDL
g) What I cant do is connect my WS because NT ask for file.CRT and file.KEY or file.PEM.
How can I use those certificate files with NT ?
Thanks in advance
Alberto