Search found 3 matches

by Sudzzz
01 Nov 2022, 06:32
Forum: Help
Topic: [SOLVED]6.4.3 - body message not displayed
Replies: 1
Views: 524

Re: 6.4.3 - body message not displayed

Ok I found the issue,
content wasn't display because of the SSL config ( X-Frame-options set on Deny ).
To solve this you have to modify the 2 files :
/etc/apache2/conf-available/security.conf
/etc/apache2/conf-available/ssl-params.conf

and set Header set X-Frame-Options to sameorigin

cheers
by Sudzzz
26 Oct 2022, 12:08
Forum: Help
Topic: [SOLVED]6.4.3 - body message not displayed
Replies: 1
Views: 524

[SOLVED]6.4.3 - body message not displayed

Hi,
I just made a fresh install on Debian 11.
After a few issues with Microsoft OAuth, everything is running smooth but the content of the ticket received is not displayed (see attachment).
If I answer the ticket, the original message appear though.

Any idea to share?
by Sudzzz
26 Oct 2022, 09:34
Forum: Help
Topic: OAuth2 with POP3 on O365: invalid_client
Replies: 2
Views: 2366

Re: OAuth2 with POP3 on O365: invalid_client

Hi,

Thank you for the tips, it worked for me as well in private mode.
Your assumption is correct, it has to do with the user signed in browser when requesting the token.

Cheers :D