Re: [SOGo] Connection interface of SOGO not load

2021-12-13 Thread HYVERNAT Philippe

Hello,

Any ideas ???

Thanks


Le 09/12/2021 à 19:14, HYVERNAT Philippe (p.hyver...@outlook.fr) a écrit :


Hello,

Thanks for your answer and sorry for the mistakes before, i answered 
with my phone...


So,


The page is loaded very quickly, no problem of internet connexion


Everything is ok, every mod_proxy and headers are loaded and here's 
the sogo-apahe.conf



Here is the module loaded :

# httpd -M

Loaded Modules:
 core_module (static)
 so_module (static)
 http_module (static)
 mpm_prefork_module (shared)
 authn_file_module (shared)
 authn_core_module (shared)
 authz_host_module (shared)
 authz_groupfile_module (shared)
 authz_user_module (shared)
 authz_core_module (shared)
 access_compat_module (shared)
 auth_basic_module (shared)
 watchdog_module (shared)
 reqtimeout_module (shared)
 filter_module (shared)
 xml2enc_module (shared)
 proxy_html_module (shared)
 mime_module (shared)
 log_config_module (shared)
 env_module (shared)
* headers_module (shared)*
 setenvif_module (shared)
 version_module (shared)
* proxy_module (shared)*
 proxy_connect_module (shared)
 proxy_ftp_module (shared)
 proxy_http_module (shared)
 proxy_fcgi_module (shared)
 proxy_scgi_module (shared)
 proxy_uwsgi_module (shared)
 proxy_fdpass_module (shared)
 proxy_wstunnel_module (shared)
 proxy_ajp_module (shared)
 proxy_balancer_module (shared)
 proxy_express_module (shared)
 proxy_hcheck_module (shared)
 slotmem_shm_module (shared)
 slotmem_plain_module (shared)
 ssl_module (shared)
 unixd_module (shared)
 status_module (shared)
 autoindex_module (shared)
 dir_module (shared)
 alias_module (shared)


At the end of httpd.conf :



