kopano webapp mdm plugin error 500
-
Hi All,
When i install mdm plugin and enable it afer login i get error 500. Where is the plugin looking for? I told in the config where my zpush server is.
Still i get the 500 error?
-
hi @ckruijntjens
can you please provide some more information.
What kopano version, z-push version, OS ?
All plugins are located in /usr/share/kopano-webapp/plugins
When do you get the error? while using z-push or the webapp?
br -
Hi i am sorry,
I use latest versions of all.
WebApp:
4.0.2740+1614.1
Kopano Core:
10.0.4
z-push
2.5.2+0-0z-push is on a different server then kopano. In the config.php of mdm i entered the ip of my zpush server.
Then when i login in the kopano webapp i get a error 500
-
Now i dont got the 500 error anymore. however if i access the mdm module inside webapp it can not find my z-push server?
this is my config.
<?php define('PLUGIN_MDM_USER_DEFAULT_ENABLE_MDM', true); define('PLUGIN_MDM_SERVER', '192.168.2.6'); define('PLUGIN_MDM_SERVER_SSL', true); ?>``` Also tried without ssl.
-
Hi,
but 192.168.2.6 is a private IP - or is this just symbolic?
Can you browse https://<ip>/Microsoft-Server-ActiveSync ?How does your setup look like?
Z-Push needs several PHP Mods and a webserver:
https://wiki.z-hub.io/display/ZP/Installation+from+sourcebr
Andreas -
hi.
if i use the ip adres it is not working. i change it to my real www adres. If i enter this in my browser after login i get the zpush landing page.
However the mdm module still telling me it can not find the z-push server?
-
@ckruijntjens said in kopano webapp mdm plugin error 500:
if i use the ip adres it is not working
yes, that is most probably because you have set
PLUGIN_MDM_SERVER_SSL
to true, but the certificate that you are using is not issued for192.168.2.6
(which no external ca would do anyways). When enabling ssl the connection needs to be fully trusted, which it isn’t if the domain does not match the certificate.