Skip to content

Instantly share code, notes, and snippets.

@fiddyspence
Created June 2, 2015 10:38
Show Gist options
  • Save fiddyspence/2edff42da2918dd622af to your computer and use it in GitHub Desktop.
Save fiddyspence/2edff42da2918dd622af to your computer and use it in GitHub Desktop.
whut?
172.17.1.98 - - - 02/Jun/2015:10:36:54 +0000 "GET /production/certificate_revocation_list/ca HTTP/1.0" 200 0 172.17.1.98 172.17.1.98 8140 5
[root@acceptancedevmaster puppet]# wget -O /var/tmp/crl.pem --no-check-certificate https://acceptancepuppetserver:8140/production/certificate_revocation_list/ca
--2015-06-02 06:36:16-- https://acceptancepuppetserver:8140/production/certificate_revocation_list/ca
Resolving acceptancepuppetserver... 172.17.1.98
Connecting to acceptancepuppetserver|172.17.1.98|:8140... connected.
WARNING: cannot verify acceptancepuppetserver's certificate, issued by `/CN=Puppet CA':
Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 404 Not Found
2015-06-02 06:36:16 ERROR 404: Not Found.
Error: Could not request certificate: Find /production/certificate/ca?fail_on_404=true resulted in 404 with the message: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /production/certificate/ca. Reason:
<pre> Not Found</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment