<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Trouble getting Libreoffice Online to work with Alfresco and nginx in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/trouble-getting-libreoffice-online-to-work-with-alfresco-and/m-p/109200#M30616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,I'm having trouble getting Libreoffice Online to work with Alfresco and nginx (Failed to read document from storage.) and (ERR WOPI::CheckFileInfo failed with 404 Not Found) errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The /etc/nginx/conf.d/alfresco.domain.conf is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;server {&lt;BR /&gt; client_max_body_size 10G;&lt;BR /&gt; server_name alfresco.domain;&lt;/P&gt;&lt;P&gt;listen 443;&lt;/P&gt;&lt;P&gt;ssl on;&lt;/P&gt;&lt;P&gt;ssl_certificate /etc/ssl/wildcard_domain/wildcard_domain.chain;&lt;BR /&gt; ssl_certificate_key /etc/ssl/wildcard_domain/wildcard_domain.key;&lt;/P&gt;&lt;P&gt;rewrite ^/$ /share;&lt;/P&gt;&lt;P&gt;location / {&lt;BR /&gt; root /opt/alfresco-community/tomcat/webapps/share/;&lt;/P&gt;&lt;P&gt;proxy_pass https://localhost:8443;&lt;BR /&gt; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; proxy_set_header X-Forwarded-Proto https;&lt;BR /&gt; proxy_redirect off;&lt;BR /&gt; proxy_connect_timeout 240;&lt;BR /&gt; proxy_send_timeout 240;&lt;BR /&gt; proxy_read_timeout 240;&lt;BR /&gt; proxy_buffering off;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# static files&lt;BR /&gt; location ^~ /loleaflet {&lt;BR /&gt; proxy_pass https://localhost:9980;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# WOPI discovery URL&lt;BR /&gt; location ^~ /hosting/discovery {&lt;BR /&gt; proxy_pass https://localhost:9980;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# Capabilities&lt;BR /&gt; location ^~ /hosting/capabilities {&lt;BR /&gt; proxy_pass https://localhost:9980;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# main websocket&lt;BR /&gt; location ~ ^/lool/(.*)/ws$ {&lt;BR /&gt; proxy_pass https://localhost:9980;&lt;BR /&gt; proxy_set_header Upgrade $http_upgrade;&lt;BR /&gt; proxy_set_header Connection "Upgrade";&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; proxy_read_timeout 36000s;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# download, presentation and image upload&lt;BR /&gt; location ~ ^/lool {&lt;BR /&gt; proxy_pass https://localhost:9980;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# Admin Console websocket&lt;BR /&gt; location ^~ /lool/adminws {&lt;BR /&gt; proxy_pass https://localhost:9980;&lt;BR /&gt; proxy_set_header Upgrade $http_upgrade;&lt;BR /&gt; proxy_set_header Connection "Upgrade";&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; proxy_read_timeout 36000s;&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the alfresco_global.properties file is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;/P&gt;&lt;P&gt;dir.root=/opt/alfresco-community/alf_data&lt;/P&gt;&lt;P&gt;alfresco.context=alfresco&lt;BR /&gt;alfresco.host=alfresco.domain&lt;BR /&gt;alfresco.port=443&lt;BR /&gt;alfresco.protocol=https&lt;/P&gt;&lt;P&gt;share.context=share&lt;BR /&gt;share.host=alfresco.domain&lt;BR /&gt;share.port=443&lt;BR /&gt;share.protocol=https&lt;/P&gt;&lt;P&gt;### database connection properties ###&lt;BR /&gt;db.driver=org.postgresql.Driver&lt;BR /&gt;db.username=zzzz&lt;BR /&gt;db.password=zzzzz&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://localhost:5432/${db.name}&lt;BR /&gt;# Note: your database must also be able to accept at least this many connections. Please see your database documentation for instructions on how to configure this.&lt;BR /&gt;db.pool.max=275&lt;BR /&gt;db.pool.validate.query=SELECT 1&lt;/P&gt;&lt;P&gt;# The server mode. Set value here&lt;BR /&gt;# UNKNOWN | TEST | BACKUP | PRODUCTION&lt;BR /&gt;system.serverMode=PRODUCTION&lt;/P&gt;&lt;P&gt;### FTP Server Configuration ###&lt;BR /&gt;ftp.port=21&lt;/P&gt;&lt;P&gt;### RMI registry port for JMX ###&lt;BR /&gt;alfresco.rmi.services.port=50500&lt;/P&gt;&lt;P&gt;### External executable locations ###&lt;BR /&gt;ooo.exe=/opt/alfresco-community/libreoffice/program/soffice.bin&lt;BR /&gt;ooo.enabled=true&lt;BR /&gt;ooo.port=8100&lt;BR /&gt;img.root=/opt/alfresco-community/common&lt;BR /&gt;img.dyn=${img.root}/lib&lt;BR /&gt;img.exe=${img.root}/bin/convert&lt;BR /&gt;alfresco-pdf-renderer.root=/opt/alfresco-community/common/alfresco-pdf-renderer&lt;BR /&gt;alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/alfresco-pdf-renderer&lt;/P&gt;&lt;P&gt;jodconverter.enabled=false&lt;BR /&gt;jodconverter.officeHome=/opt/alfresco-community/libreoffice&lt;BR /&gt;jodconverter.portNumbers=8100&lt;/P&gt;&lt;P&gt;### Initial admin password ###&lt;BR /&gt;alfresco_user_store.adminpassword=pass&lt;/P&gt;&lt;P&gt;### E-mail site invitation setting ###&lt;BR /&gt;notification.email.siteinvite=true&lt;/P&gt;&lt;P&gt;### License location ###&lt;BR /&gt;dir.license.external=/opt/alfresco-community&lt;/P&gt;&lt;P&gt;### Solr indexing ###&lt;BR /&gt;index.subsystem.name=solr4&lt;BR /&gt;dir.keystore=${dir.root}/keystore&lt;BR /&gt;solr.host=localhost&lt;BR /&gt;solr.port.ssl=8443&lt;/P&gt;&lt;P&gt;### Allow extended ResultSet processing&lt;BR /&gt;security.anyDenyDenies=false&lt;/P&gt;&lt;P&gt;### Smart Folders Config Properties ###&lt;BR /&gt;smart.folders.enabled=false&lt;/P&gt;&lt;P&gt;### Remote JMX (Default: disabled) ###&lt;BR /&gt;alfresco.jmx.connector.enabled=false&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#AD integration&lt;BR /&gt; activities.feed.max.ageMins=1440&lt;BR /&gt; imap.mail.from.default=alfresco@domain&lt;BR /&gt; imap.mail.to.default=alfresco@domain&lt;BR /&gt; mail.host=mailout.tstechnology.net&lt;BR /&gt; mail.port=25&lt;BR /&gt; mail.from.default=alfresco@domain&lt;BR /&gt; alfresco.authentication.allowGuestLogin=false&lt;BR /&gt; authentication.chain=ldap-ad1:ldap-ad,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt; ldap.authentication.active=true&lt;BR /&gt; ldap.authentication.allowGuestLogin=false&lt;BR /&gt; ldap.authentication.userNameFormat=%s@domain&lt;BR /&gt; ldap.authentication.java.naming.provider.url=ldap://192.168.10.11:389&lt;BR /&gt; ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt; ldap.authentication.defaultAdministratorUserNames=Administrator,alfresco&lt;BR /&gt; ldap.synchronization.active=true&lt;BR /&gt; ldap.synchronization.java.naming.security.authentication=simple&lt;BR /&gt; ldap.synchronization.java.naming.security.principal=alfresco@domain&lt;BR /&gt; ldap.synchronization.java.naming.security.credentials=zzzzzz&lt;BR /&gt; ldap.synchronization.groupSearchBase=OU\=CCCUSERS,DC\=zzzzzzz&lt;BR /&gt; ldap.synchronization.userSearchBase=OU\=CCCUSERS,dc\=zzzzz&lt;/P&gt;&lt;P&gt;# For Libreoffice Online&lt;BR /&gt;lool.wopi.url=https://alfresco.domain:9980&lt;BR /&gt;lool.wopi.url.discovery=https://alfresco.domain:9980/hosting/discovery&lt;BR /&gt;lool.wopi.alfresco.host=https://alfresco.domain:443&lt;/P&gt;&lt;P&gt;opencmis.maxContentSize=6120&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Domains,user and passwords obfuscated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody spot what I've got wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2019 11:39:39 GMT</pubDate>
    <dc:creator>wshomeworker10</dc:creator>
    <dc:date>2019-07-15T11:39:39Z</dc:date>
    <item>
      <title>Trouble getting Libreoffice Online to work with Alfresco and nginx</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trouble-getting-libreoffice-online-to-work-with-alfresco-and/m-p/109200#M30616</link>
      <description>Hi,I'm having trouble getting Libreoffice Online to work with Alfresco and nginx (Failed to read document from storage.) and (ERR WOPI::CheckFileInfo failed with 404 Not Found) errors.The /etc/nginx/conf.d/alfresco.domain.conf is:server { client_max_body_size 10G; server_name alfresco.domain;listen</description>
      <pubDate>Mon, 15 Jul 2019 11:39:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trouble-getting-libreoffice-online-to-work-with-alfresco-and/m-p/109200#M30616</guid>
      <dc:creator>wshomeworker10</dc:creator>
      <dc:date>2019-07-15T11:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble getting Libreoffice Online to work with Alfresco and nginx</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trouble-getting-libreoffice-online-to-work-with-alfresco-and/m-p/109201#M30617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally got it working.&lt;BR /&gt;&lt;BR /&gt;Next question: Is the 'X' at the top right of the libreoffice window supposed to close the window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume it's supposed to - but it doesn't.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 15:48:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trouble-getting-libreoffice-online-to-work-with-alfresco-and/m-p/109201#M30617</guid>
      <dc:creator>wshomeworker10</dc:creator>
      <dc:date>2019-07-16T15:48:33Z</dc:date>
    </item>
  </channel>
</rss>

