使用https(SSL)网址访问露天

时间:2014-07-02 15:28:28

标签: ssl alfresco alfresco-share

我想更改从http://localhost:8080/share访问Alfresco共享的网址 到https://sitename.companyname.com/share。 我更喜欢使用Alfresco tomcat服务器进行此更改,而不涉及代理。

我做了以下更改来更改端口号:

  1. alfresco-global.properties

    alfresco.context =露天 alfresco.host = sitename.companyname.com alfresco.port = 8443 alfresco.protocol = HTTPS

    share.context =份额 share.host = sitename.companyname.com share.port = 8443 share.protocol = HTTPS

  2. 份额-CONFIG-custom.xml

  3. 将端点网址更改为 http://localhost:8443/alfresco/

    任何人都可以建议https设置需要哪些更改?

    感谢。

1 个答案:

答案 0 :(得分:3)

在露天使用SSL的步骤

server.xml中的设置

    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
           maxThreads="150" scheme="https" secure="true"
           clientAuth="false" sslProtocol="TLS" />

alfresco-global.property中的设置

  • alfresco.context =露天
  • alfresco.host = sitename.companyname.com
  • alfresco.port = 8443 alfresco.protocol = https
  • share.context = share
  • share.host = sitename.companyname.com
  • share.port = 8443
  • share.protocol = HTTPS

share-config-custom.xml中的设置

相应地修改端点网址。 https://<domain>:8443/alfresco/