SOGO webpage error

Additionally, if the client computer has curl, you can report the output of:

curl -kvIL https://192.168.3.1/SOGo/

OK. I can see login page. After login I see this error:

And errors and logs:
[root@server1 ~]# apachectl status

  • httpd.service - The Apache HTTP Server
    Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
    Active: active (running) since Wed 2016-08-17 13:56:29 CEST; 8s ago
    Docs: man:httpd(8)
    man:apachectl(8)
    Process: 25702 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
    Main PID: 25707 (httpd)
    Status: “Processing requests…”
    CGroup: /system.slice/httpd.service
    |-25707 /usr/sbin/httpd -DFOREGROUND
    |-25709 /usr/sbin/httpd -DFOREGROUND
    |-25710 /usr/sbin/httpd -DFOREGROUND
    |-25711 /usr/sbin/httpd -DFOREGROUND
    |-25712 /usr/sbin/httpd -DFOREGROUND
    `-25713 /usr/sbin/httpd -DFOREGROUND

Aug 17 13:56:29 server1.maxcomputers.sk systemd[1]: Starting The Apache HTTP Server…
Aug 17 13:56:29 server1.maxcomputers.sk httpd[25707]: [Wed Aug 17 13:56:29.851963 2016] [proxy:warn] [pid 25707] AH01146: Ignoring parameter ‘retry=60’ for worker 'http://127.0.0.1:20000/SOG...orker sharing
Aug 17 13:56:29 server1.maxcomputers.sk httpd[25707]: [Wed Aug 17 13:56:29.852051 2016] [proxy:warn] [pid 25707] AH01146: Ignoring parameter ‘connectiontimeout=5’ for worker 'http://127.0.0…orker sharing
Aug 17 13:56:29 server1.maxcomputers.sk httpd[25707]: [Wed Aug 17 13:56:29.852056 2016] [proxy:warn] [pid 25707] AH01146: Ignoring parameter ‘timeout=360’ for worker 'http://127.0.0.1:20000/...orker sharing
Aug 17 13:56:29 server1.maxcomputers.sk systemd[1]: Started The Apache HTTP Server.
Hint: Some lines were ellipsized, use -l to show in full.

[root@server1 ~]# curl -kvIL https://192.168.3.1/SOGo/

  • About to connect() to 192.168.3.1 port 443 (#0)
  • Trying 192.168.3.1…
  • Connected to 192.168.3.1 (192.168.3.1) port 443 (#0)
  • Initializing NSS with certpath: sql:/etc/pki/nssdb
  • skipping SSL peer certificate verification
  • SSL connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  • Server certificate:
  •   subject: L=Martin,C=SK,OU=Main,OID.2.5.29.17=*.maxcomputers.sk,E=root@server1.maxcomputers.sk,ST=Slovakia,O=MAXcomputers,CN=NethServer
    
  •   start date: Aug 15 06:38:06 2016 GMT
    
  •   expire date: Aug 13 06:38:06 2026 GMT
    
  •   common name: NethServer
    
  •   issuer: L=Martin,C=SK,OU=Main,OID.2.5.29.17=*.maxcomputers.sk,E=root@server1.maxcomputers.sk,ST=Slovakia,O=MAXcomputers,CN=NethServer
    

HEAD /SOGo/ HTTP/1.1
User-Agent: curl/7.29.0
Host: 192.168.3.1
Accept: /

< HTTP/1.1 302 Found
HTTP/1.1 302 Found
< Date: Wed, 17 Aug 2016 12:03:52 GMT
Date: Wed, 17 Aug 2016 12:03:52 GMT
< Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16
< Content-Type: text/plain; charset=UTF-8
Content-Type: text/plain; charset=UTF-8
< Location: /SOGo/index
Location: /SOGo/index

<

  • Connection #0 to host 192.168.3.1 left intact
  • Issue another request to this URL: ‘https://192.168.3.1/SOGo/index
  • Found bundle for host 192.168.3.1: 0x222fd70
  • Re-using existing connection! (#0) with host 192.168.3.1
  • Connected to 192.168.3.1 (192.168.3.1) port 443 (#0)

HEAD /SOGo/index HTTP/1.1
User-Agent: curl/7.29.0
Host: 192.168.3.1
Accept: /

< HTTP/1.1 302 Found
HTTP/1.1 302 Found
< Date: Wed, 17 Aug 2016 12:03:52 GMT
Date: Wed, 17 Aug 2016 12:03:52 GMT
< Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16
< Content-Type: text/plain; charset=utf-8
Content-Type: text/plain; charset=utf-8
< Location: /SOGo/index/
Location: /SOGo/index/

<

  • Connection #0 to host 192.168.3.1 left intact
  • Issue another request to this URL: ‘https://192.168.3.1/SOGo/index/
  • Found bundle for host 192.168.3.1: 0x222fd70
  • Re-using existing connection! (#0) with host 192.168.3.1
  • Connected to 192.168.3.1 (192.168.3.1) port 443 (#0)

HEAD /SOGo/index/ HTTP/1.1
User-Agent: curl/7.29.0
Host: 192.168.3.1
Accept: /

< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Date: Wed, 17 Aug 2016 12:03:53 GMT
Date: Wed, 17 Aug 2016 12:03:53 GMT
< Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16
< Content-Length: 2217
Content-Length: 2217
< Content-Type: text/html; charset=utf-8
Content-Type: text/html; charset=utf-8

<

  • Connection #0 to host 192.168.3.1 left intact

/var/log/sogo/sogo.log
Aug 17 14:03:07 sogod [25724]: <0x0x7f154ca06f40[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Aug 17 14:03:07 sogod [25724]: <0x0x7f154ca06f40[SOGoCache]> Using host(s) ‘127.0.0.1’ as server(s)
Aug 17 14:03:07 sogod [25724]: [WARN] <0x0x7f154d05c6b0[SOGoWebDAVAclManager]> entry ‘{DAV:}write’ already exists in DAV permissions table
Aug 17 14:03:07 sogod [25724]: [WARN] <0x0x7f154d05c6b0[SOGoWebDAVAclManager]> entry ‘{DAV:}write-properties’ already exists in DAV permissions table
Aug 17 14:03:07 sogod [25724]: [WARN] <0x0x7f154d05c6b0[SOGoWebDAVAclManager]> entry ‘{DAV:}write-content’ already exists in DAV permissions table
Aug 17 14:03:07 sogod [25724]: 192.168.3.169 “REPORT /SOGo/dav/maxcomputers/Calendar/personal/ HTTP/1.1” 207 125/188 0.067 - - 2M
Aug 17 14:03:52 sogod [25724]: 192.168.3.1 “HEAD /SOGo/ HTTP/1.1” 302 0/0 0.002 - - 12K
Aug 17 14:03:53 sogod [25724]: 192.168.3.1 “HEAD /SOGo/index HTTP/1.1” 302 0/0 0.016 - - 976K
Aug 17 14:03:53 sogod [25724]: 192.168.3.1 “HEAD /SOGo/index/ HTTP/1.1” 200 2217/0 0.018 - - 696K

/var/log/httpd/error_log - nothing new

/var/log/httpd/ssl_error_log
[Wed Aug 17 13:57:05.468759 2016] [proxy_http:error] [pid 25717] (20014)Internal error: [client 192.168.3.169:35709] AH01102: error reading status line from remote server 127.0.0.1:20000, referer: https://$
[Wed Aug 17 13:57:05.601222 2016] [proxy_http:error] [pid 25713] (20014)Internal error: [client 192.168.3.169:35710] AH01102: error reading status line from remote server 127.0.0.1:20000, referer: https://$
[Wed Aug 17 13:57:05.601297 2016] [proxy:error] [pid 25713] [client 192.168.3.169:35710] AH00898: Error reading from remote server returned by /SOGo/so/maxcomputers/Mail/view, referer: https://192.168.3.1/$

Can you create a new test user and try to login with it?

New user created, but now, I don’t know why, I’m not able to see login screen again.

new in /var/log/httpd/error_log

[Wed Aug 17 15:45:41.902467 2016] [core:info] [pid 25707] AH00096: removed PID file /run/httpd/httpd.pid (pid=25707)
[Wed Aug 17 15:45:41.902515 2016] [mpm_prefork:notice] [pid 25707] AH00170: caught SIGWINCH, shutting down gracefully
[Wed Aug 17 15:45:41.902606 2016] [core:debug] [pid 25828] unixd.c(426): (9)Bad file descriptor: AH02178: apr_socket_accept failed for inactive listener
[Wed Aug 17 15:45:43.028407 2016] [suexec:notice] [pid 27007] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Aug 17 15:45:43.028585 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(181): AH02199: SSL not enabled on vhost server1.maxcomputers.sk:80, skipping SSL setup
[Wed Aug 17 15:45:43.028857 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(239): AH02202: Init: Read server certificate from ‘/etc/pki/tls/certs/localhost.crt’
[Wed Aug 17 15:45:43.029058 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(181): AH02199: SSL not enabled on vhost server1.maxcomputers.sk:80, skipping SSL setup
[Wed Aug 17 15:45:43.029233 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(239): AH02202: Init: Read server certificate from ‘/etc/pki/tls/certs/localhost.crt’
[Wed Aug 17 15:45:43.029382 2016] [ssl:info] [pid 27007] AH01887: Init: Initializing (virtual) servers for SSL
[Wed Aug 17 15:45:43.030509 2016] [ssl:debug] [pid 27007] ssl_engine_init.c(1482): Init: SSL server IP/port overlap: server1.maxcomputers.sk:443 (/etc/httpd/nethserver.d/00default:443.vhost:16) vs. server1$
[Wed Aug 17 15:45:43.030522 2016] [ssl:warn] [pid 27007] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Wed Aug 17 15:45:43.030536 2016] [ssl:info] [pid 27007] AH01876: mod_ssl/2.4.6 compiled against Server: Apache/2.4.6, Library: OpenSSL/1.0.1e
[Wed Aug 17 15:45:43.074288 2016] [proxy:warn] [pid 27007] AH01146: Ignoring parameter ‘retry=60’ for worker ‘http://127.0.0.1:20000/SOGo’ because of worker sharing
[Wed Aug 17 15:45:43.074316 2016] [proxy:warn] [pid 27007] AH01146: Ignoring parameter ‘connectiontimeout=5’ for worker ‘http://127.0.0.1:20000/SOGo’ because of worker sharing
[Wed Aug 17 15:45:43.074320 2016] [proxy:warn] [pid 27007] AH01146: Ignoring parameter ‘timeout=360’ for worker ‘http://127.0.0.1:20000/SOGo’ because of worker sharing
[Wed Aug 17 15:45:43.075407 2016] [auth_digest:notice] [pid 27007] AH01757: generating secret for digest authentication …
[Wed Aug 17 15:45:43.075436 2016] [auth_digest:debug] [pid 27007] mod_auth_digest.c(250): AH01759: done
[Wed Aug 17 15:45:43.076241 2016] [slotmem_shm:debug] [pid 27007] mod_slotmem_shm.c(448): AH02301: attach looking for /run/httpd/slotmem-shm-mod_heartmonitor.shm
[Wed Aug 17 15:45:43.076260 2016] [lbmethod_heartbeat:notice] [pid 27007] AH02282: No slotmem from mod_heartmonitor
[Wed Aug 17 15:45:43.076398 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(181): AH02199: SSL not enabled on vhost server1.maxcomputers.sk:80, skipping SSL setup
[Wed Aug 17 15:45:43.076599 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(239): AH02202: Init: Read server certificate from ‘/etc/pki/tls/certs/localhost.crt’
[Wed Aug 17 15:45:43.076763 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(181): AH02199: SSL not enabled on vhost server1.maxcomputers.sk:80, skipping SSL setup
[Wed Aug 17 15:45:43.076896 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(239): AH02202: Init: Read server certificate from ‘/etc/pki/tls/certs/localhost.crt’
[Wed Aug 17 15:45:43.077022 2016] [socache_shmcb:debug] [pid 27007] mod_socache_shmcb.c(391): AH00821: shmcb_init allocated 512000 bytes of shared memory
[Wed Aug 17 15:45:43.077028 2016] [socache_shmcb:debug] [pid 27007] mod_socache_shmcb.c(407): AH00822: for 511912 bytes (512000 including header), recommending 32 subcaches, 88 indexes each
[Wed Aug 17 15:45:43.077031 2016] [socache_shmcb:debug] [pid 27007] mod_socache_shmcb.c(440): AH00824: shmcb_init_memory choices follow
[Wed Aug 17 15:45:43.077034 2016] [socache_shmcb:debug] [pid 27007] mod_socache_shmcb.c(442): AH00825: subcache_num = 32
[Wed Aug 17 15:45:43.077037 2016] [socache_shmcb:debug] [pid 27007] mod_socache_shmcb.c(444): AH00826: subcache_size = 15992
[Wed Aug 17 15:45:43.077040 2016] [socache_shmcb:debug] [pid 27007] mod_socache_shmcb.c(446): AH00827: subcache_data_offset = 2128
[Wed Aug 17 15:45:43.077042 2016] [socache_shmcb:debug] [pid 27007] mod_socache_shmcb.c(448): AH00828: subcache_data_size = 13864
[Wed Aug 17 15:45:43.077045 2016] [socache_shmcb:debug] [pid 27007] mod_socache_shmcb.c(450): AH00829: index_num = 88
[Wed Aug 17 15:45:43.077144 2016] [socache_shmcb:info] [pid 27007] AH00830: Shared memory socache initialised
[Wed Aug 17 15:45:43.077148 2016] [ssl:info] [pid 27007] AH01887: Init: Initializing (virtual) servers for SSL
[Wed Aug 17 15:45:43.078055 2016] [ssl:debug] [pid 27007] ssl_engine_init.c(1482): Init: SSL server IP/port overlap: server1.maxcomputers.sk:443 (/etc/httpd/nethserver.d/00default:443.vhost:16) vs. server1$
[Wed Aug 17 15:45:43.078064 2016] [ssl:warn] [pid 27007] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Wed Aug 17 15:45:43.078074 2016] [ssl:info] [pid 27007] AH01876: mod_ssl/2.4.6 compiled against Server: Apache/2.4.6, Library: OpenSSL/1.0.1e
[Wed Aug 17 15:45:43.144734 2016] [proxy:debug] [pid 27009] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
[Wed Aug 17 15:45:43.144790 2016] [proxy:debug] [pid 27009] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
[Wed Aug 17 15:45:43.144843 2016] [proxy:debug] [pid 27009] proxy_util.c(1936): AH00931: initialized single connection worker in child 27009 for ()
[Wed Aug 17 15:45:43.147309 2016] [proxy:debug] [pid 27010] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
[Wed Aug 17 15:45:43.147364 2016] [proxy:debug] [pid 27010] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
[Wed Aug 17 15:45:43.147410 2016] [proxy:debug] [pid 27010] proxy_util.c(1936): AH00931: initialized single connection worker in child 27010 for (
)
[Wed Aug 17 15:45:43.149867 2016] [proxy:debug] [pid 27011] proxy_util.c(1843): AH00925: initializing worker proxy:reverse shared
[Wed Aug 17 15:45:43.149920 2016] [proxy:debug] [pid 27011] proxy_util.c(1885): AH00927: initializing worker proxy:reverse local
[Wed Aug 17 15:45:43.149966 2016] [proxy:debug] [pid 27011] proxy_util.c(1936): AH00931: initialized single connection worker in child 27011 for (*)
[Wed Aug 17 15:45:43.151743 2016] [mpm_prefork:notice] [pid 27007] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16 configured – resuming normal operations
[Wed Aug 17 15:45:43.151790 2016] [mpm_prefork:info] [pid 27007] AH00164: Server built: Jul 18 2016 15:30:14

new in /var/log/sogo/sogo.log
ug 17 15:44:46 sogod [24097]: <0x0x7f154ccb28f0[WOWatchDogChild]> (terminated due to signal 6)
Aug 17 15:44:46 sogod [24097]: <0x0x7f154ccb28f0[WOWatchDogChild]> avoiding to respawn child before 2016-08-17 15:44:51 +0200
Aug 17 15:44:47 sogod [24097]: <0x0x7f154ca0b4c0[WOWatchDog]> child spawned with pid 26895
Aug 17 15:44:48 sogod [26895]: <0x0x7f154ca904f0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Aug 17 15:44:48 sogod [26895]: <0x0x7f154ca904f0[SOGoCache]> Using host(s) ‘127.0.0.1’ as server(s)
EXCEPTION: <NSException: 0x7f154d1591f0> NAME:NSInvalidArgumentException REASON:init with obj and key arrays of different sizes INFO:(null)
Aug 17 15:44:48 sogod [24097]: [ERROR] <0x0x7f154ca0b4c0[WOWatchDog]> No child available to handle incoming request!
Aug 17 15:44:48 sogod [24097]: <0x0x7f154ccb26b0[WOWatchDogChild]> child 26895 exited
Aug 17 15:44:48 sogod [24097]: <0x0x7f154ccb26b0[WOWatchDogChild]> (terminated due to signal 6)
Aug 17 15:44:48 sogod [24097]: <0x0x7f154ccb26b0[WOWatchDogChild]> avoiding to respawn child before 2016-08-17 15:44:52 +0200
Aug 17 15:44:49 sogod [24097]: [ERROR] <0x0x7f154ca0b4c0[WOWatchDog]> No child available to handle incoming request!
Aug 17 15:44:49 sogod [24097]: <0x0x7f154ca0b4c0[WOWatchDog]> child spawned with pid 26901
Aug 17 15:44:49 sogod [26901]: <0x0x7f154ca904f0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Aug 17 15:44:49 sogod [26901]: <0x0x7f154ca904f0[SOGoCache]> Using host(s) ‘127.0.0.1’ as server(s)
EXCEPTION: <NSException: 0x7f154d1591f0> NAME:NSInvalidArgumentException REASON:init with obj and key arrays of different sizes INFO:(null)
Aug 17 15:44:50 sogod [24097]: <0x0x7f154ccd7fb0[WOWatchDogChild]> child 26901 exited
Aug 17 15:44:50 sogod [24097]: <0x0x7f154ccd7fb0[WOWatchDogChild]> (terminated due to signal 6)
Aug 17 15:44:50 sogod [24097]: <0x0x7f154ccd7fb0[WOWatchDogChild]> avoiding to respawn child before 2016-08-17 15:44:54 +0200
Aug 17 15:44:51 sogod [24097]: <0x0x7f154ca0b4c0[WOWatchDog]> child spawned with pid 26904
Aug 17 15:44:52 sogod [24097]: <0x0x7f154ca0b4c0[WOWatchDog]> child spawned with pid 26907
Aug 17 15:44:52 sogod [26904]: <0x0x7f154ca3e430[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Aug 17 15:44:52 sogod [26904]: <0x0x7f154ca3e430[SOGoCache]> Using host(s) ‘127.0.0.1’ as server(s)
EXCEPTION: <NSException: 0x7f154d1590e0> NAME:NSInvalidArgumentException REASON:init with obj and key arrays of different sizes INFO:(null)
Aug 17 15:44:53 sogod [24097]: <0x0x7f154ccb28f0[WOWatchDogChild]> child 26904 exited
Aug 17 15:44:53 sogod [24097]: <0x0x7f154ccb28f0[WOWatchDogChild]> (terminated due to signal 6)
Aug 17 15:44:53 sogod [24097]: <0x0x7f154ccb28f0[WOWatchDogChild]> avoiding to respawn child before 2016-08-17 15:44:56 +0200
Aug 17 15:44:55 sogod [24097]: <0x0x7f154ca0b4c0[WOWatchDog]> child spawned with pid 26910
Aug 17 15:44:56 sogod [24097]: <0x0x7f154ca0b4c0[WOWatchDog]> child spawned with pid 26913
Aug 17 15:46:00 sogod [26913]: <0x0x7f154ca904d0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Aug 17 15:46:00 sogod [26913]: <0x0x7f154ca904d0[SOGoCache]> Using host(s) ‘127.0.0.1’ as server(s)
EXCEPTION: <NSException: 0x7f154d159060> NAME:NSInvalidArgumentException REASON:init with obj and key arrays of different sizes INFO:(null)
Aug 17 15:46:00 sogod [24097]: <0x0x7f154ccb28f0[WOWatchDogChild]> child 26913 exited
Aug 17 15:46:00 sogod [24097]: <0x0x7f154ccb28f0[WOWatchDogChild]> (terminated due to signal 6)
Aug 17 15:46:00 sogod [24097]: <0x0x7f154ca0b4c0[WOWatchDog]> child spawned with pid 27017
Aug 17 15:48:11 sogod [27017]: <0x0x7f154ca4bac0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Aug 17 15:48:11 sogod [27017]: <0x0x7f154ca4bac0[SOGoCache]> Using host(s) ‘127.0.0.1’ as server(s)
EXCEPTION: <NSException: 0x7f154d1590e0> NAME:NSInvalidArgumentException REASON:init with obj and key arrays of different sizes INFO:(null)
Aug 17 15:48:11 sogod [24097]: <0x0x7f154ccb28f0[WOWatchDogChild]> child 27017 exited
Aug 17 15:48:11 sogod [24097]: <0x0x7f154ccb28f0[WOWatchDogChild]> (terminated due to signal 6)
Aug 17 15:48:11 sogod [24097]: <0x0x7f154ca0b4c0[WOWatchDog]> child spawned with pid 27023

new in /var/log/httpd/ssl_error_log
[Wed Aug 17 15:44:23.478041 2016] [proxy_http:error] [pid 25709] (20014)Internal error: [client 192.168.3.169:45636] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:23.645362 2016] [proxy_http:error] [pid 25712] (20014)Internal error: [client 192.168.3.169:45637] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:23.645425 2016] [proxy:error] [pid 25712] [client 192.168.3.169:45637] AH00898: Error reading from remote server returned by /SOGo/so/maxcomputers/Mail/view
[Wed Aug 17 15:44:25.780285 2016] [proxy_http:error] [pid 25712] (20014)Internal error: [client 192.168.3.169:45637] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:25.886936 2016] [proxy_http:error] [pid 25713] (20014)Internal error: [client 192.168.3.169:45644] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:25.886991 2016] [proxy:error] [pid 25713] [client 192.168.3.169:45644] AH00898: Error reading from remote server returned by /SOGo/so/maxcomputers/Mail/view
[Wed Aug 17 15:44:29.837164 2016] [proxy_http:error] [pid 25713] (20014)Internal error: [client 192.168.3.169:45644] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:29.948227 2016] [proxy_http:error] [pid 25710] (20014)Internal error: [client 192.168.3.169:45649] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:29.948296 2016] [proxy:error] [pid 25710] [client 192.168.3.169:45649] AH00898: Error reading from remote server returned by /SOGo/so/maxcomputers/Mail/view
[Wed Aug 17 15:44:32.473350 2016] [proxy_http:error] [pid 25710] (20014)Internal error: [client 192.168.3.169:45649] AH01102: error reading status line from remote server 127.0.0.1:20000, referer: https://$
[Wed Aug 17 15:44:32.611939 2016] [proxy_http:error] [pid 25825] (20014)Internal error: [client 192.168.3.169:45651] AH01102: error reading status line from remote server 127.0.0.1:20000, referer: https://$
[Wed Aug 17 15:44:32.612007 2016] [proxy:error] [pid 25825] [client 192.168.3.169:45651] AH00898: Error reading from remote server returned by /SOGo/so/maxcomputers/Mail/view, referer: https://192.168.3.1/$
[Wed Aug 17 15:44:37.876565 2016] [proxy_http:error] [pid 25717] (20014)Internal error: [client 192.168.3.169:45683] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:37.876623 2016] [proxy:error] [pid 25717] [client 192.168.3.169:45683] AH00898: Error reading from remote server returned by /SOGo/
[Wed Aug 17 15:44:40.154851 2016] [proxy_http:error] [pid 25717] (20014)Internal error: [client 192.168.3.169:45683] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:40.232139 2016] [proxy_http:error] [pid 25710] (20014)Internal error: [client 192.168.3.169:45688] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:40.232196 2016] [proxy:error] [pid 25710] [client 192.168.3.169:45688] AH00898: Error reading from remote server returned by /SOGo/
[Wed Aug 17 15:44:41.367450 2016] [proxy_http:error] [pid 25710] (20014)Internal error: [client 192.168.3.169:45688] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:41.485603 2016] [proxy_http:error] [pid 25828] (20014)Internal error: [client 192.168.3.169:45691] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:41.485666 2016] [proxy:error] [pid 25828] [client 192.168.3.169:45691] AH00898: Error reading from remote server returned by /SOGo/
[Wed Aug 17 15:44:42.910272 2016] [proxy_http:error] [pid 25711] (20014)Internal error: [client 192.168.3.169:45696] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:42.910332 2016] [proxy:error] [pid 25711] [client 192.168.3.169:45696] AH00898: Error reading from remote server returned by /SOGo/
[Wed Aug 17 15:44:45.045318 2016] [proxy_http:error] [pid 25717] (20014)Internal error: [client 192.168.3.169:45698] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:45.045375 2016] [proxy:error] [pid 25717] [client 192.168.3.169:45698] AH00898: Error reading from remote server returned by /SOGo/
[Wed Aug 17 15:44:46.502309 2016] [proxy_http:error] [pid 25826] (20014)Internal error: [client 192.168.3.169:45700] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:46.502367 2016] [proxy:error] [pid 25826] [client 192.168.3.169:45700] AH00898: Error reading from remote server returned by /SOGo/
[Wed Aug 17 15:44:48.503468 2016] [proxy_http:error] [pid 25826] (20014)Internal error: [client 192.168.3.169:45700] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:50.048609 2016] [proxy_http:error] [pid 25827] (20014)Internal error: [client 192.168.3.169:45716] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:50.048689 2016] [proxy:error] [pid 25827] [client 192.168.3.169:45716] AH00898: Error reading from remote server returned by /SOGo/
[Wed Aug 17 15:44:53.029972 2016] [proxy_http:error] [pid 25710] (20014)Internal error: [client 192.168.3.169:45724] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:44:53.030052 2016] [proxy:error] [pid 25710] [client 192.168.3.169:45724] AH00898: Error reading from remote server returned by /SOGo/
[Wed Aug 17 15:45:43.028596 2016] [ssl:info] [pid 27007] AH02200: Loading certificate & private key of SSL-aware server ‘server1.maxcomputers.sk:443
[Wed Aug 17 15:45:43.029026 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(506): AH02249: unencrypted RSA private key - pass phrase not required
[Wed Aug 17 15:45:43.029391 2016] [ssl:info] [pid 27007] AH01914: Configuring server server1.maxcomputers.sk:443 for SSL protocol
[Wed Aug 17 15:45:43.029666 2016] [ssl:debug] [pid 27007] ssl_engine_init.c(406): AH01893: Configuring TLS extension handling
[Wed Aug 17 15:45:43.029677 2016] [ssl:debug] [pid 27007] ssl_engine_init.c(917): AH02232: Configuring RSA server certificate
[Wed Aug 17 15:45:43.029811 2016] [ssl:warn] [pid 27007] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Aug 17 15:45:43.029899 2016] [ssl:debug] [pid 27007] ssl_util_ssl.c(489): AH02412: [server1.maxcomputers.sk:443] Cert does not match for name ‘server1.maxcomputers.sk’ [subject: L=Martin,C=SK,OU=Main,$
[Wed Aug 17 15:45:43.029908 2016] [ssl:warn] [pid 27007] AH01909: RSA certificate configured for server1.maxcomputers.sk:443 does NOT include an ID which matches the server name
[Wed Aug 17 15:45:43.029913 2016] [ssl:debug] [pid 27007] ssl_engine_init.c(972): AH02236: Configuring RSA server private key
[Wed Aug 17 15:45:43.030351 2016] [ssl:warn] [pid 27007] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Aug 17 15:45:43.030367 2016] [ssl:warn] [pid 27007] AH01909: RSA certificate configured for server1.maxcomputers.sk:443 does NOT include an ID which matches the server name
[Wed Aug 17 15:45:43.076404 2016] [ssl:info] [pid 27007] AH02200: Loading certificate & private key of SSL-aware server ‘server1.maxcomputers.sk:443
[Wed Aug 17 15:45:43.076738 2016] [ssl:debug] [pid 27007] ssl_engine_pphrase.c(506): AH02249: unencrypted RSA private key - pass phrase not required
[Wed Aug 17 15:45:43.077153 2016] [ssl:info] [pid 27007] AH01914: Configuring server server1.maxcomputers.sk:443 for SSL protocol
[Wed Aug 17 15:45:43.077379 2016] [ssl:debug] [pid 27007] ssl_engine_init.c(406): AH01893: Configuring TLS extension handling
[Wed Aug 17 15:45:43.077388 2016] [ssl:debug] [pid 27007] ssl_engine_init.c(917): AH02232: Configuring RSA server certificate
[Wed Aug 17 15:45:43.077487 2016] [ssl:warn] [pid 27007] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Aug 17 15:45:43.077548 2016] [ssl:debug] [pid 27007] ssl_util_ssl.c(489): AH02412: [server1.maxcomputers.sk:443] Cert does not match for name ‘server1.maxcomputers.sk’ [subject: L=Martin,C=SK,OU=Main,$
[Wed Aug 17 15:45:43.077555 2016] [ssl:warn] [pid 27007] AH01909: RSA certificate configured for server1.maxcomputers.sk:443 does NOT include an ID which matches the server name
[Wed Aug 17 15:45:43.077558 2016] [ssl:debug] [pid 27007] ssl_engine_init.c(972): AH02236: Configuring RSA server private key
[Wed Aug 17 15:45:43.077915 2016] [ssl:warn] [pid 27007] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Aug 17 15:45:43.077933 2016] [ssl:warn] [pid 27007] AH01909: RSA certificate configured for server1.maxcomputers.sk:443 does NOT include an ID which matches the server name
[Wed Aug 17 15:46:00.598847 2016] [proxy_http:error] [pid 27012] (20014)Internal error: [client 192.168.3.169:45824] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:46:00.598916 2016] [proxy:error] [pid 27012] [client 192.168.3.169:45824] AH00898: Error reading from remote server returned by /SOGo/
[Wed Aug 17 15:48:11.109027 2016] [proxy_http:error] [pid 27012] (20014)Internal error: [client 192.168.3.169:45962] AH01102: error reading status line from remote server 127.0.0.1:20000
[Wed Aug 17 15:48:11.109087 2016] [proxy:error] [pid 27012] [client 192.168.3.169:45962] AH00898: Error reading from remote server returned by /SOGo/

For testing I have installed WebTop and everything is working with WebTop… but I still want SOGo :slight_smile:

2 Likes

OK. @pelo, @GG_jr and @mark_nl reported an upstream bug regarding a missing locale parameter in SOGo.

SOGo version in NethForge repository is 3.0.2 and the bug was fixed on higher versions.

If you (or your browser) are using your regional language, other than english, a quick fix could be:

sed -i "s/}/  NSAMPMDesignation = (AM, PM);\\n}/" /usr/lib64/GNUstep/SOGo/MainUI.SOGo/Resources/{Icelandic,NorwegianBokmal,NorwegianNynorsk,Slovak,Swedish}.lproj/Locale
3 Likes

Thank you guys. You are great :clap:

Good work!
Is not the first time when are issues regarding local settings (regional language).
And not only with SOGo.
Because of that, I always use English.

@Miko10, if it is working you can undo the changes we have made in httpd.conf and ssl.conf (I wrongly said they wont be kept after a reboot, which is not true).

Note that the future maintenance of SOGo within NethServer is not clear.

1 Like

I read about some problems with developers, but SOGO is still open source alternative for exchange. Hope it will stay in NS.

1 Like

I would gladly update the rpms on NethForge.
Does anyone knows an alternative repository for compiled rpms?

2 Likes

Don’t know if it’s of any use: 1, 2, 3

Great shot!

Does anyone want to try the copr repo?
These commands should be enough:

wget https://copr.fedorainfracloud.org/coprs/jaile/sogo/repo/epel-7/jaile-sogo-epel-7.repo
yum install sogo

Hi, tried in VmWare, still problem with language. And sogo is not connected with NS LDAP by default.

So I also have problems with Sogo.
For me Sogo is not set in the Apache webserver area.

Here the issue with Curl:

# curl -kvIL https://192.168.1.98/SOGo/
* About to connect() to 192.168.1.98 port 443 (#0)
* Trying 192.168.1.98…
* Connected to 192.168.1.98 (192.168.1.98) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* skipping SSL peer certificate verification
* SSL connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
* Server certificate:
* subject: L=Hometown,C=–,E=root@ns7b.daheim.lan,OU=Main,ST=SomeState,O=Example Org,CN=NethServer
* start date: Aug 30 17:28:29 2016 GMT
* expire date: Aug 28 17:28:29 2026 GMT
* common name: NethServer
* issuer: L=Hometown,C=–,E=root@ns7b.daheim.lan,OU=Main,ST=SomeState,O=Example Org,CN=NethServer
> HEAD /SOGo/ HTTP/1.1
> User-Agent: curl/7.29.0
> Host: 192.168.1.98
> Accept: /
_> _
< HTTP/1.1 404 Not Found
HTTP/1.1 404 Not Found
< Date: Sat, 03 Sep 2016 19:33:24 GMT
Date: Sat, 03 Sep 2016 19:33:24 GMT
< Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16
< Content-Type: text/html; charset=iso-8859-1
Content-Type: text/html; charset=iso-8859-1

_< _
* Connection #0 to host 192.168.1.98 left intact

maybe there is a simple possibility that the directories are set up.

In the installation I get the following message:

Is this ok [y/d/N]: y
Downloading packages:
_sogo-3.0.2-1.el7.centos.x86_64.rpm | 14 MB 00:00:03 _
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
_ Installing : sogo-3.0.2-1.el7.centos.x86_64 1/1 _
warning: %post(sogo-3.0.2-1.el7.centos.x86_64) scriptlet failed, exit status 1
Non-fatal POSTIN scriptlet failure in rpm package sogo-3.0.2-1.el7.centos.x86_64
_ Verifying : sogo-3.0.2-1.el7.centos.x86_64 1/1 _

Installed:
_ sogo.x86_64 0:3.0.2-1.el7.centos _

Complete!
[root@ns7b ~]#

greetings

Gerald

1 Like

Hi again :smiley:

Today I have installed updates and sogo login page again not working.

Does anybody think about alternative? Horde for example?

@gerald_FS, @Miko10: IMO the problem is due to a recent update of nethserver-httpd or virtualhost in the beta2 release.
@giacomo, any hint?

I guess so.
You could try with this (not tested):

rm -f /etc/httpd/conf.d/SOGo.conf
yum reinstall sogo
systemctl restart httpd

Try webtop 4 :wink:

4 Likes

Just installed from NS 7 beta 2 Software center -> NethForge.

I had same problem in a fresh install ns7 beta 2 and it solve this for me.

2 Likes