Corporate proxy

Hi

12:54:35.111 [Background Thread 2] INFO  o.c.f.w.s.WebDavServletController - Mounting http://localhost:42427/DLOyUaiMRWG3/backup using org.cryptomator.frontend.webdav.mount.MacAppleScriptMounter
12:54:38.577 [JavaFX Application Thread] ERROR o.c.ui.controllers.UnlockController - Unlock failed for technical reasons.
org.cryptomator.ui.model.Volume$VolumeException: org.cryptomator.frontend.webdav.mount.Mounter$CommandFailedException: Command failed with exit code 1. Expected 0. Stderr: 0:57: execution error: An error of type -5014 has occurred. (-5014)

	at org.cryptomator.ui.model.WebDavVolume.mount(WebDavVolume.java:62)
	at org.cryptomator.ui.model.WebDavVolume.mount(WebDavVolume.java:46)
	at org.cryptomator.ui.model.Vault.unlock(Vault.java:115)
	at org.cryptomator.ui.controllers.UnlockController.lambda$didClickUnlockButton$0(UnlockController.java:494)
	at org.cryptomator.ui.util.Tasks.lambda$create$0(Tasks.java:33)
	at org.cryptomator.ui.util.Tasks$TaskImpl.call(Tasks.java:139)
	at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.cryptomator.frontend.webdav.mount.Mounter$CommandFailedException: Command failed with exit code 1. Expected 0. Stderr: 0:57: execution error: An error of type -5014 has occurred. (-5014)

	at org.cryptomator.frontend.webdav.mount.ProcessUtil.assertExitValue(ProcessUtil.java:28)
	at org.cryptomator.frontend.webdav.mount.MacAppleScriptMounter.mount(MacAppleScriptMounter.java:50)
	at org.cryptomator.frontend.webdav.servlet.WebDavServletController.mount(WebDavServletController.java:102)
	at org.cryptomator.ui.model.WebDavVolume.mount(WebDavVolume.java:59)
	... 12 common frames omitted

I use

no_proxy=localhost,127.0.0.1

and start the app from CLI, but still the connection error.