seafile整合office online失败,显示安全连接失败

office online部署没问题,但seafile页面打开文件显示 安全连接失败。找不到原因。
office online配置场:
New-OfficeWebAppsFarm -InternalUrl “h t tp://office.domain.com” -ExternalUrl “h ttps:/ /office.domain.com” -SSLOffloaded -EditingEnabled

seafile配置了seahub_settings.py文件:
ENABLE_OFFICE_WEB_APP = True

OFFICE_WEB_APP_BASE_URL = ‘http s:/ /office.domain.com/hosting/discovery’

WOPI_ACCESS_TOKEN_EXPIRATION = 30 * 60 # seconds

OFFICE_WEB_APP_FILE_EXTENSION = (‘ods’, ‘xls’, ‘xlsb’, ‘xlsm’, ‘xlsx’,‘ppsx’, ‘ppt’,
‘pptm’, ‘pptx’, ‘doc’, ‘docm’, ‘docx’)

ENABLE_OFFICE_WEB_APP_EDIT = True

OFFICE_WEB_APP_EDIT_FILE_EXTENSION = (‘xlsx’, ‘pptx’, ‘docx’)
同时删除了.pyc文件,同时重启了seafile和seahub
显示

我也出现这个问题,请问解决了吗?

解决了,在设置office online场的时候,内外场都设为http,如
…… -internalURL “http://oos.hd.com” -externalURL “http://ip” -AllowHttp -editingEnabled