Skip to main content

Mobile App SSL Migration

In 2.23.3 and later packages, a new field has been added to the system parameter. The value of this parameter should be written in the customer's link application link. System Parameter: MobileLocalizationServicePath Value: http://localhost/BEAM Our customer's BEAM application link should be written in the value value.

If the customer has port 80 closed in IIS and an error is received on the mobile, that is, (https://.... com/BEAM/service/Reportservice.svc) If there is no access to the service, you need to make the following edits from the web config in the www folder under the Application folder.

'''<serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" /> <security mode="Transport" > <transport clientCredentialType="None"/> </security>


![](https://docsbimser.blob.core.windows.net/imagecontainer/SSL%20Web%20Config-0d6ab6a9-f4b9-4f7e-a4f9-54b623cf181a.png)

![](https://docsbimser.blob.core.windows.net/imagecontainer/SSL%20Web%20Config1-3e62799b-4e92-4da9-a620-7316ce7ccec7.png)