imanudin11 / zcs-zpush

9 stars 19 forks source link

Zimbra patch 32 Issue #5

Open samrocks1011 opened 2 years ago

samrocks1011 commented 2 years ago

Dear Imanudin.

IN zimbra patch 32 jetty is updated to version 9.4.46. They have change the below syntax on line 125.

"zimbraSslContextFactory" class="org.eclipse.jetty.util.ssl.SslContextFactory$Server"

The same is not update on jetty.xml.in-for-zcs-8815 file. So after replacing update jetty.xml.in file with the one which you have provided the mailbox service stops working and gives the below error.

Error: KeyStores with multiple certificates are not supported on the base

I request you to update your jetty file and add the missing syntex i.e. $Server at the end of all the files.

Regards, Sandeep Patel

emreugur35 commented 2 years ago

Hey, may you provide example file? i'm having similar issue after update.

ncamacho commented 1 year ago

@emreugur35 don't know if you ever got a reply back for this but basically you want to change anything that has "org.eclipse.jetty.util.ssl.SslContextFactor" in the file to "org.eclipse.jetty.util.ssl.SslContextFactor$Server" that is what I did and was able to get things working.

emreugur35 commented 1 year ago

@ncamacho thanks 👍 but we managed to use nginx as proxy to redirect z-push.