Author Topic: Zarafa SSL not working  (Read 497 times)

dise

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Zarafa SSL not working
« on: May 25, 2012, 08:44:07 »
Hello Guys, i have just configured zarafa webassess and it is working fine, but ... i can only reach my server by
http://xxx.xxx.xxx.xxx/webaccess if i try to use https  https://xxx.xxx.xxx.xxx/webaccess i get https zentyal configuration site. Please help me how can i resolve my problem.

christian

  • Zen Hero
  • *****
  • Posts: 3620
  • Karma: +83/-14
    • View Profile
Re: Zarafa SSL not working
« Reply #1 on: May 25, 2012, 08:46:13 »
I don't know about enabling SSL for Zarafa but, general comment, it is good practice to change, if not already done, Zentyal admin interface to use port different from 443 (stanard SSL port)

dise

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #2 on: May 25, 2012, 09:41:20 »
I've changed administration port from 443, but not i can't reach zarafa by https.  :(

vshaulsk

  • Zen Samurai
  • ****
  • Posts: 448
  • Karma: +7/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #3 on: May 25, 2012, 12:20:41 »
Can you reach the standard "It Works" page through HTTPS ??

dise

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #4 on: May 25, 2012, 12:28:33 »
Hm strange, but i can't. What should i do ?

vshaulsk

  • Zen Samurai
  • ****
  • Posts: 448
  • Karma: +7/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #5 on: May 25, 2012, 12:29:43 »
Did you activate the SSL port under the webserver module??

dise

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #6 on: May 25, 2012, 12:38:52 »
Thanks man for help. ;) It is working now. For know i have to force using https and prohibit login using http.
Ok i did it ;)
« Last Edit: May 25, 2012, 12:44:58 by dise »

vshaulsk

  • Zen Samurai
  • ****
  • Posts: 448
  • Karma: +7/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #7 on: May 25, 2012, 12:46:24 »
Well you can do that by two ways in Zarafa.  If you create a virtual hosts in the webserver module that is forced to SSL and then select that same virtual host in the groupware module..... it will make Zarafa force SSL.

However if you do not create a virtual host for Zarafa you will have to make an actually coding change using the cli.  Here is a link to another post http://forum.zentyal.org/index.php/topic,5834.msg26687.html#msg26687


dise

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #8 on: May 25, 2012, 12:59:57 »
I made it in second way. Next target is webapp ;) Do you use it ?

christian

  • Zen Hero
  • *****
  • Posts: 3620
  • Karma: +83/-14
    • View Profile
Re: Zarafa SSL not working
« Reply #9 on: May 25, 2012, 01:07:18 »
What is webapp?
So many applications or framework share this acronym  ::)
  • Web Automated Perl Portal ?
  • webapp-net?
  • Google webapp?

vshaulsk

  • Zen Samurai
  • ****
  • Posts: 448
  • Karma: +7/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #10 on: May 25, 2012, 01:18:36 »
Yes webapp is the new front end for zarafa
 

it is the new name for the web portal..........    zentyal.domain.com/webapp   instead of zentyal.domain.com/webaccess

I have been using it and its seems to work pretty well.  However at this point I have not found a way to use the zarafa plugins (which I need).....   Other than that it seems to work pretty well and looks a lot more modern

dise

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #11 on: May 25, 2012, 01:41:24 »
My first expression is that it works a little bit slower than webaccess , but looks better. One thing is not good that it is not proper formating text on mails received from Ms outlook.

dise

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #12 on: May 25, 2012, 06:29:23 »
Do you know how to (is it possible?) make subdomain for webapp for example webapp.myzentyal.com instead using http://myzentyal.com/webapp ?

airtonix

  • Zen Apprentice
  • *
  • Posts: 29
  • Karma: +2/-0
    • View Profile
Re: Zarafa SSL not working
« Reply #13 on: July 07, 2012, 05:51:14 »
Do you know how to (is it possible?) make subdomain for webapp for example webapp.myzentyal.com instead using http://myzentyal.com/webapp ?

+1 this....

we do it at work by creating a reverse proxy definition in apache

christian

  • Zen Hero
  • *****
  • Posts: 3620
  • Karma: +83/-14
    • View Profile
Re: Zarafa SSL not working
« Reply #14 on: July 07, 2012, 06:10:45 »
If you look at "Zentyal web server" module, you will notice that "virtual host" does exactly what you are looking for  ;)
I'm accessing my webmail service using "webmail.mydomain" (not Zarafa  8) )