Re: [SOGo] Error when install ssl lets'encrypt

2021-04-12 Thread Maximo Monsalvo

El 6/4/21 a las 17:02, Gordon Messmer (gordon.mess...@gmail.com) escribió:

On 4/6/21 11:55 AM, Maximo Monsalvo" (max...@yahoo.com.ar) wrote:


that is my default-ssl.conf , comented lines is that put certbot

#ServerAlias sogo.x.com.ar



You probably don't want to set that option, specifically.  Try 
uncommenting only the others.


If you still have the same problem, reply with the content of 
options-ssl-apache.conf.



YEs now works , thanks


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Error when install ssl lets'encrypt

2021-04-06 Thread Gordon Messmer

On 4/6/21 11:55 AM, Maximo Monsalvo" (max...@yahoo.com.ar) wrote:


that is my default-ssl.conf , comented lines is that put certbot

#ServerAlias sogo.x.com.ar



You probably don't want to set that option, specifically.  Try 
uncommenting only the others.


If you still have the same problem, reply with the content of 
options-ssl-apache.conf.


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Error when install ssl lets'encrypt

2021-04-06 Thread Maximo Monsalvo

El 6/4/21 a las 15:19, William Bowden (will...@jmrit.co.uk) escribió:

Apache min spec

LoadModule ssl_module modules/mod_ssl.so

Listen 443

    ServerName www.example.com 
    SSLEngine on
    SSLCertificateFile "/etc/letsencrypt/live/www.example.com.cert 
"
    SSLCertificateKeyFile "/etc/letsencrypt/live/www.example.com.key 
"




that is my default-ssl.conf , comented lines is that put certbot



    
    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
    SSLEngine on
    SSLCertificateFile  /etc/ssl/certs/ssl.crt
    SSLCertificateKeyFile /etc/ssl/private/ssl.key
#ServerAlias sogo.x.com.ar
#Include /etc/letsencrypt/options-ssl-apache.conf
#SSLCertificateFile /etc/letsencrypt/live/sogo.xx.com.ar/fullchain.pem
#SSLCertificateKeyFile /etc/letsencrypt/live/sogo.x.com.ar/privkey.pem
    
    SSLOptions +StdEnvVars
    
    
    SSLOptions +StdEnvVars
    
    


--
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] Error when install ssl lets'encrypt

2021-04-06 Thread gde...@ngservers.com
These directives are apache conf related

 

De : users-requ...@sogo.nu  De la part de Maximo
Monsalvo
Envoyé : mardi 6 avril 2021 20:15
À : DEPRÉ Gaëtan - NGServers.com (gde...@ngservers.com) 
Objet : Re: [SOGo] Error when install ssl lets'encrypt

 

El 6/4/21 a las 14:53, DEPR� Ga�tan - NGServers.com
(gde...@ngservers.com <mailto:gde...@ngservers.com> ) escribi�:

What web server do you use ?

�

Did you set the requestheaders regarding your configuration : (port 443
instead of 80 & htts resquests) ?

�

Here is my apache configuration part for headers

�

RequestHeader set "x-webobjects-server-port" "443"

SetEnvIf Host (.*) HTTP_HOST=$1

RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST

RequestHeader set "x-webobjects-server-url" https://%{HTTP_HOST}e
<https://%25%7bHTTP_HOST%7de>  env=HTTP_HOST

YEs i have the same lines in sogo.conf 

 

�

I have a redirect from http to https on my vhost.

�

De�: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>
<mailto:users-requ...@sogo.nu>  De la part de William
Bowden
Envoy�: mardi 6 avril 2021 15:44
��: "Beno�t (bpeliss...@lan2net.fr <mailto:bpeliss...@lan2net.fr> )"
<mailto:users@sogo.nu> 
Objet�: Re: [SOGo] Error when install ssl lets'encrypt

�

Lets-encrypt should not affect the login page �several questions � are
you running NGINX or Apache ( fingers crossed I am NGIX fan)

Did you install certbot �i.e. # sudo apt install certbot�

Start with this�

�

William Bowden | JMRIT Consultants

Consultant Engineer | m:07525 645105 | e: <mailto:will...@jmrit.co.uk>
will...@jmrit.co.uk

�

�






On 6 Apr 2021, at 14:07, Maximo Monsalvo ( <mailto:max...@yahoo.com.ar>
max...@yahoo.com.ar) < <mailto:users@sogo.nu> users@sogo.nu> wrote:

�

Hi i have sogo install on ubuntu 16.04 server, sogo 4.3 version and self
signed certificate, when i install lets-encrypt the login page looks like
this attached, if i remove lets-encrypt page from login looks correct again
�
Can you help me with this?
�

�

