DavidLARUELLE
Esri Contributor

I found a solution that worked for me :

Checking SSL setup for my Apache server I saw some protocol version were disabled. After enabling them it works like a charm.

Old config for file conf\extra\httpd-ssl.conf :

         SSLProtocol all -SSLv2 -SSLv3 -TLSv1

New config :

         SSLProtocol all

I hope this will help!

 

 

0 Kudos