Re: [Puppet Users] Could not request certificate: Connection refused - request https://centos:8140//puppet-ca/v1/certificate/ca failed: Failed to open TCP connection to centos:8140 (Connection refused

2019-08-26 Thread Zhang Zhao
. Zhang Zhang > On Aug 26, 2019, at 10:34 PM, Zhang Zhao wrote: > > Hi Martin, > I was sure that the hostname of the master was puppet. But still got the same > error when I ran puppet agent —test on the agent side. Any idea where else I > need to check? > > [root@pupp

Re: [Puppet Users] Could not request certificate: Connection refused - request https://centos:8140//puppet-ca/v1/certificate/ca failed: Failed to open TCP connection to centos:8140 (Connection refused

2019-08-26 Thread Zhang Zhao
gt; >> On 23. Aug 2019, at 09:49, Zhang Zhao > <mailto:zhang.alex.z...@gmail.com>> wrote: >> >> Hi Martin, >> This is the Vagrantfile below.. I didn’t DNS and NTP..It’s just a very >> simple testing environment. And puppet master and agent are able to ping

Re: [Puppet Users] Could not request certificate: Connection refused - request https://centos:8140//puppet-ca/v1/certificate/ca failed: Failed to open TCP connection to centos:8140 (Connection refused

2019-08-23 Thread Zhang Zhao
-centos" do |c| c.vm.box = "centos/7" c.vm.network "private_network", ip: "192.168.2.11" c.vm.hostname = "centos" end end Zhang > On Aug 23, 2019, at 12:43 AM, Martin Alfke wrote: > > Hi Zhang, > >> On 23. Aug 2019

Re: [Puppet Users] Could not request certificate: Connection refused - request https://centos:8140//puppet-ca/v1/certificate/ca failed: Failed to open TCP connection to centos:8140 (Connection refused

2019-08-23 Thread Zhang Zhao
d > On Aug 22, 2019, at 4:58 AM, Martin Alfke wrote: > > Hi, > > >> On 22. Aug 2019, at 08:02, Zhang Zhao > <mailto:zhang.alex.z...@gmail.com>> wrote: >> >> Hi, >> I am new to Puppet. Trying to set up a test environment. But the agent coul

[Puppet Users] Could not request certificate: Connection refused - request https://centos:8140//puppet-ca/v1/certificate/ca failed: Failed to open TCP connection to centos:8140 (Connection refused - c

2019-08-21 Thread Zhang Zhao
Hi, I am new to Puppet. Trying to set up a test environment. But the agent could not request a certificate as connection refused. I made sure that puppet server was running and service was enabled. Anyone can let me know where was wrong? Thanks. Zhang On PuppetMaster, [root@puppetmaster ~]#