posted on Jul, 17 2017 @ 08:29 AM
I don't post often anymore due to my busy life. Kids, family, work and my up and coming business that i have been working on for several years now.
I need some help ATS. Does anyone have and experience configuring Certbot on a UNIX system? My terminal closes during configuration and does not let
me see the error. I have recovered the log file in /var/logs/letsencrypt/
I will not post the whole file for obvious reasons but i will post a small excerpt that has the relevant error.
[
"type": "tls-sni-01",
"status": "invalid",
"error": [
"type": "urn:acme:error:malformed",
"detail": "Server only speaks HTTP, not TLS",
"status": 400
],
Now as we can see, the error is one of a protocol nature. Apparently my main server only wants to communicate in HTTP not TLS encryption protocol. Is
TLS over 443 just like SSL?
My network and LAN setup is like thus. NAT-Untangle firewall/DHCP-Server1,Server2,Server3
Linux mint distros on the servers for ease of configuration and secondary use as workstations.
All machines have static ip's on the DHCP network, and all needed ports 80,443 are forwarded to the proper locations.
Any ideas what I am missing or doing wrong here?