Santanu,. can you please try and update your jetti.ini as follows

[jetty]
host = 0.0.0.0
port = 8080
*ssl-host = 0.0.0.0*
ssl-port = 8081
ssl-key = /etc/puppetdb/ssl/private.pem
ssl-cert = /etc/puppetdb/ssl/public.pem
ssl-ca-cert = /etc/puppetdb/ssl/ca.pem

Restart puppetdb and verify...


On Wed, Jun 18, 2014 at 5:03 AM, Sans <[email protected]> wrote:

> The puppetdb log is attached in the previous post.
>
> And, here is the curl output:
>
> root@puppet:~# curl '
>> http://puppet.internal:8080/v2/metrics/mbean/java.lang:type=Memory'
>> {
>>   "ObjectPendingFinalizationCount" : 0,
>>   "HeapMemoryUsage" : {
>>     "committed" : 86220800,
>>     "init" : 8052480,
>>     "max" : 194641920,
>>     "used" : 41882456
>>   },
>>   "NonHeapMemoryUsage" : {
>>     "committed" : 63504384,
>>     "init" : 24313856,
>>     "max" : 224395264,
>>     "used" : 63257288
>>   },
>>   "Verbose" : false,
>>   "ObjectName" : "java.lang:type=Memory"
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/36c1d8af-e7bb-4d95-960f-f00db7dc460e%40googlegroups.com
> <https://groups.google.com/d/msgid/puppet-users/36c1d8af-e7bb-4d95-960f-f00db7dc460e%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAEJrXMUf75zSg1w7PUS3Zb0ufx1WnZtxvcO6W%2Bjdhdbj_7-%3DyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to