Updating the service home URL on the FSM SQL database

Describes steps to update the service home URL in the FSM SQL database.

Steps

  1. Select New Query from the tool bar.
  2. Enter the following command to query the current service home URL and then click Execute from the tool bar:
    select * from pa_config_properties where name='CASB_FONE_SERVICE_HOME_URL' and group_name='CASB_FONE_SERVICE'

    Ensure that the query is executed successfully.

  3. Review the current URL in the VALUE column.


    By default, this points to the Commercial Cloud URL of https://proxyapi.bitglass.com. If the second level domain (for example bitglass.com) does not match the URL you use to connect to the Forcepoint ONE SSE, continue to the next steps to update the field.

  4. Select New Query from the tool bar.
  5. Enter the following command to update the current service home URL and then click Execute from the tool bar:
    update pa_config_properties set value='https://proxyapi.<second level domain URL>' where name='CASB_FONE_SERVICE_HOME_URL' and group_name='CASB_FONE_SERVICE'

    Replace the <second level domain URL> with the URL you use to connect to the Forcepoint ONE SSE. For example, https://proxyapi.us.bitglass.net for Trial Forcepoint ONE SSE.

    Ensure that the query is executed successfully.

  6. Switch tabs back to the previous query then click Execute again from the tool bar.
  7. Confirm the updated service home URL in the VALUE column.