How to get nuxeo thumbnail or file:content in https ? [SOLVED]

Hi,

We are in https on our nuxeo server, but when we want to access to thumbnail or download file in our web-app we got

SSL_ERROR_RX_RECORD_TOO_LONG (firefox)

OR

ERR_SSL_PROTOCOL_ERROR

Why thumbnail url always contains a 80 port ?

"thumbnail": { "url": "https://mynuxeoServeur**:80**/nuxeo/api/v1/id/cdcf57c4-2967-4569-9ef1-9ac4488fbcdb/@rendition/thumbnail" }

How to force thumbnail or file:content data url to use serveur default url whithout port?

Thanks for help

0 votes

1 answers

3357 views

ANSWER



Hi,

I solved the issue by replacing the 80 port by nothing.

Thanks

0 votes