-- 
 <mailto:users@sogo.nu> users@sogo.nu
 <https://inverse.ca/sogo/lists> https://inverse.ca/sogo/lists



�

-- 
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

 

-- 
users@sogo.nu <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Error when install ssl lets'encrypt

2021-04-06 Thread William Bowden
There are no changes needed to sogo.conf
All should be in your case apache/

https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html 
<https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html>


William Bowden | JMRIT Consultants
Consultant Engineer | m:07525 645105 | e:will...@jmrit.co.uk




> On 6 Apr 2021, at 19:15, Maximo Monsalvo (max...@yahoo.com.ar) 
>  wrote:
> 
> El 6/4/21 a las 14:53, DEPR� Ga�tan - NGServers.com 
> <http://ngservers.com/> (gde...@ngservers.com <mailto:gde...@ngservers.com>) 
> escribi�:
>> What web server do you use ?
>> �
>> Did you set the requestheaders regarding your configuration : (port 443 
>> instead of 80 & htts resquests) ?
>> �
>> Here is my apache configuration part for headers
>> �
>> RequestHeader set "x-webobjects-server-port" "443"
>> SetEnvIf Host (.*) HTTP_HOST=$1
>> RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST
>> RequestHeader set "x-webobjects-server-url" https://%{HTTP_HOST}e 
>> <https://%25%7bHTTP_HOST%7de> env=HTTP_HOST
> YEs i have the same lines in sogo.conf 
> 
> 
> 
>> �
>> I have a redirect from http to https on my vhost.
>> �
>> De�: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu> 
>>  <mailto:users-requ...@sogo.nu> De la part de William 
>> Bowden
>> Envoy�: mardi 6 avril 2021 15:44
>> ��: "Beno�t (bpeliss...@lan2net.fr <mailto:bpeliss...@lan2net.fr>)" 
>>  <mailto:users@sogo.nu>
>> Objet�: Re: [SOGo] Error when install ssl lets'encrypt
>> �
>> Lets-encrypt should not affect the login page �several questions � are 
>> you running NGINX or Apache ( fingers crossed I am NGIX fan)
>> Did you install certbot �i.e. # sudo apt install certbot�
>> Start with this�
>> �
>> William Bowden | JMRIT Consultants
>> Consultant Engineer | m:07525 645105 | e:will...@jmrit.co.uk 
>> <mailto:will...@jmrit.co.uk>
>> �
>> �
>> 
>> 
>> 
>> On 6 Apr 2021, at 14:07, Maximo Monsalvo (max...@yahoo.com.ar 
>> <mailto:max...@yahoo.com.ar>) mailto:users@sogo.nu>> wrote:
>> �
>> Hi i have sogo install on ubuntu 16.04 server, sogo 4.3 version and self 
>> signed certificate, when i install lets-encrypt the login page looks like 
>> this attached, if i remove lets-encrypt page from login looks correct again
>> �
>> Can you help me with this?
>> �
>> �
>> -- 
>> users@sogo.nu <mailto:users@sogo.nu>
>> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>
>> 
>> �
>> -- 
>> users@sogo.nu <mailto:users@sogo.nu>
>> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>
> -- 
> users@sogo.nu <mailto:users@sogo.nu>
> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>


smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Error when install ssl lets'encrypt

2021-04-06 Thread Maximo Monsalvo
El 6/4/21 a las 14:53, DEPR� Ga�tan - NGServers.com 
(gde...@ngservers.com) escribi�:


What web server do you use ?

Did you set the requestheaders regarding your configuration : (port 
443 instead of 80 & htts resquests) ?


Here is my apache configuration part for headers

RequestHeader set "x-webobjects-server-port" "443"

SetEnvIf Host (.*) HTTP_HOST=$1

RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST

RequestHeader set "x-webobjects-server-url" https://%{HTTP_HOST}e 
<https://%25%7bHTTP_HOST%7de> env=HTTP_HOST



YEs i have the same lines in sogo.conf



I have a redirect from http to https on my vhost.

*De�:* users-requ...@sogo.nu  *De la part de* 
William Bowden

*Envoy�:* mardi 6 avril 2021 15:44
*��:* "Beno�t (bpeliss...@lan2net.fr)" 
*Objet�:* Re: [SOGo] Error when install ssl lets'encrypt

Lets-encrypt should not affect the login page �several questions � are 
you running NGINX or Apache ( fingers crossed I am NGIX fan)


Did you install certbot �i.e. # sudo apt install certbot

Start with this

William Bowden | JMRIT Consultants

Consultant Engineer | m:07525 645105 | e:will...@jmrit.co.uk 
<mailto:will...@jmrit.co.uk>




On 6 Apr 2021, at 14:07, Maximo Monsalvo (max...@yahoo.com.ar
<mailto:max...@yahoo.com.ar>) mailto:users@sogo.nu>> wrote:

Hi i have sogo install on ubuntu 16.04 server, sogo 4.3 version
and self signed certificate, when i install lets-encrypt the login
page looks like this attached, if i remove lets-encrypt page from
login looks correct again

Can you help me with this?

-- 
users@sogo.nu <mailto:users@sogo.nu>

https://inverse.ca/sogo/lists



--
users@sogo.nu
https://inverse.ca/sogo/lists



--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Error when install ssl lets'encrypt

2021-04-06 Thread William Bowden
Apache min spec

LoadModule ssl_module modules/mod_ssl.so

Listen 443

ServerName www.example.com
SSLEngine on
SSLCertificateFile "/etc/letsencrypt/live/www.example.com.cert"
SSLCertificateKeyFile "/etc/letsencrypt/live/www.example.com.key"



William Bowden | JMRIT Consultants
Consultant Engineer | m:07525 645105 | e:will...@jmrit.co.uk




> On 6 Apr 2021, at 19:12, Maximo Monsalvo (max...@yahoo.com.ar) 
>  wrote:
> 
> El 6/4/21 a las 10:43, William Bowden (will...@jmrit.co.uk 
> ) escribi�:
>> Lets-encrypt should not affect the login page �several questions � are 
>> you running NGINX or Apache ( fingers crossed I am NGIX fan)
>> Did you install certbot �i.e. # sudo apt install certbot�
>> Start with this�
>> 
> web server is apache , yes i install certbot,� if remove letsencript cert 
> lines in apache virtual host and put old self signed work again !
> 
> 
> 
>> William Bowden | JMRIT Consultants
>> Consultant Engineer | m:07525 645105 | e:will...@jmrit.co.uk 
>> 
>> 
>> 
>> 
>> 
>>> On 6 Apr 2021, at 14:07, Maximo Monsalvo (max...@yahoo.com.ar 
>>> ) mailto:users@sogo.nu>> wrote:
>>> 
>>> Hi i have sogo install on ubuntu 16.04 server, sogo 4.3 version and self 
>>> signed certificate, when i install lets-encrypt the login page looks like 
>>> this attached, if i remove lets-encrypt page from login looks correct again
>>> 
>>> Can you help me with this?
>>> 
>>> 
>>> -- 
>>> users@sogo.nu 
>>> https://inverse.ca/sogo/lists 
>>> 
>> 
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Error when install ssl lets'encrypt

2021-04-06 Thread Maximo Monsalvo

El 6/4/21 a las 10:43, William Bowden (will...@jmrit.co.uk) escribi�:
Lets-encrypt should not affect the login page �several questions are 
you running NGINX or Apache ( fingers crossed I am NGIX fan)

Did you install certbot �i.e. # sudo apt install certbot
Start with this

web server is apache , yes i install certbot,� if remove letsencript 
cert lines in apache virtual host and put old self signed work again !




William Bowden | JMRIT Consultants
Consultant Engineer | m:07525 645105 | e:will...@jmrit.co.uk 






On 6 Apr 2021, at 14:07, Maximo Monsalvo (max...@yahoo.com.ar 
) mailto:users@sogo.nu>> 
wrote:


Hi i have sogo install on ubuntu 16.04 server, sogo 4.3 version and 
self signed certificate, when i install lets-encrypt the login page 
looks like this attached, if i remove lets-encrypt page from login 
looks correct again Can you help me with this?


--
users@sogo.nu 
https://inverse.ca/sogo/lists





--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Error when install ssl lets'encrypt

2021-04-06 Thread William Bowden
Lets-encrypt should not affect the login page  several questions   are you 
running NGINX or Apache ( fingers crossed I am NGIX fan)
Did you install certbot  i.e. # sudo apt install certbot 
Start with this 

William Bowden | JMRIT Consultants
Consultant Engineer | m:07525 645105 | e:will...@jmrit.co.uk




> On 6 Apr 2021, at 14:07, Maximo Monsalvo (max...@yahoo.com.ar) 
>  wrote:
> 
> Hi i have sogo install on ubuntu 16.04 server, sogo 4.3 version and self 
> signed certificate, when i install lets-encrypt the login page looks like 
> this attached, if i remove lets-encrypt page from login looks correct again
> 
> Can you help me with this?
> 
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
> 



smime.p7s
Description: S/MIME cryptographic signature


[SOGo] Error when install ssl lets'encrypt

2021-04-06 Thread Maximo Monsalvo
Hi i have sogo install on ubuntu 16.04 server, sogo 4.3 version and self 
signed certificate, when i install lets-encrypt the login page looks 
like this attached, if i remove lets-encrypt page from login looks 
correct again Can you help me with this?



--
users@sogo.nu
https://inverse.ca/sogo/lists