Include etc/apache24/Includes/*.conf*(the directory where the 
sogo-apache.conf is)*



|http://127.0.0.1:2/SOGo>|

|## Adjust the following to your configuration|

|## and make sure to enable the headers module|

||

|||RequestHeader set "x-webobjects-server-port" "443"|

|||SetEnvIf Host (.*) HTTP_HOST=$1|

|||RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" 
env=HTTP_HOST|


|||RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
env=HTTP_HOST|



|## When using proxy-side autentication, you need to uncomment and|

|## adjust the following line:|

|||RequestHeader unset "x-webobjects-remote-user"|

|# RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e" 
env=REMOTE_USER|



|||RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"|

||



Thanks;


Le 09/12/2021 à 17:49, Christian Mack (christian.m...@uni-konstanz.de) 
a écrit :

Hello

First check if you enabled mod_proxy and mod_headers with
sudo a2enmod proxy headers

Then check the settings in sogo-apache.conf, especially:
[...]
RequestHeader set "x-webobjects-server-port" "80"
RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}s"
RequestHeader set "x-webobjects-server-url""http://%{HTTP_HOST}s;
[...]

Check if it is activated in apache with:
sudo a2ensite sogo-apache


Kind regards,
Christian Mack

On 09.12.21 16:24, hyvernat philippe (p.hyver...@outlook.fr) wrote:

Hello,
The apache ans sogo are on the sale server. Only mysql ans ldap are on diferent 
one.

Everything os un the file sogo-apache.conf ?
I put it in the apache etc, with root perm. Like others is it right ?


HYVERNAT Philippe


Le 9 déc. 2021 à 16:17, Christian Mack  a écrit :

Hello

Usually you get that, because ContentStyleSheets *.css and JavaScript
*.js files are not delivered correctly to the browser.

Are your Apache and SOGo on different servers?
If yes, did you copy the static data between those two?


Kind regards,
Christian Mack


On 09.12.21 08:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
Hello,

Thanks for your answer, I use Firefox and my cache are deleted.

The same thing appear...




Le 09/12/2021 à 07:48, Christian Mack (christian.m...@uni-konstanz.de) a
écrit :
Hello

Which browser are you using?
Did you clean the browsers cache?


Kind regards,
Christian Mack

On 08.12.21 17:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:

Hello,

i reuse this list because i have another problem when the page og sogo
is loading. It displays only characters on a white font.

Logs of Apache24, Sogo53,mysql8 are all ok !

Somebody can help me ?

Thanks by advance


HYVERNAT Philippe,


Nom d'utilisateur person Mot de passe email
language Choisir ... العربية Euskara Български Català 简体中文 正體中文
Hrvatski Česky Dansk (Danmark) Nederlands English Suomi Français Deutsch
עברית Magyar Íslenska bahasa Indonesia Italiano 日本語 Latviešu Lietuvių
Македонски Crnogorski Norsk bokmål Norsk nynorsk Polski Português
Português brasileiro Română Русский Српски Srpski Slovensky Slovenščina
Español (Argentina) Español (España) Svenska Türkçe (Türkiye) Українська
Cymraeg
Se souvenir de moi
info arrow_forward
Authentification en cours
Code de vérification lock
Saisissez le code de vérification à 6 chiffres de votre application
TOTP.
arrow_backward arrow_forward
warning
Bienvenue {{app.cn}}
priority_high
Two-factor authentication 

Re: [SOGo] Connection interface of SOGO not load

2021-12-09 Thread HYVERNAT Philippe

Hello,

Thanks for your answer and sorry for the mistakes before, i answered 
with my phone...


So,


The page is loaded very quickly, no problem of internet connexion


Everything is ok, every mod_proxy and headers are loaded and here's the 
sogo-apahe.conf



Here is the module loaded :

# httpd -M

Loaded Modules:
 core_module (static)
 so_module (static)
 http_module (static)
 mpm_prefork_module (shared)
 authn_file_module (shared)
 authn_core_module (shared)
 authz_host_module (shared)
 authz_groupfile_module (shared)
 authz_user_module (shared)
 authz_core_module (shared)
 access_compat_module (shared)
 auth_basic_module (shared)
 watchdog_module (shared)
 reqtimeout_module (shared)
 filter_module (shared)
 xml2enc_module (shared)
 proxy_html_module (shared)
 mime_module (shared)
 log_config_module (shared)
 env_module (shared)
* headers_module (shared)*
 setenvif_module (shared)
 version_module (shared)
* proxy_module (shared)*
 proxy_connect_module (shared)
 proxy_ftp_module (shared)
 proxy_http_module (shared)
 proxy_fcgi_module (shared)
 proxy_scgi_module (shared)
 proxy_uwsgi_module (shared)
 proxy_fdpass_module (shared)
 proxy_wstunnel_module (shared)
 proxy_ajp_module (shared)
 proxy_balancer_module (shared)
 proxy_express_module (shared)
 proxy_hcheck_module (shared)
 slotmem_shm_module (shared)
 slotmem_plain_module (shared)
 ssl_module (shared)
 unixd_module (shared)
 status_module (shared)
 autoindex_module (shared)
 dir_module (shared)
 alias_module (shared)


At the end of httpd.conf :



Include etc/apache24/Includes/*.conf*(the directory where the 
sogo-apache.conf is)*



|http://127.0.0.1:2/SOGo>|

|## Adjust the following to your configuration|

|## and make sure to enable the headers module|

||

|||RequestHeader set "x-webobjects-server-port" "443"|

|||SetEnvIf Host (.*) HTTP_HOST=$1|

|||RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" 
env=HTTP_HOST|


|||RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
env=HTTP_HOST|



|## When using proxy-side autentication, you need to uncomment and|

|## adjust the following line:|

|||RequestHeader unset "x-webobjects-remote-user"|

|# RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e" 
env=REMOTE_USER|



|||RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"|

||



Thanks;


Le 09/12/2021 à 17:49, Christian Mack (christian.m...@uni-konstanz.de) a 
écrit :

Hello

First check if you enabled mod_proxy and mod_headers with
sudo a2enmod proxy headers

Then check the settings in sogo-apache.conf, especially:
[...]
RequestHeader set "x-webobjects-server-port" "80"
RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}s"
RequestHeader set "x-webobjects-server-url""http://%{HTTP_HOST}s;
[...]

Check if it is activated in apache with:
sudo a2ensite sogo-apache


Kind regards,
Christian Mack

On 09.12.21 16:24, hyvernat philippe (p.hyver...@outlook.fr) wrote:

Hello,
The apache ans sogo are on the sale server. Only mysql ans ldap are on diferent 
one.

Everything os un the file sogo-apache.conf ?
I put it in the apache etc, with root perm. Like others is it right ?


HYVERNAT Philippe


Le 9 déc. 2021 à 16:17, Christian Mack  a écrit :

Hello

Usually you get that, because ContentStyleSheets *.css and JavaScript
*.js files are not delivered correctly to the browser.

Are your Apache and SOGo on different servers?
If yes, did you copy the static data between those two?


Kind regards,
Christian Mack


On 09.12.21 08:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
Hello,

Thanks for your answer, I use Firefox and my cache are deleted.

The same thing appear...




Le 09/12/2021 à 07:48, Christian Mack (christian.m...@uni-konstanz.de) a
écrit :
Hello

Which browser are you using?
Did you clean the browsers cache?


Kind regards,
Christian Mack

On 08.12.21 17:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:

Hello,

i reuse this list because i have another problem when the page og sogo
is loading. It displays only characters on a white font.

Logs of Apache24, Sogo53,mysql8 are all ok !

Somebody can help me ?

Thanks by advance


HYVERNAT Philippe,


Nom d'utilisateur person Mot de passe email
language Choisir ... العربية Euskara Български Català 简体中文 正體中文
Hrvatski Česky Dansk (Danmark) Nederlands English Suomi Français Deutsch
עברית Magyar Íslenska bahasa Indonesia Italiano 日本語 Latviešu Lietuvių
Македонски Crnogorski Norsk bokmål Norsk nynorsk Polski Português
Português brasileiro Română Русский Српски Srpski Slovensky Slovenščina
Español (Argentina) Español (España) Svenska Türkçe (Türkiye) Українська
Cymraeg
Se souvenir de moi
info arrow_forward
Authentification en cours
Code de vérification lock
Saisissez le code de vérification à 6 chiffres de votre application
TOTP.
arrow_backward arrow_forward
warning
Bienvenue {{app.cn}}
priority_high
Two-factor authentication has been disabled. Visit the Preferences
module to restore two-factor authentication and reconfigure your 

Re: [SOGo] Connection interface of SOGO not load

2021-12-09 Thread Christian Mack
Hello

First check if you enabled mod_proxy and mod_headers with
sudo a2enmod proxy headers

Then check the settings in sogo-apache.conf, especially:
[...]
RequestHeader set "x-webobjects-server-port" "80"
RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}s"
RequestHeader set "x-webobjects-server-url" "http://%{HTTP_HOST}s;
[...]

Check if it is activated in apache with:
sudo a2ensite sogo-apache


Kind regards,
Christian Mack

On 09.12.21 16:24, hyvernat philippe (p.hyver...@outlook.fr) wrote:
> Hello,
> The apache ans sogo are on the sale server. Only mysql ans ldap are on 
> diferent one.
> 
> Everything os un the file sogo-apache.conf ?
> I put it in the apache etc, with root perm. Like others is it right ?
> 
> 
> HYVERNAT Philippe
> 
>> Le 9 déc. 2021 à 16:17, Christian Mack  a écrit :
>>
>> Hello
>>
>> Usually you get that, because ContentStyleSheets *.css and JavaScript
>> *.js files are not delivered correctly to the browser.
>>
>> Are your Apache and SOGo on different servers?
>> If yes, did you copy the static data between those two?
>>
>>
>> Kind regards,
>> Christian Mack
>>
>>> On 09.12.21 08:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
>>> Hello,
>>>
>>> Thanks for your answer, I use Firefox and my cache are deleted.
>>>
>>> The same thing appear...
>>>
>>>
>>>
 Le 09/12/2021 à 07:48, Christian Mack (christian.m...@uni-konstanz.de) a
 écrit :
 Hello

 Which browser are you using?
 Did you clean the browsers cache?


 Kind regards,
 Christian Mack

 On 08.12.21 17:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
> Hello,
>
> i reuse this list because i have another problem when the page og sogo
> is loading. It displays only characters on a white font.
>
> Logs of Apache24, Sogo53,mysql8 are all ok !
>
> Somebody can help me ?
>
> Thanks by advance
>
>
> HYVERNAT Philippe,
>
>
> Nom d'utilisateur person Mot de passe email
> language Choisir ... العربية Euskara Български Català 简体中文 正體中文
> Hrvatski Česky Dansk (Danmark) Nederlands English Suomi Français Deutsch
> עברית Magyar Íslenska bahasa Indonesia Italiano 日本語 Latviešu Lietuvių
> Македонски Crnogorski Norsk bokmål Norsk nynorsk Polski Português
> Português brasileiro Română Русский Српски Srpski Slovensky Slovenščina
> Español (Argentina) Español (España) Svenska Türkçe (Türkiye) Українська
> Cymraeg
> Se souvenir de moi
> info arrow_forward
> Authentification en cours
> Code de vérification lock
> Saisissez le code de vérification à 6 chiffres de votre application
> TOTP.
> arrow_backward arrow_forward
> warning
> Bienvenue {{app.cn}}
> priority_high
> Two-factor authentication has been disabled. Visit the Preferences
> module to restore two-factor authentication and reconfigure your TOTP
> application.
> Continue
> watch_later
> Votre mot de passe est expiré, veuillez entrer un nouveau mot de passe
> Current password Nouveau mot de passe Confirmation
> Passwords don't match
> Change
> warning
> Bienvenue {{app.cn}}
> priority_high
> {{app.errorMessage}}
> Changez votre mot de passe Continue
> done
> Bienvenue {{app.cn}}
> done
> {{app.errorMessage}}
> Continue
> error
> {{app.errorMessage}}
> Réessayer

>>
>>
>> -- 
>> Christian Mack
>> Universität Konstanz
>> Kommunikations-, Informations-, Medienzentrum (KIM)
>> Abteilung IT-Dienste Forschung und Lehre
>> 78457 Konstanz
>> +49 7531 88-4416
>>


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Connection interface of SOGO not load

2021-12-09 Thread hyvernat philippe
Hello,
The apache ans sogo are on the sale server. Only mysql ans ldap are on diferent 
one.

Everything os un the file sogo-apache.conf ?
I put it in the apache etc, with root perm. Like others is it right ?


HYVERNAT Philippe

> Le 9 déc. 2021 à 16:17, Christian Mack  a écrit :
> 
> Hello
> 
> Usually you get that, because ContentStyleSheets *.css and JavaScript
> *.js files are not delivered correctly to the browser.
> 
> Are your Apache and SOGo on different servers?
> If yes, did you copy the static data between those two?
> 
> 
> Kind regards,
> Christian Mack
> 
>> On 09.12.21 08:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
>> Hello,
>> 
>> Thanks for your answer, I use Firefox and my cache are deleted.
>> 
>> The same thing appear...
>> 
>> 
>> 
>>> Le 09/12/2021 à 07:48, Christian Mack (christian.m...@uni-konstanz.de) a
>>> écrit :
>>> Hello
>>> 
>>> Which browser are you using?
>>> Did you clean the browsers cache?
>>> 
>>> 
>>> Kind regards,
>>> Christian Mack
>>> 
>>> On 08.12.21 17:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
 Hello,
 
 i reuse this list because i have another problem when the page og sogo
 is loading. It displays only characters on a white font.
 
 Logs of Apache24, Sogo53,mysql8 are all ok !
 
 Somebody can help me ?
 
 Thanks by advance
 
 
 HYVERNAT Philippe,
 
 
 Nom d'utilisateur person Mot de passe email
 language Choisir ... العربية Euskara Български Català 简体中文 正體中文
 Hrvatski Česky Dansk (Danmark) Nederlands English Suomi Français Deutsch
 עברית Magyar Íslenska bahasa Indonesia Italiano 日本語 Latviešu Lietuvių
 Македонски Crnogorski Norsk bokmål Norsk nynorsk Polski Português
 Português brasileiro Română Русский Српски Srpski Slovensky Slovenščina
 Español (Argentina) Español (España) Svenska Türkçe (Türkiye) Українська
 Cymraeg
 Se souvenir de moi
 info arrow_forward
 Authentification en cours
 Code de vérification lock
 Saisissez le code de vérification à 6 chiffres de votre application
 TOTP.
 arrow_backward arrow_forward
 warning
 Bienvenue {{app.cn}}
 priority_high
 Two-factor authentication has been disabled. Visit the Preferences
 module to restore two-factor authentication and reconfigure your TOTP
 application.
 Continue
 watch_later
 Votre mot de passe est expiré, veuillez entrer un nouveau mot de passe
 Current password Nouveau mot de passe Confirmation
 Passwords don't match
 Change
 warning
 Bienvenue {{app.cn}}
 priority_high
 {{app.errorMessage}}
 Changez votre mot de passe Continue
 done
 Bienvenue {{app.cn}}
 done
 {{app.errorMessage}}
 Continue
 error
 {{app.errorMessage}}
 Réessayer
>>> 
> 
> 
> -- 
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung IT-Dienste Forschung und Lehre
> 78457 Konstanz
> +49 7531 88-4416
> 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Connection interface of SOGO not load

2021-12-09 Thread Christian Mack
Hello

Usually you get that, because ContentStyleSheets *.css and JavaScript
*.js files are not delivered correctly to the browser.

Are your Apache and SOGo on different servers?
If yes, did you copy the static data between those two?


Kind regards,
Christian Mack

On 09.12.21 08:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
> Hello,
> 
> Thanks for your answer, I use Firefox and my cache are deleted.
> 
> The same thing appear...
> 
> 
> 
> Le 09/12/2021 à 07:48, Christian Mack (christian.m...@uni-konstanz.de) a
> écrit :
>> Hello
>>
>> Which browser are you using?
>> Did you clean the browsers cache?
>>
>>
>> Kind regards,
>> Christian Mack
>>
>> On 08.12.21 17:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
>>> Hello,
>>>
>>> i reuse this list because i have another problem when the page og sogo
>>> is loading. It displays only characters on a white font.
>>>
>>> Logs of Apache24, Sogo53,mysql8 are all ok !
>>>
>>> Somebody can help me ?
>>>
>>> Thanks by advance
>>>
>>>
>>> HYVERNAT Philippe,
>>>
>>>
>>> Nom d'utilisateur person Mot de passe email
>>> language Choisir ... العربية Euskara Български Català 简体中文 正體中文
>>> Hrvatski Česky Dansk (Danmark) Nederlands English Suomi Français Deutsch
>>> עברית Magyar Íslenska bahasa Indonesia Italiano 日本語 Latviešu Lietuvių
>>> Македонски Crnogorski Norsk bokmål Norsk nynorsk Polski Português
>>> Português brasileiro Română Русский Српски Srpski Slovensky Slovenščina
>>> Español (Argentina) Español (España) Svenska Türkçe (Türkiye) Українська
>>> Cymraeg
>>> Se souvenir de moi
>>> info arrow_forward
>>> Authentification en cours
>>> Code de vérification lock
>>> Saisissez le code de vérification à 6 chiffres de votre application
>>> TOTP.
>>> arrow_backward arrow_forward
>>> warning
>>> Bienvenue {{app.cn}}
>>> priority_high
>>> Two-factor authentication has been disabled. Visit the Preferences
>>> module to restore two-factor authentication and reconfigure your TOTP
>>> application.
>>> Continue
>>> watch_later
>>> Votre mot de passe est expiré, veuillez entrer un nouveau mot de passe
>>> Current password Nouveau mot de passe Confirmation
>>> Passwords don't match
>>> Change
>>> warning
>>> Bienvenue {{app.cn}}
>>> priority_high
>>> {{app.errorMessage}}
>>> Changez votre mot de passe Continue
>>> done
>>> Bienvenue {{app.cn}}
>>> done
>>> {{app.errorMessage}}
>>> Continue
>>> error
>>> {{app.errorMessage}}
>>> Réessayer
>>


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Connection interface of SOGO not load

2021-12-09 Thread HYVERNAT Philippe

Hello,

Thanks for your answer, I use Firefox and my cache are deleted.

The same thing appear...



Le 09/12/2021 à 07:48, Christian Mack (christian.m...@uni-konstanz.de) a 
écrit :

Hello

Which browser are you using?
Did you clean the browsers cache?


Kind regards,
Christian Mack

On 08.12.21 17:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:

Hello,

i reuse this list because i have another problem when the page og sogo
is loading. It displays only characters on a white font.

Logs of Apache24, Sogo53,mysql8 are all ok !

Somebody can help me ?

Thanks by advance


HYVERNAT Philippe,


Nom d'utilisateur person Mot de passe email
language Choisir ... العربية Euskara Български Català 简体中文 正體中文
Hrvatski Česky Dansk (Danmark) Nederlands English Suomi Français Deutsch
עברית Magyar Íslenska bahasa Indonesia Italiano 日本語 Latviešu Lietuvių
Македонски Crnogorski Norsk bokmål Norsk nynorsk Polski Português
Português brasileiro Română Русский Српски Srpski Slovensky Slovenščina
Español (Argentina) Español (España) Svenska Türkçe (Türkiye) Українська
Cymraeg
Se souvenir de moi
info arrow_forward
Authentification en cours
Code de vérification lock
Saisissez le code de vérification à 6 chiffres de votre application TOTP.
arrow_backward arrow_forward
warning
Bienvenue {{app.cn}}
priority_high
Two-factor authentication has been disabled. Visit the Preferences
module to restore two-factor authentication and reconfigure your TOTP
application.
Continue
watch_later
Votre mot de passe est expiré, veuillez entrer un nouveau mot de passe
Current password Nouveau mot de passe Confirmation
Passwords don't match
Change
warning
Bienvenue {{app.cn}}
priority_high
{{app.errorMessage}}
Changez votre mot de passe Continue
done
Bienvenue {{app.cn}}
done
{{app.errorMessage}}
Continue
error
{{app.errorMessage}}
Réessayer



--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Connection interface of SOGO not load

2021-12-08 Thread Christian Mack
Hello

Which browser are you using?
Did you clean the browsers cache?


Kind regards,
Christian Mack

On 08.12.21 17:57, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
> Hello,
> 
> i reuse this list because i have another problem when the page og sogo
> is loading. It displays only characters on a white font.
> 
> Logs of Apache24, Sogo53,mysql8 are all ok !
> 
> Somebody can help me ?
> 
> Thanks by advance
> 
> 
> HYVERNAT Philippe,
> 
> 
> Nom d'utilisateur person Mot de passe email
> language Choisir ... العربية Euskara Български Català 简体中文 正體中文
> Hrvatski Česky Dansk (Danmark) Nederlands English Suomi Français Deutsch
> עברית Magyar Íslenska bahasa Indonesia Italiano 日本語 Latviešu Lietuvių
> Македонски Crnogorski Norsk bokmål Norsk nynorsk Polski Português
> Português brasileiro Română Русский Српски Srpski Slovensky Slovenščina
> Español (Argentina) Español (España) Svenska Türkçe (Türkiye) Українська
> Cymraeg
> Se souvenir de moi
> info arrow_forward
> Authentification en cours
> Code de vérification lock
> Saisissez le code de vérification à 6 chiffres de votre application TOTP.
> arrow_backward arrow_forward
> warning
> Bienvenue {{app.cn}}
> priority_high
> Two-factor authentication has been disabled. Visit the Preferences
> module to restore two-factor authentication and reconfigure your TOTP
> application.
> Continue
> watch_later
> Votre mot de passe est expiré, veuillez entrer un nouveau mot de passe
> Current password Nouveau mot de passe Confirmation
> Passwords don't match
> Change
> warning
> Bienvenue {{app.cn}}
> priority_high
> {{app.errorMessage}}
> Changez votre mot de passe Continue
> done
> Bienvenue {{app.cn}}
> done
> {{app.errorMessage}}
> Continue
> error
> {{app.errorMessage}}
> Réessayer


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] Connection interface of SOGO not load

2021-12-08 Thread HYVERNAT Philippe

Hello,

i reuse this list because i have another problem when the page og sogo 
is loading. It displays only characters on a white font.


Logs of Apache24, Sogo53,mysql8 are all ok !

Somebody can help me ?

Thanks by advance


HYVERNAT Philippe,


Nom d'utilisateur person Mot de passe email
language Choisir ... العربية Euskara Български Català 简体中文 正體中文 
Hrvatski Česky Dansk (Danmark) Nederlands English Suomi Français Deutsch 
עברית Magyar Íslenska bahasa Indonesia Italiano 日本語 Latviešu Lietuvių 
Македонски Crnogorski Norsk bokmål Norsk nynorsk Polski Português 
Português brasileiro Română Русский Српски Srpski Slovensky Slovenščina 
Español (Argentina) Español (España) Svenska Türkçe (Türkiye) Українська 
Cymraeg

Se souvenir de moi
info arrow_forward
Authentification en cours
Code de vérification lock
Saisissez le code de vérification à 6 chiffres de votre application TOTP.
arrow_backward arrow_forward
warning
Bienvenue {{app.cn}}
priority_high
Two-factor authentication has been disabled. Visit the Preferences 
module to restore two-factor authentication and reconfigure your TOTP 
application.

Continue
watch_later
Votre mot de passe est expiré, veuillez entrer un nouveau mot de passe
Current password Nouveau mot de passe Confirmation
Passwords don't match
Change
warning
Bienvenue {{app.cn}}
priority_high
{{app.errorMessage}}
Changez votre mot de passe Continue
done
Bienvenue {{app.cn}}
done
{{app.errorMessage}}
Continue
error
{{app.errorMessage}}
Réessayer
--
users@sogo.nu
https://inverse.ca/sogo/lists