Vidar Kongsli
Vidar Kongsli
Just wanted to add that I experienced the exact same error, at the same place during first initialization of the container. The issue I had turned out to be concerning...
I have the same problem with 1.2.5: ```posh docker run --env LDAP_ORGANISATION="local.dev" ` --env LDAP_DOMAIN="somecompany.com" ` --env LDAP_ADMIN_PASSWORD="JonSn0w" ` --env LDAP_BACKUP_CONFIG_CRON_EXP="0/5 * * * *" ` --env LDAP_BACKUP_DATA_CRON_EXP="2/5 * *...
cannot make a secure connection: TLS: can't accept: The TLS connection was non-properly terminated..
Are there any intermediate certificates in the chain? If that is the case, those would have to be included in the CA crt file.
I downgraded IdentityModel to 1.3.1 and it now works. IdentityModel 1.4.0 and newer breaks.
Do you mean IdentityModel 2.0 is a breaking change? Or IdentityServer3.AspNetIdentity 2.0?
Right. However, IdentityModel versions between 1.4 and 1.13 seems to break IdentityServer3.AspNetIdentity. Nuget package dependency states that i IdentityServer3.AspNetIdentity depends on IdentityModel version >= 1.0.0, meaning that 1.4 thru 1.13...
Some insight into why UnknownHostException is thrown: http://stackoverflow.com/questions/2680837/java-net-unknownhostexception-on-file-method
I have created a fix: http://is.gd/bBVHe You may pull it from git://github.com/vidarkongsli/env-js.git if you wish