Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 417013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:32:16+00:00 2026-05-12T18:32:16+00:00

I am building custom reports in Microsoft CRM and am using the CRM_URL parameter

  • 0

I am building custom reports in Microsoft CRM and am using the CRM_URL parameter to created drill downs.

However, the URL coming in is ***http://**myserver.com/org/CRMReports…* but it should be **https://**myserver.com/org/CRMReports…

My understanding is that this value is dynamically passed in by MS CRM. How/where can I update this URL to use https?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T18:32:16+00:00Added an answer on May 12, 2026 at 6:32 pm

    The answer to my issue was #4 & #5 from this link:

    http://rc.crm.dynamics.com/rc/regcont/en_us/op/articles/secure_comm.aspx#ID0EFD

    For deployments that will not be used
    by external clients, which connect
    over the Internet, follow these steps:

    1. Obtain a certificate from a CA. To use certificates you will have set
      up a public key infrastructure (PKI),
      which consists of one or more CAs that
      are linked in a hierarchy. These CAs
      and the PKI are required to manage
      certificate issuance, validation,
      renewal, and revocation in one or more
      organizations. You can use a
      third-party PKI with Microsoft Windows
      Server 2003, or you can establish your
      own PKI, based on Windows Server 2003
      Certificate Services.
    2. Make sure that there are no users accessing Internet Information
      Services (IIS) where the Microsoft
      Dynamics CRM Web application is
      installed. To do this, stop the
      Microsoft Dynamics CRM Web site:
      right-click the Web site, and then
      click Stop.
    3. Configure the Microsoft Dynamics CRM Web site to use SSL. To do this,
      perform the following steps on the
      server running IIS where the Microsoft
      Dynamics CRM Web application is
      installed:
      1. Start Internet Information Services (IIS) Manager
      2. Right-click the Microsoft Dynamics CRM Web site, and then click
      Properties.
      3. Click the Directory Security tab, click Server
      Certificate, and then follow the
      instructions in the Web Server
      Certificate Wizard.
      4. If you want clients to only use SSL when they connect to the
      Microsoft Dynamics CRM application, on
      the Directory Security tab in the
      Secure communications area, click
      Edit.
      5. On the Secure Communications dialog box, click the
      Require secure channel (SSL) check
      box.
      6. Close Internet Information Services (IIS) Manager.

      Important: You can apply only a single certificate to the Microsoft
      Dynamics CRM Web site. Therefore, you
      if you have configured Microsoft
      Dynamics CRM Server for both internal
      and Internet-facing (external) access,
      you cannot configure SSL for both
      internal and external connections to
      the Microsoft Dynamics CRM Web site.

    4. You must manually modify the following values in the configuration
      database.

      Warning: Incorrectly modifying the configuration database
      (MSCRM_CONFIG) can cause unexpected
      behavior in the Microsoft Dynamics CRM
      system or cause the system to stop
      working. We recommend that you back up
      the Microsoft Dynamics CRM system
      before you complete these steps. For
      information about how to back up the
      Microsoft Dynamics CRM system, see the
      Operating and Maintaining Guide that
      is part of the Microsoft Dynamics CRM
      4.0 Implementation Guide document set.
      1. On the computer running Microsoft SQL Server, start SQL Server
      Management Studio.
      2. Expand Databases, expand MSCRM_CONFIG, expand Tables,
      right-click dbo.DeploymentProperties,
      and then click Open Table.
      3. In the dbo.DeploymentProperties table under
      the ColumnName column, in the
      ADRootDomainScheme row, change the
      NVarCharColumn column value from http
      to https. Note that this value must be
      in lower-case letters.
      4. In the dbo.DeploymentProperties table, under
      the ColumnName column, in the
      ADSdkRootDomain row, change the
      NVarCharColumn column value by using
      the name of the certificate configured
      for the Microsoft Dynamics CRM Web
      site. The name of the certificate can
      be found, in Internet Information
      Services (IIS) Manager, on the
      Directory Security tab of the
      Microsoft Dynamics CRM Web site
      properties page.
      5. Click View Certificate.
      6. On the Certificate dialog box, click Details.
      7. Click the Friendly Name field to locate the certificate name.
      If the certificate name is the same as
      the computer name, you can use the
      format ServerName:SSLPortNumber. By
      default, the TCP port for SSL
      connections is 443.
      8. In the dbo.DeploymentProperties table, under
      the ColumnName column, in the
      ADWebApplicationRootDomain row, change
      the NVarCharColumn column value by
      using the name of the certificate
      configured for the Microsoft Dynamics
      CRM Web site. If the certificate name
      is the same as the computer name, you
      can use the format
      ServerName:SSLPortNumber. By default,
      the TCP port for SSL connections is
      443.
      9. Make sure your modifications are saved and then close
      SQL Server Management Studio.

    5. Modify the LocalSDKPort Windows registry subkey value. To do this,
      complete the following steps.

      Warning: Serious problems might occur if you modify the registry
      incorrectly by using Registry Editor
      or by using another method. These
      problems might require that you
      reinstall the operating system and
      Microsoft Dynamics CRM. We cannot
      guarantee that these problems can be
      solved. Modify the registry at your
      own risk.
      1. Start Registry Editor, and locate the
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM
      subkey.
      2. Right-click LocalSdkPort, click Modify, and then click OK.
      3. In the Base area, click Decimal, and then type the TCP port.
      4. Click OK.
      5. Close Registry Editor.

    6. Restart IIS. To do this, at the command line, run the iisreset
      command.
    7. Start the Microsoft Dynamics CRM Web site. To do this, right-click the
      Microsoft Dynamics CRM Web site, and
      then click Start.
    8. Restart the Microsoft Dynamics CRM Asynchronous Processing Service.
      To do this, click Start, point to
      Administrative Tools, and then click
      Services. In the list of services,
      right-click Microsoft Dynamics CRM
      Asynchronous Processing Service, and
      then click Restart.
    9. Verify that you can successfully connect to the Microsoft Dynamics CRM
      Web site. To do this, you must use a
      URL that begins with https. For
      example, in Internet Explorer the URL
      will appear similar to the following
      address:
      https://ServerName/OrganizationName/loader.aspx

      If the Microsoft Dynamics CRM Web site is not configured to require
      SSL connections, verify that you can
      successfully connect to the site by
      using an http connection, for example,
      http://ServerName/OrganizationName/loader.aspx.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a youtube player with custom controls using the youtube api: http://code.google.com/apis/youtube/youtube_player_demo.html?playerType=chromeless&playerVersion=as3 I've
I have this legacy database for which I'm building a custom viewer using Linq
We are considering building a custom data processing extension for Microsoft Reporting Services in
Have a project where were building custom business reports accessible via web browser. As
I need help in building custom search engine for my website http://www.go4film.com . Although
I am using the code at http://mindtherobot.com/blog/272/android-custom-ui-making-a-vintage-thermometer/comment-page-1/#comment-14326 for building custom view. I wanted to
I'm building custom content filtering system using custom radio buttons. There are some problems
Here I have pasted link for code: http://blog.asolutions.com/2010/09/building-custom-map-annotation-callouts-part-1/ In this code I have just
Iam building a custom rating bar. With help of kozyr's article i have created
I am building a Custom Image Picker, that shows 6 alternative versions. However the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.