On Mon, Dec 13, 2010 at 19:56, Patrick <kc7...@gmail.com> wrote:
>
> On Dec 13, 2010, at 4:55 AM, PieterB wrote:
>
> Puppet is working perfectly with WEBRick,
> but not with my passenger setup.
>
> The error I receive:
> Could not retrieve catalog from remote server: unknown protocol
>
> But the puppet client on the puppetmaster itself is working perfectly.
> So I guess this is a certificate issue?
>
>
> Is there anything in the logs at /var/log/puppet or /var/log/apache
> What do you get if you point a webbrowser at https://server_fqdn:8140/ from
> the server?
> What if you visit that from a client?
> The normal response is an almost blank page that says:
>> The environment must be purely alphanumeric, not ''
>

With a web browser:
An error occurred during a connection to server_fqdn:8140.

SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)


In apache access_log:
In receive a GET /production/catalog/..... b64_zlib_yaml HTTP/1.1" 200
21384 "-" "-"
followed by a PUT for the report
from the client on server itself

But for other clients:
x.x.x.x - - [14/Dec/2010:08:21:21 +0100] "\x80g\x01\x03\x01" 200 7034 "-" "-"
x.x.x.x - - [14/Dec/2010:08:21:44 +0100] "\x80g\x01\x03\x01" 200 7034 "-" "-"
x.x.x.x - - [14/Dec/2010:08:22:40 +0100] "\x80g\x01\x03\x01" 200 7034 "-" "-"
x.x.x.x - - [14/Dec/2010:08:22:43 +0100] "\x80g\x01\x03\x01" 200 7034 "-" "-"
x.x.x.x - - [14/Dec/2010:08:22:54 +0100] "\x80g\x01\x03\x01" 200 7034 "-" "-"

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to