WebService : ServiceLayoutInstance.svc en https

Si le site ne fonctionne pas en HTTPS (404 sur le ServiceLayoutInstance.svc, impossible d'ouvrir la navigation, ...)

Vérifier que le second binding (LEBindingConfigurationSSL) soit présent dans les webHttpBinding(system.serviceModel)

<system.serviceModel>
	<bindings>
		<webHttpBinding>
			<binding name="LEBindingConfiguration" maxBufferPoolSize="1500000" maxReceivedMessageSize="1500000" maxBufferSize="1500000">
				<readerQuotas maxArrayLength="656000" maxBytesPerRead="656000" maxDepth="32" maxNameTableCharCount="656000" maxStringContentLength="656000" />
			</binding>
			<binding name="LEBindingConfigurationSSL" maxBufferPoolSize="1500000" maxReceivedMessageSize="1500000" maxBufferSize="1500000">
				<readerQuotas maxArrayLength="656000" maxBytesPerRead="656000" maxDepth="32" maxNameTableCharCount="656000" maxStringContentLength="656000" />
				<security mode="Transport" />
			</binding>
		</webHttpBinding>