我想更改从http://localhost:8080/share
访问Alfresco共享的网址
到https://sitename.companyname.com/share
。
我更喜欢使用Alfresco tomcat服务器进行此更改,而不涉及代理。
我做了以下更改来更改端口号:
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
份额-CONFIG-custom.xml
将端点网址更改为
http://localhost:8443/alfresco/
任何人都可以建议https设置需要哪些更改?
感谢。
答案 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中的设置
share-config-custom.xml中的设置
相应地修改端点网址。 https://<domain>:8443/alfresco/