Question

Mobile web config: HTTPS for IStreamingService

  • 20 April 2023
  • 1 reply
  • 34 views

Badge +1

We have a security mandate to use HTTPS for communication between DMZ server and internal network.
In this case, attempting to update the Mobile web config so IStreamingService works via HTTPS.

We tried changing the port to 443 but it gives us an error.

Please advise if we need specific values for the following parameters, or anything else we are missing:

binding
bindingConfiguration
contract
name

 

currently using:

<endpoint address="http://acme.inc:80/FSMDev/M5Service.svc/IStreamingService" 
binding="basicHttpBinding" 
bindingConfiguration="BasicHttpBinding_IStreamingService" 
contract="M5ServiceReference.IStreamingService" 
name="BasicHttpBinding_IStreamingService" />

FSM version: 6 Update 4
Build: 7327 


1 reply

Userlevel 6
Badge +23

Hi Tashi,

please run the FSM Installer to reconfigure the binding for the FSM Mobile Service properly.

 

Best regards
Roman

Reply