Hello,
I recently installed a SSL certificate in my dspace (version 6.3) server
and https is working fine thanks to this configuration in server.xml
<Connector port="443" protocol="HTTP/1.1"
connectionTimeout="20000" SSLEnabled="true" scheme="https"
keystoreFile="conf/file.jks" keystorePass="Password" clientAuth="false"
sslProtocol="TLS"
redirectPort="8443" />
however I would like to disable the http thing and force all connections to
be made via SSL. So I am trying to comment these lines
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
but when I do so I get an internal error message in the https site home page
--
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/0088a8a3-3f39-47d8-849c-a52c8582a0ffn%40googlegroups.com.