Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - asterix99

Pages: [1]
1
SSL / Re: Certbot installation and requesting certificate (CentOS 6)
« on: October 21, 2017, 02:59:54 PM »
Ah Ok !

Last question:
I'd like use email pop on port 995 and smtp on 465 . Can you help me or suggest me some resource/tips to achieve that ?  ;D
Thanks

2
SSL / Re: Certbot installation and requesting certificate (CentOS 6)
« on: October 19, 2017, 05:55:13 PM »
Thanks I've figure out ...
The problem now is SNI support, because I've 3 domains on 1 ip address.
How can I enable SNI  on my CWP ?

Thanks

3
SSL / Re: Certbot installation and requesting certificate (CentOS 6)
« on: October 19, 2017, 08:34:25 AM »
Try to run "./certbot-auto" only for the first time to download and install needed files. If not working please contact me.
Thanks for reply. I've run certbo-auto but I receive the message
"Certbot doesn't know how to automatically configure the web server on this system."

In debug log /var/log/letsencrypt/letsencrypt.log I see this :

2017-10-19 08:22:39,453:DEBUG:certbot.main:certbot version: 0.19.0
2017-10-19 08:22:39,453:DEBUG:certbot.main:Arguments: []
2017-10-19 08:22:39,453:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEnt$
2017-10-19 08:22:39,475:DEBUG:certbot.log:Root logging level set at 20
2017-10-19 08:22:39,476:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2017-10-19 08:22:39,477:DEBUG:certbot.plugins.selection:Requested authenticator None and installer None
2017-10-19 08:22:39,598:DEBUG:certbot_apache.configurator:Apache version is 2.4.28
2017-10-19 08:22:39,646:DEBUG:certbot.plugins.disco:No installation (PluginEntryPoint#apache): Could not find configuration root
Traceback (most recent call last):
  File "/opt/eff.org/certbot/venv/lib/python2.7/site-packages/certbot/plugins/disco.py", line 130, in prepare
    self._initialized.prepare()
  File "/opt/eff.org/certbot/venv/lib/python2.7/site-packages/certbot_apache/configurator.py", line 201, in prepare
    self.version, configurator=self)
  File "/opt/eff.org/certbot/venv/lib/python2.7/site-packages/certbot_apache/parser.py", line 55, in __init__
    self.loc = {"root": self._find_config_root()}
  File "/opt/eff.org/certbot/venv/lib/python2.7/site-packages/certbot_apache/parser.py", line 702, in _find_config_root
    raise errors.NoInstallationError("Could not find configuration root")
NoInstallationError: Could not find configuration root
2017-10-19 08:22:39,660:DEBUG:certbot.plugins.disco:No installation (PluginEntryPoint#nginx):
Traceback (most recent call last):
  File "/opt/eff.org/certbot/venv/lib/python2.7/site-packages/certbot/plugins/disco.py", line 130, in prepare
    self._initialized.prepare()
  File "/opt/eff.org/certbot/venv/lib/python2.7/site-packages/certbot_nginx/configurator.py", line 150, in prepare
    raise errors.NoInstallationError
NoInstallationError
2017-10-19 08:22:39,661:DEBUG:certbot.plugins.selection:No candidate plugin
2017-10-19 08:22:39,661:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None

As deafult web server I've Apache + Varnish cache

What can I do ?


4
SSL / Re: Certbot installation and requesting certificate (CentOS 6)
« on: October 18, 2017, 04:19:25 PM »
Hello I've followed your isntruction and I get the message:

Creating virtual environment...
./certbot-auto: line 864: virtualenv: command not found
[root@vps ~]# pip install -U virtualenv
-bash: pip: command not found

What can I do ?
Thanks

5
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: April 06, 2017, 07:29:40 AM »
Updating Apache causes problems

apache.sh: line 137: unexpected EOF while looking for matching ``'
apache.sh: line 146: unexpected token `▒' in conditional command
apache.sh: line 146: syntax error: unexpected end of file
[root@server src]#

Starting httpd: httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: Cannot load modules/mod_antiloris.so into server: /usr/local/apache/modules/mod_antiloris.so: undefined symbol: ap_log_error
[FAILED]



Same here... after upgrade httpd can't start and got the error...

"Starting httpd: httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: Cannot load modules/mod_antiloris.so into server: /usr/local/apache/modules/mod_antiloris.so: undefined symbol: ap_log_error"

Any help ?
Thanks

6
DNS / Please Help: I still see old website on old hosting provider
« on: September 02, 2016, 09:32:59 AM »
All DNS check services say me settings are ok...
when I test my domain name for example by intodns.com the ip of my domain is correct
nameservers are correct and registered to my registrar
BUT when I browse my domain I still get the old site on old hosting service provider!!

I'm hang now, what I need to check ?

Thansk

7
DNS / DNS and my VPS hostname
« on: September 01, 2016, 01:10:58 PM »
Hello everyone and sorry for my poor english   ;D

I've installed CWP on my VPS with an hostname similar at: vps.mydomain.com
I've also registered 2 NS: ns1.mydomain.com and ns2.mydomain.com
I've configured what I need and work all fine but I've a doubt for email settings:

when I create an email account CWP suggest me incoming and outgoing server setting to this vps.mydomain.com
But need I to edit dns zone file and add an A  record to point to this vps.mydomain.com or edit MX that actually is set to mydomain.com ?

Can you help to resolve this ?
Thanks in advance

Pages: [1]