Options

SSL Setup in Web Services NAV 2009 SP1

ara3nara3n Member Posts: 9,255
edited 2010-09-22 in NAV Three Tier
Hello

A client today was following the walkthrough setting up SSL and we can't make it work.

here is the walkthrough.

http://msdn.microsoft.com/en-us/library/ee414240.aspx

We used SelfSSL toolkit that comes with IIS to generate the certificate.

We followed all the setup and the webservice started with the event log displaying the https address

When opening the https URL in IE, we can't contact service to display the list of published webservices.

Has anybody been successful in making 2009 sp1 webservice work with Security socket layer?

Thanks.
Ahmed Rashed Amini
Independent Consultant/Developer


blog: https://dynamicsuser.net/nav/b/ara3n

Comments

  • Options
    ara3nara3n Member Posts: 9,255
    Found this tool SSL Diagnostics.

    http://www.microsoft.com/DownLoads/deta ... laylang=en


    Hopefully this will help identify any certificate issue.

    [Update]

    we resolved the issue Diagnostics reported and then reassigned it to use with NAV. Still, unable to get it to work.

    ](*,)
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    waynenlwaynenl Member Posts: 39
    Now i need it too. But i do the same walkthrough, It doesn't work ](*,)

    And i dont understand the step "To configure the port to use the SSL certificate"

    "httpcfg query ssl" command do not view anything.
  • Options
    stomdahlstomdahl Member, Microsoft Employee Posts: 12
    The step "To configure the port to use the SSL certificate" ??
    If "httpcfg query ssl" command does not return anything the you can jump to task 3.

    httpcfg set ssl -i <ip address>:<port> -h <thumbprint>

    an example would be:
    httpcfg set ssl -i 0.0.0.0:7047 -h "here goes the certificate thumbprint from the local machine certificate storage"
Sign In or Register to comment.