mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2016-09-25
This commit is contained in:
@ -464,3 +464,16 @@ dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue
|
||||
- Regenerate Discovery indexes a few times after playing with `discovery.xml` index definitions (syntax, parameters, etc).
|
||||
- Merge changes to boolean logic in Solr search ([#274](https://github.com/ilri/DSpace/pull/274))
|
||||
- Run all sponsorship and affiliation fixes on CGSpace, deploy latest `5_x-prod` branch, and re-index Discovery on CGSpace
|
||||
- Tested OCSP stapling on DSpace Test's nginx and it works:
|
||||
|
||||
```
|
||||
$ openssl s_client -connect dspacetest.cgiar.org:443 -servername dspacetest.cgiar.org -tls1_2 -tlsextdebug -status
|
||||
...
|
||||
OCSP response:
|
||||
======================================
|
||||
OCSP Response Data:
|
||||
...
|
||||
Cert Status: good
|
||||
```
|
||||
|
||||
- I've been monitoring this for almost two years in this GitHub issue: https://github.com/ilri/DSpace/issues/38
|
||||
|
Reference in New Issue
Block a user