Options

Change Web Client URL

aceXaceX Member Posts: 166
Hi there

I have problem with default web client URL on the objects. The problem is when I try to open some page using report URL link to some page (Example URL to Page Customer) the url is: http://computername:48900/DynamicsNAV80_Instance1/...
This is not valid URL, but I can't find where I can change it. The correct URL need to be https://certificatename/DynamicsNAV80/..

All objects in NAV have wrong - default Web Client URL. Is there a way to change this?

Thanks
Best Regards

Best Answers

Answers

  • Options
    postsauravpostsaurav Member Posts: 708
    Hi,

    I think you are using navuserpassword as authentication for Navision, as you specified that the name should be certificate name instead of NAV Server Computer Name.

    If that is the case then -

    - The Name of the certificate should actually be same as the NAV Service Tier Computer name. If both have same name then the SLL Certificate is Qualified SSL Certificate.

    - Explained Here, issues related to non qualified SSL Certificate - http://saurav-nav.blogspot.in/2014/10/nav-2013-nav-2013-r2-web-services-with.html

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
  • Options
    aceXaceX Member Posts: 166
    Yes Saurav, you are right. My authentication type is NavUserPassword and thanks for your opinion. I'll try it on that way too, but solution that Jan_Veenendaal offered is working as a clock :smile: .
    Actually I've added my correct URL in

    <add key="PublicODataBaseUrl" value="https://certificate_name/ServiceName/Webclient&quot; />
    <add key="PublicSOAPBaseUrl" value="https://certificate_name/ServiceName/Webclient&quot; />
    <add key="PublicWebBaseUrl" value="https://certificate_name/ServiceName/Webclient&quot; />


    Maybe the last key is the most important, but i'm not seeing any problem if that URL is added as a value in all of this parameters.

    Thank you guys for your time
    Best regards
Sign In or Register to comment.