[solved]NAV2013 Web services and certificates SSL

massimopasqualimassimopasquali Member Posts: 82
edited 2016-11-08 in NAV Three Tier
hello,
I have to comunicate with web service using a certicate SSL for protocol HTTPS, but I need to use 3 differents certificates for 3 different servers :

I need to comunicate with 3 different customers, that have own server, so when I'll call the first customer I'll use his certificate (CERTIFATE-1), while when I'll call the second customer I'll use the his certificate (CERTIFICATE-2) ...

Well, for connect with the web service I have made:

XMLHttp.open('POST','http://www.sgatetest.anci.it/sgate-gas-web-services/services',FALSE);

I'll replace the protocol HTTP with HTTPS, but to use the certificate that I'll have in a direcototy under NAV, how can I do it?

thanks
Sign In or Register to comment.