We are not having much success adding SSL to our dspace 7 server despite 
modelling out apache and tomcat configuration on our functioning dspace 5 
production server.

Our tomcat server.xml is configured with:

<Connector address="127.0.0.1" port="8009" protocol="AJP/1.3"
               maxThreads="300"
               minSpareThreads="25"
               connectionTimeout="300000"
               keepAliveTimeout="300000"
               URIEncoding="UTF-8" />

and nmap confirms that port 8009 is open and listening.

Our apache configuration reads:

ProxyPass /server ajp://localhost:8009/server timeout=300
ProxyPassReverse /server ajp://localhost:8009/server timeout=300

The URL http://dspace7dev01.lib.uwaterloo.ca:8080/server gets to the HAL 
browser just fine.

But using the URL: https://dspace7dev01.lib.uwaterloo.ca/server

only gets an error response:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
<hr>
<address>Apache/2.4.52 (Ubuntu) Server at dspace7dev01.lib.uwaterloo.ca 
Port 443</address>
</body></html>

-- 
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/99b84984-9c04-43f3-9cc2-21183a9a863bn%40googlegroups.com.

Reply via email to