NetTalk Central

Author Topic: WS with NT 6 and SSL  (Read 2832 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
WS with NT 6 and SSL
« on: October 31, 2014, 08:29:48 AM »
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
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: WS with NT 6 and SSL
« Reply #1 on: November 01, 2014, 04:16:38 AM »
Hi Alberto,

you can use the OpenSSL exe to convert from one format to another.
just google for converting from whatever form you have to whatever form you need using OpeSSL.

cheers
Bruce