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>
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add support@artionet.com to your trusted senders list in your email software.