22 Nov, 2017
1 commit
-
was closed: A connection that was expected to be kept alive was closed by the server. at System.Net.HttpWebRequest.GetResponse() Сетевое оборудование некорректно обрабатывает поддержание открытых сетевых соединений, попробуйте запретить открытые соединения: \<add key="org.openidentityplatform.agents.config.keepalive.disable" value="true"/\>
13 Nov, 2017
1 commit
19 Sep, 2017
1 commit
22 Jun, 2017
2 commits
15 Jun, 2017
1 commit
-
…ocolType.Tls11 | SecurityProtocolType.Tls; EDIT Answer2: If the server you are connecting to has disabled SSL, TLS 1.0, and 1.1 and you are still running .NET framework 4.5(or below) you need to make a choice Upgrade to .Net 4.6+ (Supports TLS 1.2 by default) Add registry changes to instruct 4.5 to connect over TLS1.2 ( See: salesforce writeup for compat and keys to change OR checkout IISCrypto see Ronald Ramos answer comments) Add application code to manually configure .NET to connect over TLS1.2 (see Ronald Ramos answer)
22 Feb, 2017
1 commit
08 Jul, 2016
1 commit
14 Oct, 2015
1 commit
-
…sh trust relationship for the SSL/TLS secure channel На сервере используется не доверенный сертификат. Добавьте сертификат сервера в список надежных или отключите строгую проверку сертификатов (не рекомендуется в продуктивной среде) настройкой: <add key="com.sun.identity.agents.config.trust.server.certs" value="true"/>
08 Oct, 2015
1 commit
09 Aug, 2015
2 commits
-
<add name="OpenAM" type="ru.org.openam.iis.iis7AgentModule"></add> </httpModules>
08 Aug, 2015
1 commit
27 Jul, 2015
1 commit
23 Jul, 2015
1 commit
22 Jul, 2015
2 commits
-
track cookie auth2session UserAgent debug info
27 Oct, 2014
1 commit
05 Oct, 2014
2 commits
04 Oct, 2014
1 commit
03 Oct, 2014
5 commits
-
Conflicts: ru.org.openam.sdk/bin/Debug/ru.org.openam.sdk.dll ru.org.openam.sdk/bin/Debug/ru.org.openam.sdk.pdb