Hi, did you try to figure out the correct SSL config by using openssl, not the browser ? While browsers tend to be lax, Java is absolutely picky on that. A good example is the DSpace Demo site:
openssl s_client -connect demo.dspace.org:443 this is configured OK. If you get an error because of missing intermediate certs or wrong order of the certs this can be a reason for problems. CU Michael ________________________________________ Von: [email protected] <[email protected]> im Auftrag von Arta Seyedian <[email protected]> Gesendet: Montag, 20. Mai 2024 20:28 An: DSpace Technical Support Betreff: [Extern] [dspace-tech] Re: DSpace 7.6.1 Configuration Issues with Apache HTTPD and SSL I got it to work. I feel incredible. The sheer sense of accomplishment as I got the dev frontend to work. A caveat is the fact that I have overridden a lot of the authentication checks. So it is working despite the fact that Apache doesn’t seem to like the SSL cert/key: [Mon May 20 13:37:17.864496 2024] [ssl:info] [pid 3509986:tid 3510173] (70014)End of file found: [client 10.14.54.192:54627] AH01992: SSL library error 1 reading data [Mon May 20 13:37:17.864532 2024] [ssl:info] [pid 3509986:tid 3510173] SSL Library Error: error:0A000126:SSL routines::unexpected eof while reading [Mon May 20 13:37:17.864591 2024] [ssl:debug] [pid 3509986:tid 3510173] ssl_engine_io.c(1477): (70014)End of file found: [client 10.14.54.192:54627] AH02007: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/662774f1cf2047f184761bda09b159f3%40bibliothek.uni-kassel.de.
