<div dir="ltr">Hi,<div><br></div><div>I'm working on a reverse proxy with apache as described in the HTTPS read me. I'm running into a problem where certain actions in ASpace will bump be to an unencrypted connection (which I'm not listenting for). If I manually change the http to an https things work. Anyone have a similar problem that they were able to resolve? </div><div><br></div><div>For example:</div><div><br></div><div>when I go to view an item (accession in this case), the link will be to something like this: </div><div><div><a href="https://myaspace.gwu.edu/resolve/readonly?uri=%2Frepositories%2F2%2Faccessions%2F162">https://myaspace.gwu.edu/resolve/readonly?uri=%2Frepositories%2F2%2Faccessions%2F162</a></div><div><br></div><div>which resolves to:</div><div><br></div><div><div><b>http</b>://<a href="http://myaspace.gwu.edu/accessions/162">myaspace.gwu.edu/accessions/162</a></div></div><div><br></div><div>Here is the relevant stanza from my apache config:</div><div><font face="monospace, monospace"><br></font></div><font face="monospace, monospace"><VirtualHost *:443><br>  ServerName <a href="http://myaspace.gwu.edu">myaspace.gwu.edu</a><br>  SSLEngine On<br>  SSLCertificateFile "/path/to/server.cer"<br>  SSLCertificateKeyFile "/path/to/server.key"<br>  ProxyPreserveHost On<br>  ProxyPass / <a href="http://myaspace.gwu.edu:8080/">http://myaspace.gwu.edu:8080/</a><br>  ProxyPassReverse / <a href="http://myaspace.gwu.edu:8080/">http://myaspace.gwu.edu:8080/</a><br></VirtualHost></font></div><div><br></div><div>I have the following line in Aspace's config.rb:</div><div><span class="" style="font-family:monospace,monospace"><br></span></div><div><span class="" style="font-family:monospace,monospace">AppConfig</span><span class="" style="font-family:monospace,monospace">[</span><span class="" style="font-family:monospace,monospace">:frontend_proxy_url</span><span class="" style="font-family:monospace,monospace">] = </span><span class="" style="font-family:monospace,monospace">"</span><span class="" style="font-family:monospace,monospace"><a href="https://myaspace.gwu.edu">https://myaspace.gwu.edu</a></span><span class="" style="font-family:monospace,monospace">"</span><br></div><div><div><br></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><font size="2">Ian Hardy</font></div><div>Systems Specialist</div><div>GW Libraries</div><div><a href="mailto:ihardy@email.gwu.edu" target="_blank"><font size="2">ihardy@gwu.edu</font></a></div><div><font size="2">helpdesk: (202) 994</font>-8278</div></div></div>
</div></div>