mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-02-27
This commit is contained in:
@ -229,3 +229,25 @@ UPDATE 58633
|
||||
|
||||
- This works but I'm thinking I'll wait on the replacement as there are perhaps some other places that rely on `http://hdl.handle.net` (grep the code, it's scary how many things are hard coded)
|
||||
- Send message to dspace-tech mailing list with concerns about this
|
||||
|
||||
## 2017-02-27
|
||||
|
||||
- LDAP users cannot log in today, looks to be an issue with CGIAR's LDAP server:
|
||||
|
||||
```
|
||||
$ openssl s_client -connect svcgroot2.cgiarad.org:3269
|
||||
CONNECTED(00000003)
|
||||
depth=0 CN = SVCGROOT2.CGIARAD.ORG
|
||||
verify error:num=20:unable to get local issuer certificate
|
||||
verify return:1
|
||||
depth=0 CN = SVCGROOT2.CGIARAD.ORG
|
||||
verify error:num=21:unable to verify the first certificate
|
||||
verify return:1
|
||||
---
|
||||
Certificate chain
|
||||
0 s:/CN=SVCGROOT2.CGIARAD.ORG
|
||||
i:/CN=CGIARAD-RDWA-CA
|
||||
---
|
||||
```
|
||||
|
||||
- For some reason it is now signed by a private certificate authority
|
||||
|
Reference in New Issue
Block a user