Hi,
someone has rabbitmq with ssl working?
Might be I do somehting really oddly wrong, but I try to get this working since
a couple of days, but without success so far.
Any clues appreciated ;)
This is my rabbitmq.conf file:
[
{rabbit, [
{ssl_listeners, [5671]},
{ssl_options, [{cacertfile,"/etc/rabbitmq/ca.pem"},
{certfile,"/etc/rabbitmq/server_cert.pem"},
{keyfile,"/etc/rabbitmq/server_private.pem"},
{verify,verify_none},
{fail_if_no_peer_cert,false}
]},
{default_user, <<"guest">>},
{default_pass, <<"guest">>}
]},
{kernel, [
]}
,
{rabbitmq_management, [
{listener, [
{port, 15671},
{ssl, true},
{ssl_opts, [{cacertfile, "/etc/rabbitmq/ca.pem"},
{certfile, "/etc/rabbitmq/server_cert.pem"},
{keyfile, "/etc/rabbitmq/server_private.pem"}
]}
]}
]}
,
% Configure the Stomp Plugin listening port
{rabbitmq_stomp, [
{tcp_listeners, [61613]}
,
{ssl_listeners, [61614]}
]}
].
openssl verify -CAfile ca.pem server_cert.pem
server_cert.pem: OK
head -n 1 server_cert.pem server_private.pem
==> server_cert.pem <==
-----BEGIN CERTIFICATE-----
==> server_private.pem <==
-----BEGIN RSA PRIVATE KEY-----
verifying that key matches cert:
openssl x509 -noout -modulus -in server_cert.pem | openssl md5
(stdin)= 6519be9ea72cb0c9a41e6b96610f460f
openssl rsa -noout -modulus -in server_private.pem | openssl md5
(stdin)= 6519be9ea72cb0c9a41e6b96610f460f
trying to curl to the management port, I get:
curl -k --noproxy localhost --retry 30 --retry-delay 6 -f -L -o
/var/rabbitmq/rabbitmqadmin
https://guest:guest@localhost:15671/cli/rabbitmqadmin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0curl: (35) Unknown SSL protocol error in connection to localhost:15671
similarily when I try to use wget:
wget --no-check-certificate
https://guest:guest@localhost:15671/cli/rabbitmqadmin
--2015-02-17 19:15:05--
https://guest:*password*@localhost:15671/cli/rabbitmqadmin
Resolving localhost (localhost)... 127.0.0.1, ::1
Connecting to localhost (localhost)|127.0.0.1|:15671... connected.
Unable to establish SSL connection.
When I configure rabbitmq to not use SSL on the management port like this:
{rabbitmq_management, [
{listener, [
{port, 15670},
{ssl, false},
{ssl_opts, [{cacertfile, "/etc/rabbitmq/ca.pem"},
{certfile, "/etc/rabbitmq/server_cert.pem"},
{keyfile, "/etc/rabbitmq/server_private.pem"}
]}
]}
]}
,
I can successfully run curl against the http port and download the file:
curl -k --noproxy localhost --retry 30 --retry-delay 6 -f -L -o
/tmp/rabbitmqadmin http://guest:guest@localhost:15670/cli/rabbitmqadmin
when I try to connect to the rabbitmq server via SSL, I get the following in
the logs:
=ERROR REPORT==== 17-Feb-2015::19:07:10 ===
** State machine <0.339.0> terminating
** Last message in was {tcp,#Port<0.14128>,
<<22,3,1,2,0,1,0,1,252,3,3,73,198,63,27,147,81,44,
133,198,57,97,165,131,113,115,63,9,4,217,235,47,
94,146,124,194,44,196,229,128,196,174,129,0,0,
188,204,20,204,19,204,21,192,48,192,44,192,40,
192,36,192,20,192,10,0,163,0,159,0,107,0,106,0,
57,0,56,255,133,0,196,0,195,0,136,0,135,0,129,
192,25,0,167,0,109,0,58,0,197,0,137,192,50,192,
46,192,42,192,38,192,15,192,5,0,157,0,61,0,53,0,
192,0,132,192,47,192,43,192,39,192,35,192,19,
192,9,0,162,0,158,0,103,0,64,0,51,0,50,0,190,0,
189,0,69,0,68,192,24,0,166,0,108,0,52,0,191,0,
70,192,49,192,45,192,41,192,37,192,14,192,4,0,
156,0,60,0,47,0,186,0,65,0,7,192,17,192,7,192,
22,0,24,192,12,192,2,0,5,0,4,192,18,192,8,0,22,
0,19,192,23,0,27,192,13,192,3,0,10,0,21,0,18,0,
26,0,9,0,255,1,0,1,23,0,0,0,14,0,12,0,0,9,108,
111,99,97,108,104,111,115,116,0,11,0,4,3,0,1,2,
0,10,0,114,0,112,0,14,0,13,0,25,0,28,0,11,0,12,
0,27,0,24,0,9,0,10,0,26,0,22,0,23,0,8,0,6,0,7,0,
20,0,21,0,4,0,5,0,18,0,19,0,1,0,2,0,3,0,15,0,16,
0,17,0,0,0,0,0,0,0,0,2,209,0,0,2,210,0,0,2,211,
0,0,2,212,0,0,2,213,0,0,2,214,0,0,2,215,0,0,2,
216,0,0,2,217,0,0,2,218,0,0,2,219,0,0,2,220,0,0,
0,13,0,38,0,36,6,1,6,2,6,3,239,239,5,1,5,2,5,3,
4,1,4,2,4,3,238,238,237,237,3,1,3,2,3,3,2,1,2,2,
2,3,0,21,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0>>}
** When State == hello
** Data == {state,server,
{#Ref<0.0.0.1318>,<0.304.0>},
gen_tcp,tls_connection,tcp,tcp_closed,tcp_error,
"localhost",15671,#Port<0.14128>,
{ssl_options,undefined,
[{3,3},{3,2},{3,1}],
verify_none,
{#Fun<ssl.1.97315703>,[]},
false,false,undefined,1,
<<"/etc/rabbitmq/server_cert.pem">>,undefined,
<<"/etc/rabbitmq/server_private.pem">>,undefined,
undefined,undefined,<<"/etc/rabbitmq/ca.pem">>,
undefined,undefined,undefined,undefined,undefined,
[<<"�$">>,<<"�(">>,<<"�&">>,<<"�*">>,
<<0,107>>,
<<0,106>>,
<<0,61>>,
<<"�#">>,<<"�'">>,<<"�%">>,<<"�)">>,
<<0,103>>,
<<0,64>>,
<<0,60>>,
<<"�\n">>,
<<192,20>>,
<<0,57>>,
<<0,56>>,
<<192,5>>,
<<192,15>>,
<<0,53>>,
<<"�\b">>,
<<192,18>>,
<<0,22>>,
<<0,19>>,
<<192,3>>,
<<"�\r">>,
<<0,10>>,
<<"�\t">>,
<<192,19>>,
<<0,51>>,
<<0,50>>,
<<192,4>>,
<<192,14>>,
<<0,47>>,
<<192,7>>,
<<192,17>>,
<<0,5>>,
<<0,4>>,
<<0,21>>,
<<192,2>>,
<<"�\f">>,
<<0,9>>],
#Fun<ssl.0.97315703>,true,268435456,false,undefined,
undefined,false,undefined,undefined,true,undefined},
{socket_options,binary,0,0,0,false},
{connection_states,
{connection_state,
{security_parameters,
<<0,0>>,
0,0,0,0,0,0,0,0,0,0,0,undefined,undefined,
undefined,undefined},
undefined,undefined,undefined,undefined,0,
undefined,undefined,undefined},
{connection_state,
{security_parameters,undefined,0,undefined,
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,
<<84,227,131,78,214,137,71,103,22,158,31,237,
212,180,154,132,22,22,20,72,172,73,22,106,
188,74,180,77,2,207,198,233>>,
undefined},
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,undefined},
{connection_state,
{security_parameters,
<<0,0>>,
0,0,0,0,0,0,0,0,0,0,0,undefined,undefined,
undefined,undefined},
undefined,undefined,undefined,undefined,0,
undefined,undefined,undefined},
{connection_state,
{security_parameters,undefined,0,undefined,
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,
<<84,227,131,78,214,137,71,103,22,158,31,237,
212,180,154,132,22,22,20,72,172,73,22,106,
188,74,180,77,2,207,198,233>>,
undefined},
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,undefined}},
{protocol_buffers,[],<<>>,<<>>,[]},
{[],[]},
307278,
{session,undefined,undefined,
<<48,130,5,219,48,130,3,195,160,3,2,1,2,2,1,78,48,13,
6,9,42,134,72,134,247,13,1,1,11,5,0,48,32,49,30,48,
28,6,3,85,4,3,12,21,80,117,112,112,101,116,32,67,65,
58,32,112,117,112,112,101,116,46,100,115,57,48,30,
23,13,49,53,48,49,50,53,48,57,50,49,48,55,90,23,13,
50,48,48,49,50,53,48,57,50,49,48,55,90,48,37,49,35,
48,33,6,3,85,4,3,12,26,103,97,108,101,110,46,108,48,
48,45,98,117,103,100,101,97,100,45,112,114,111,100,
115,46,100,101,48,130,2,34,48,13,6,9,42,134,72,134,
247,13,1,1,1,5,0,3,130,2,15,0,48,130,2,10,2,130,2,1,
0,240,72,164,173,230,226,172,153,124,121,211,20,253,
47,61,187,90,205,50,36,221,130,153,12,158,210,206,
206,82,148,3,92,247,93,64,6,3,4,199,101,114,167,97,
3,40,60,94,218,64,187,75,245,237,44,48,6,19,15,216,
47,17,92,138,217,70,205,230,139,19,181,46,68,172,
134,19,90,5,3,195,79,1,15,113,132,60,247,228,143,
134,21,163,243,157,242,109,5,195,95,207,84,91,51,
114,115,18,6,71,210,107,252,22,68,90,89,166,40,8,61,
130,79,163,166,221,83,69,197,249,206,189,164,138,
220,110,124,201,86,25,10,10,185,247,182,131,42,215,
255,95,35,21,2,21,184,117,153,202,13,252,32,132,140,
237,218,36,216,237,33,221,157,175,245,110,188,112,
57,252,162,203,161,163,217,79,3,168,13,131,20,53,
244,78,213,205,56,216,53,250,89,169,9,16,166,120,
238,213,157,124,93,247,192,159,21,33,233,18,198,2,
28,129,210,20,95,119,38,31,50,21,31,95,158,103,128,
89,228,194,159,186,162,139,188,147,40,77,42,142,243,
9,229,132,95,93,113,79,140,191,246,155,252,176,153,
93,131,47,245,78,13,113,69,216,253,246,218,77,144,
206,232,8,6,119,222,17,117,38,77,86,188,41,121,18,
73,90,44,231,187,191,165,126,117,10,25,223,116,2,
138,115,102,125,97,187,203,16,45,49,102,46,152,204,
200,189,18,135,200,241,249,118,93,72,12,235,242,118,
6,44,156,215,111,172,10,156,158,215,206,126,155,53,
124,5,133,163,113,164,149,105,8,199,197,215,65,245,
213,55,35,11,14,38,81,248,128,13,190,179,117,39,249,
231,242,242,13,9,43,78,185,134,6,101,49,62,252,161,
208,22,24,11,33,120,160,51,100,38,79,181,164,52,156,
230,145,51,214,221,255,150,200,58,49,188,184,44,166,
245,61,1,72,70,140,53,137,43,240,17,71,241,20,147,
39,149,42,107,92,249,142,73,234,247,174,33,229,193,
189,231,197,155,121,205,60,54,237,115,178,244,129,
95,117,52,105,53,170,204,53,188,250,178,16,250,29,
74,185,35,137,132,89,225,136,63,119,30,148,189,188,
32,171,227,138,92,159,219,125,58,172,122,7,246,17,
146,204,180,232,160,167,106,220,35,111,198,233,2,3,
1,0,1,163,130,1,25,48,130,1,21,48,53,6,9,96,134,72,
1,134,248,66,1,13,4,40,80,117,112,112,101,116,32,82,
117,98,121,47,79,112,101,110,83,83,76,32,73,110,116,
101,114,110,97,108,32,67,101,114,116,105,102,105,99,
97,116,101,48,92,6,3,85,29,17,4,85,48,83,130,5,103,
97,108,101,110,130,9,103,97,108,101,110,46,100,115,
57,130,26,103,97,108,101,110,46,108,48,48,45,98,117,
103,100,101,97,100,45,112,114,111,100,115,46,100,
101,130,6,112,117,112,112,101,116,130,27,112,117,
112,112,101,116,46,108,48,48,45,98,117,103,100,101,
97,100,45,112,114,111,100,115,46,100,101,48,14,6,3,
85,29,15,1,1,255,4,4,3,2,5,160,48,32,6,3,85,29,37,1,
1,255,4,22,48,20,6,8,43,6,1,5,5,7,3,1,6,8,43,6,1,5,
5,7,3,2,48,12,6,3,85,29,19,1,1,255,4,2,48,0,48,29,6,
3,85,29,14,4,22,4,20,8,205,169,37,167,14,29,142,186,
253,62,232,240,193,24,204,203,132,241,202,48,31,6,3,
85,29,35,4,24,48,22,128,20,10,193,252,185,138,150,
248,145,20,172,254,86,73,229,123,103,123,238,67,243,
48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,3,130,2,1,
0,67,87,143,16,11,157,156,234,75,204,20,69,5,226,
158,35,246,238,162,134,109,30,79,239,233,46,89,123,
130,128,165,82,85,231,10,93,130,111,226,70,179,44,
103,164,8,148,122,173,3,73,112,125,73,164,60,192,92,
77,120,184,118,148,95,202,170,186,58,101,232,29,178,
122,240,84,189,39,102,248,109,106,7,239,59,60,236,
33,243,196,28,249,94,192,222,220,212,250,231,153,
110,84,205,44,177,175,81,151,71,89,179,70,165,36,
209,108,175,1,103,213,72,216,246,199,192,158,166,
254,63,139,6,65,193,206,241,21,145,200,204,107,150,
54,176,123,48,169,59,28,219,243,20,12,83,239,56,59,
95,64,186,169,105,42,75,52,22,188,2,144,212,199,39,
241,66,193,211,210,222,14,223,90,57,20,220,199,7,
229,128,213,185,225,159,181,229,89,145,53,194,116,
191,168,199,72,226,39,119,18,87,163,132,110,208,127,
45,11,21,150,118,76,216,162,35,13,95,147,253,173,
101,180,196,205,186,141,159,50,79,34,241,197,174,
245,66,55,118,169,198,90,135,173,129,166,226,59,190,
60,255,237,110,210,222,236,226,59,73,116,180,20,184,
89,221,166,220,136,50,40,188,83,154,162,64,203,165,
140,90,197,59,87,73,200,216,2,42,179,145,75,24,208,
156,22,76,253,2,152,41,8,124,89,59,62,242,126,249,
159,208,203,95,138,31,184,247,124,141,168,19,220,
110,46,9,133,242,40,244,214,180,30,29,80,105,193,50,
231,65,199,127,63,36,225,24,155,253,168,167,136,210,
168,88,158,220,113,179,1,59,184,158,131,132,124,167,
138,65,155,14,239,253,164,160,108,82,108,225,252,6,
224,74,240,147,154,59,241,236,32,162,203,139,244,41,
71,59,111,94,13,251,117,32,16,29,226,54,82,204,15,
181,27,83,186,131,24,97,222,87,63,45,4,41,127,255,
166,190,132,69,106,112,237,196,113,236,38,40,93,173,
138,213,245,28,91,202,126,196,25,189,189,79,1,195,
99,192,165,227,210,123,75,188,19,165,82,240,52,16,
139,223,33,174,72,196,88,39,250,66,61,1,38,109,123,
164,214,9,252,133,140,214,175,190,181,163,219,138,
234,196,155,229,143,183,152,5,85,41,41,242,169,36,
82,40,127,152,173>>,
undefined,undefined,undefined,undefined,new,
63591419230,undefined},
319569,ssl_session_cache,undefined,false,undefined,
{undefined,undefined},
undefined,undefined,
{'RSAPrivateKey','two-prime',
9802722275761822211027428585215389159316992510342552021584363750297634388477177049271020141433936164914259533382837589205382316293743381034345069926094071185964289112823678730498219364084653965562215321894524878088213960144876315213365751738106789848007904208956385480310873812485173328592342608327791279152073529652593398591580433559082176710462872837079597276431340812901545526289192559505222196661282225005120313218416597044351736649896017872167473901830432862801662716388021951518128528501644744614489371807982316679816825565748145573877735341776820161143101551302239154817608174108871973483745635038411597210647324400450196325939142514477344000605849801178288074536298372869410097489391074694089347499745764557877982443986429413832963866248798003883858511686095353123084693607412760298995356794210429645702215278238832127332087899882342039721713244380747883508434077238897431887783896489009298158114509172656589367662459986654500777418001852673135513040283637!
25512687370022324071192250585762697217943754984221072299276707254723134748537990145791274008143924548417846024229769087830020485054417013017936214759823982386885234360235718857580748127521670940411842373520347788165331203788039333827184692638776014172681797978943375081,
65537,
2301067785988371040701374206249195825669966778752610285793579991982831185930587175579983427007944732914856778027092687677733212595372814956930658341746359935988443531313295902924830350749627181686819972107746322298992684481571894246645692124128886812361774239751362348430695374082913567710828977318381083029059907840998166591892723040006716915845413060189397203116098494982641505965072223864814353318540149068141216390010542577937762128599117123844918420216967196565921223567043497599140779749901624290847986570853105265762882715160435654798588285974252732945137468380207320410059724285379044510336799814317469696333198085581013780892253593044891004576386435636931935914079610142440861103361107920830780449394905991461187405181155112364487203110835157738311082552715669903142619861594617323853517076019294628703582920631818620840126511969777015043308523718086831424516156803067772715176257911932802650350707423209505833214346258946979940408859506303547770614261663!
62313665626994701996692441848167008090680190855336031676418445195947986210357419054980293558231610141943421892055313400171707577042987609961079368872093238014041825248634833468205605753690483851514884641355119003201844488408256912817910666245565589773078075110974129121,
32015520526786354414510135446992914458789796332045964548189282618610702616344844808126709373262069649793125071407095588011289354880277899525617133721634864374051637220401881584962536827107230643798310972833055098282588140579851948981776658914118559462073901318000206664810566525485553277332486891688599160688144632099213534714685834717085495388760782842118053621207664733742938543167879165417445424290168459603793152317902963190566483251187479600531878676914405571277377630629374408990948764073024324876329488039144597735323267445766603510544704650092183280063454045356546092275103656101511301104565092260841300685919,
30618656559277867583310427062356659109563746239297344509134939416349162476058712695667255941967311499472624700627924584732589272893413981997952331447138237571326993741061124696606757966553310100716548432904701615689519483098474261272551426376890078247458572944515860204411019619723466278045156876301436205605885932673378802929067655323908328485763571443924477844708140907769126462820469894583763045514061561016435644973614412931885194430846806742511563477447081798284512894309874867681844311338448293272741857732051325640775226537912165349671790720964352510125072746960293693464382173200219022487808433413337076418999,
21457828999482591782616807292203850765252327752035018276381498070135573987563472667301916615355240694068434910990076959631900833317304831418324497592547895351179000639427386798594373104211134260476384477191387234570741475425637378259983516834805647563538094746374705551853214743304590196481826856850660209244041579031050467863078494437462507971852806602988167070685973929683363222433878455543605753420901926974024050773820706748029857588971268771127191828790839750344977835808707614247332414695631375714371618507399277591651655134585013949382427510494822017742454170045719015261362712578526388162687057350160277898423,
17222264320073546740369139154975868971052205282805407794684548754213332565649210767968964947872819991837578228164963058531782632202723951636335456217645861903837938420689629364954375679708480251502420386684865277006313329958024576854144425752342935356150958610459559557428680230127502592544343163878417425992184157592486119480205395092928158337591017808831469655148636621802848906708439228589060487156642069727770071572735219859134289367903716022234825586601946630608083965133358518811599964125138767946550545517442177962004626026016695168911473234156414339697278738288254061403138990962046993697729256464529115584075,
24108339258464153693141070876283694018253074032949854263499931394761628737553330543594827369612689053000828261577705813234511090821730687083340220825627039655085798995026505790346888689925099011790449218282127968086300385672590962664844323442505777474594875604254313256356170966659772316688738025622354562238637457085941485110320096302366337331159627217301818917188458235995289855272461632756575474720190986584371947751342042207819545124017328112451157112613205479229132754067677514019437378654664527765986568325102527666716958145618307152361906279563987135049271663466218485897299143813238726480550642901059390590182,
asn1_NOVALUE},
{'DHParameter',
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007,
2,asn1_NOVALUE},
undefined,undefined,undefined,undefined,undefined,311375,
#Ref<0.0.0.1321>,undefined,<<>>,
{false,first},
{<0.304.0>,#Ref<0.0.0.1320>},
undefined,
{[],[]},
false,true,false,undefined,undefined}
** Reason for termination =
** {function_clause,[{tls_v1,enum_to_oid,
[28],
[{file,"tls_v1.erl"},{line,404}]},
{ssl_handshake,'-dec_hello_extensions/2-blc$^1/1-0-',1,
[{file,"ssl_handshake.erl"},{line,1657}]},
{ssl_handshake,'-dec_hello_extensions/2-blc$^1/1-0-',1,
[{file,"ssl_handshake.erl"},{line,1657}]},
{ssl_handshake,dec_hello_extensions,2,
[{file,"ssl_handshake.erl"},{line,1657}]},
{tls_handshake,decode_handshake,3,
[{file,"tls_handshake.erl"},{line,182}]},
{tls_handshake,get_tls_handshake_aux,3,
[{file,"tls_handshake.erl"},{line,153}]},
{tls_connection,next_state,4,
[{file,"tls_connection.erl"},{line,454}]},
{gen_fsm,handle_msg,7,
[{file,"gen_fsm.erl"},{line,505}]}]}
=ERROR REPORT==== 17-Feb-2015::19:07:10 ===
application: mochiweb
"Accept failed error"
"{'EXIT',\n {{function_clause,\n
[{tls_v1,enum_to_oid,[28],[{file,\"tls_v1.erl\"},{line,404}]},\n
{ssl_handshake,'-dec_hello_extensions/2-blc$^1/1-0-',1,\n
[{file,\"ssl_handshake.erl\"},{line,1657}]},\n
{ssl_handshake,'-dec_hello_extensions/2-blc$^1/1-0-',1,\n
[{file,\"ssl_handshake.erl\"},{line,1657}]},\n
{ssl_handshake,dec_hello_extensions,2,\n
[{file,\"ssl_handshake.erl\"},{line,1657}]},\n
{tls_handshake,decode_handshake,3,\n
[{file,\"tls_handshake.erl\"},{line,182}]},\n
{tls_handshake,get_tls_handshake_aux,3,\n
[{file,\"tls_handshake.erl\"},{line,153}]},\n
{tls_connection,next_state,4,\n
[{file,\"tls_connection.erl\"},{line,454}]},\n
{gen_fsm,handle_msg,7,[{file,\"gen_fsm.erl\"},{line,505}]}]},\n
{gen_fsm,sync_send_all_state_event,\n
[<0.339.0>,{start,infinity},infinity]}}}"
=ERROR REPORT==== 17-Feb-2015::19:07:10 ===
{mochiweb_socket_server,295,{acceptor_error,{error,accept_failed}}}
=ERROR REPORT==== 17-Feb-2015::19:07:11 ===
** State machine <0.345.0> terminating
** Last message in was {tcp,#Port<0.14132>,
<<22,3,1,2,0,1,0,1,252,3,3,176,161,49,92,81,31,
123,73,6,87,47,102,92,149,61,16,3,2,101,13,68,
162,197,91,242,145,109,180,31,163,188,89,0,0,
130,0,156,0,60,0,47,0,157,0,61,0,53,0,65,0,132,
0,10,0,9,0,162,0,64,0,50,0,163,0,106,0,56,0,68,
0,135,0,158,0,103,0,51,0,159,0,107,0,57,0,69,0,
136,192,45,192,37,192,4,192,46,192,38,192,5,192,
3,192,2,192,43,192,35,192,9,192,44,192,36,192,
10,192,8,192,7,192,47,192,39,192,19,192,48,192,
40,192,20,192,18,192,17,192,49,192,41,192,14,
192,50,192,42,192,15,192,13,192,12,0,19,0,18,0,
22,0,21,0,4,0,5,0,255,1,0,1,81,0,0,0,31,0,29,0,
0,26,103,97,108,101,110,46,108,48,48,45,98,117,
103,100,101,97,100,45,112,114,111,100,115,46,
100,101,0,11,0,4,3,0,1,2,0,10,0,114,0,112,0,14,
0,13,0,25,0,28,0,11,0,12,0,27,0,24,0,9,0,10,0,
26,0,22,0,23,0,8,0,6,0,7,0,20,0,21,0,4,0,5,0,18,
0,19,0,1,0,2,0,3,0,15,0,16,0,17,0,0,0,0,0,0,0,0,
2,209,0,0,2,210,0,0,2,211,0,0,2,212,0,0,2,213,0,
0,2,214,0,0,2,215,0,0,2,216,0,0,2,217,0,0,2,218,
0,0,2,219,0,0,2,220,0,0,0,35,0,0,0,13,0,38,0,36,
6,1,6,2,6,3,239,239,5,1,5,2,5,3,4,1,4,2,4,3,238,
238,237,237,3,1,3,2,3,3,2,1,2,2,2,3,0,21,0,126,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0>>}
** When State == hello
** Data == {state,server,
{#Ref<0.0.0.1347>,<0.344.0>},
gen_tcp,tls_connection,tcp,tcp_closed,tcp_error,
"localhost",61614,#Port<0.14132>,
{ssl_options,undefined,
[{3,3},{3,2},{3,1}],
verify_none,
{#Fun<ssl.1.97315703>,[]},
false,false,undefined,1,
<<"/etc/rabbitmq/server_cert.pem">>,undefined,
<<"/etc/rabbitmq/server_private.pem">>,undefined,
undefined,undefined,<<"/etc/rabbitmq/ca.pem">>,
undefined,undefined,undefined,undefined,undefined,
[<<"�$">>,<<"�(">>,<<"�&">>,<<"�*">>,
<<0,107>>,
<<0,106>>,
<<0,61>>,
<<"�#">>,<<"�'">>,<<"�%">>,<<"�)">>,
<<0,103>>,
<<0,64>>,
<<0,60>>,
<<"�\n">>,
<<192,20>>,
<<0,57>>,
<<0,56>>,
<<192,5>>,
<<192,15>>,
<<0,53>>,
<<"�\b">>,
<<192,18>>,
<<0,22>>,
<<0,19>>,
<<192,3>>,
<<"�\r">>,
<<0,10>>,
<<"�\t">>,
<<192,19>>,
<<0,51>>,
<<0,50>>,
<<192,4>>,
<<192,14>>,
<<0,47>>,
<<192,7>>,
<<192,17>>,
<<0,5>>,
<<0,4>>,
<<0,21>>,
<<192,2>>,
<<"�\f">>,
<<0,9>>],
#Fun<ssl.0.97315703>,true,268435456,false,undefined,
undefined,false,undefined,undefined,true,undefined},
{socket_options,binary,0,0,0,false},
{connection_states,
{connection_state,
{security_parameters,
<<0,0>>,
0,0,0,0,0,0,0,0,0,0,0,undefined,undefined,
undefined,undefined},
undefined,undefined,undefined,undefined,0,
undefined,undefined,undefined},
{connection_state,
{security_parameters,undefined,0,undefined,
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,
<<84,227,131,79,18,4,29,65,235,210,111,103,
166,147,35,31,118,35,104,195,46,73,31,231,
139,123,186,99,188,60,188,61>>,
undefined},
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,undefined},
{connection_state,
{security_parameters,
<<0,0>>,
0,0,0,0,0,0,0,0,0,0,0,undefined,undefined,
undefined,undefined},
undefined,undefined,undefined,undefined,0,
undefined,undefined,undefined},
{connection_state,
{security_parameters,undefined,0,undefined,
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,
<<84,227,131,79,18,4,29,65,235,210,111,103,
166,147,35,31,118,35,104,195,46,73,31,231,
139,123,186,99,188,60,188,61>>,
undefined},
undefined,undefined,undefined,undefined,
undefined,undefined,undefined,undefined}},
{protocol_buffers,[],<<>>,<<>>,[]},
{[],[]},
307278,
{session,undefined,undefined,
<<48,130,5,219,48,130,3,195,160,3,2,1,2,2,1,78,48,13,
6,9,42,134,72,134,247,13,1,1,11,5,0,48,32,49,30,48,
28,6,3,85,4,3,12,21,80,117,112,112,101,116,32,67,65,
58,32,112,117,112,112,101,116,46,100,115,57,48,30,
23,13,49,53,48,49,50,53,48,57,50,49,48,55,90,23,13,
50,48,48,49,50,53,48,57,50,49,48,55,90,48,37,49,35,
48,33,6,3,85,4,3,12,26,103,97,108,101,110,46,108,48,
48,45,98,117,103,100,101,97,100,45,112,114,111,100,
115,46,100,101,48,130,2,34,48,13,6,9,42,134,72,134,
247,13,1,1,1,5,0,3,130,2,15,0,48,130,2,10,2,130,2,1,
0,240,72,164,173,230,226,172,153,124,121,211,20,253,
47,61,187,90,205,50,36,221,130,153,12,158,210,206,
206,82,148,3,92,247,93,64,6,3,4,199,101,114,167,97,
3,40,60,94,218,64,187,75,245,237,44,48,6,19,15,216,
47,17,92,138,217,70,205,230,139,19,181,46,68,172,
134,19,90,5,3,195,79,1,15,113,132,60,247,228,143,
134,21,163,243,157,242,109,5,195,95,207,84,91,51,
114,115,18,6,71,210,107,252,22,68,90,89,166,40,8,61,
130,79,163,166,221,83,69,197,249,206,189,164,138,
220,110,124,201,86,25,10,10,185,247,182,131,42,215,
255,95,35,21,2,21,184,117,153,202,13,252,32,132,140,
237,218,36,216,237,33,221,157,175,245,110,188,112,
57,252,162,203,161,163,217,79,3,168,13,131,20,53,
244,78,213,205,56,216,53,250,89,169,9,16,166,120,
238,213,157,124,93,247,192,159,21,33,233,18,198,2,
28,129,210,20,95,119,38,31,50,21,31,95,158,103,128,
89,228,194,159,186,162,139,188,147,40,77,42,142,243,
9,229,132,95,93,113,79,140,191,246,155,252,176,153,
93,131,47,245,78,13,113,69,216,253,246,218,77,144,
206,232,8,6,119,222,17,117,38,77,86,188,41,121,18,
73,90,44,231,187,191,165,126,117,10,25,223,116,2,
138,115,102,125,97,187,203,16,45,49,102,46,152,204,
200,189,18,135,200,241,249,118,93,72,12,235,242,118,
6,44,156,215,111,172,10,156,158,215,206,126,155,53,
124,5,133,163,113,164,149,105,8,199,197,215,65,245,
213,55,35,11,14,38,81,248,128,13,190,179,117,39,249,
231,242,242,13,9,43,78,185,134,6,101,49,62,252,161,
208,22,24,11,33,120,160,51,100,38,79,181,164,52,156,
230,145,51,214,221,255,150,200,58,49,188,184,44,166,
245,61,1,72,70,140,53,137,43,240,17,71,241,20,147,
39,149,42,107,92,249,142,73,234,247,174,33,229,193,
189,231,197,155,121,205,60,54,237,115,178,244,129,
95,117,52,105,53,170,204,53,188,250,178,16,250,29,
74,185,35,137,132,89,225,136,63,119,30,148,189,188,
32,171,227,138,92,159,219,125,58,172,122,7,246,17,
146,204,180,232,160,167,106,220,35,111,198,233,2,3,
1,0,1,163,130,1,25,48,130,1,21,48,53,6,9,96,134,72,
1,134,248,66,1,13,4,40,80,117,112,112,101,116,32,82,
117,98,121,47,79,112,101,110,83,83,76,32,73,110,116,
101,114,110,97,108,32,67,101,114,116,105,102,105,99,
97,116,101,48,92,6,3,85,29,17,4,85,48,83,130,5,103,
97,108,101,110,130,9,103,97,108,101,110,46,100,115,
57,130,26,103,97,108,101,110,46,108,48,48,45,98,117,
103,100,101,97,100,45,112,114,111,100,115,46,100,
101,130,6,112,117,112,112,101,116,130,27,112,117,
112,112,101,116,46,108,48,48,45,98,117,103,100,101,
97,100,45,112,114,111,100,115,46,100,101,48,14,6,3,
85,29,15,1,1,255,4,4,3,2,5,160,48,32,6,3,85,29,37,1,
1,255,4,22,48,20,6,8,43,6,1,5,5,7,3,1,6,8,43,6,1,5,
5,7,3,2,48,12,6,3,85,29,19,1,1,255,4,2,48,0,48,29,6,
3,85,29,14,4,22,4,20,8,205,169,37,167,14,29,142,186,
253,62,232,240,193,24,204,203,132,241,202,48,31,6,3,
85,29,35,4,24,48,22,128,20,10,193,252,185,138,150,
248,145,20,172,254,86,73,229,123,103,123,238,67,243,
48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,3,130,2,1,
0,67,87,143,16,11,157,156,234,75,204,20,69,5,226,
158,35,246,238,162,134,109,30,79,239,233,46,89,123,
130,128,165,82,85,231,10,93,130,111,226,70,179,44,
103,164,8,148,122,173,3,73,112,125,73,164,60,192,92,
77,120,184,118,148,95,202,170,186,58,101,232,29,178,
122,240,84,189,39,102,248,109,106,7,239,59,60,236,
33,243,196,28,249,94,192,222,220,212,250,231,153,
110,84,205,44,177,175,81,151,71,89,179,70,165,36,
209,108,175,1,103,213,72,216,246,199,192,158,166,
254,63,139,6,65,193,206,241,21,145,200,204,107,150,
54,176,123,48,169,59,28,219,243,20,12,83,239,56,59,
95,64,186,169,105,42,75,52,22,188,2,144,212,199,39,
241,66,193,211,210,222,14,223,90,57,20,220,199,7,
229,128,213,185,225,159,181,229,89,145,53,194,116,
191,168,199,72,226,39,119,18,87,163,132,110,208,127,
45,11,21,150,118,76,216,162,35,13,95,147,253,173,
101,180,196,205,186,141,159,50,79,34,241,197,174,
245,66,55,118,169,198,90,135,173,129,166,226,59,190,
60,255,237,110,210,222,236,226,59,73,116,180,20,184,
89,221,166,220,136,50,40,188,83,154,162,64,203,165,
140,90,197,59,87,73,200,216,2,42,179,145,75,24,208,
156,22,76,253,2,152,41,8,124,89,59,62,242,126,249,
159,208,203,95,138,31,184,247,124,141,168,19,220,
110,46,9,133,242,40,244,214,180,30,29,80,105,193,50,
231,65,199,127,63,36,225,24,155,253,168,167,136,210,
168,88,158,220,113,179,1,59,184,158,131,132,124,167,
138,65,155,14,239,253,164,160,108,82,108,225,252,6,
224,74,240,147,154,59,241,236,32,162,203,139,244,41,
71,59,111,94,13,251,117,32,16,29,226,54,82,204,15,
181,27,83,186,131,24,97,222,87,63,45,4,41,127,255,
166,190,132,69,106,112,237,196,113,236,38,40,93,173,
138,213,245,28,91,202,126,196,25,189,189,79,1,195,
99,192,165,227,210,123,75,188,19,165,82,240,52,16,
139,223,33,174,72,196,88,39,250,66,61,1,38,109,123,
164,214,9,252,133,140,214,175,190,181,163,219,138,
234,196,155,229,143,183,152,5,85,41,41,242,169,36,
82,40,127,152,173>>,
undefined,undefined,undefined,undefined,new,
63591419231,undefined},
319569,ssl_session_cache,undefined,false,undefined,
{undefined,undefined},
undefined,undefined,
{'RSAPrivateKey','two-prime',
9802722275761822211027428585215389159316992510342552021584363750297634388477177049271020141433936164914259533382837589205382316293743381034345069926094071185964289112823678730498219364084653965562215321894524878088213960144876315213365751738106789848007904208956385480310873812485173328592342608327791279152073529652593398591580433559082176710462872837079597276431340812901545526289192559505222196661282225005120313218416597044351736649896017872167473901830432862801662716388021951518128528501644744614489371807982316679816825565748145573877735341776820161143101551302239154817608174108871973483745635038411597210647324400450196325939142514477344000605849801178288074536298372869410097489391074694089347499745764557877982443986429413832963866248798003883858511686095353123084693607412760298995356794210429645702215278238832127332087899882342039721713244380747883508434077238897431887783896489009298158114509172656589367662459986654500777418001852673135513040283637!
25512687370022324071192250585762697217943754984221072299276707254723134748537990145791274008143924548417846024229769087830020485054417013017936214759823982386885234360235718857580748127521670940411842373520347788165331203788039333827184692638776014172681797978943375081,
65537,
2301067785988371040701374206249195825669966778752610285793579991982831185930587175579983427007944732914856778027092687677733212595372814956930658341746359935988443531313295902924830350749627181686819972107746322298992684481571894246645692124128886812361774239751362348430695374082913567710828977318381083029059907840998166591892723040006716915845413060189397203116098494982641505965072223864814353318540149068141216390010542577937762128599117123844918420216967196565921223567043497599140779749901624290847986570853105265762882715160435654798588285974252732945137468380207320410059724285379044510336799814317469696333198085581013780892253593044891004576386435636931935914079610142440861103361107920830780449394905991461187405181155112364487203110835157738311082552715669903142619861594617323853517076019294628703582920631818620840126511969777015043308523718086831424516156803067772715176257911932802650350707423209505833214346258946979940408859506303547770614261663!
62313665626994701996692441848167008090680190855336031676418445195947986210357419054980293558231610141943421892055313400171707577042987609961079368872093238014041825248634833468205605753690483851514884641355119003201844488408256912817910666245565589773078075110974129121,
32015520526786354414510135446992914458789796332045964548189282618610702616344844808126709373262069649793125071407095588011289354880277899525617133721634864374051637220401881584962536827107230643798310972833055098282588140579851948981776658914118559462073901318000206664810566525485553277332486891688599160688144632099213534714685834717085495388760782842118053621207664733742938543167879165417445424290168459603793152317902963190566483251187479600531878676914405571277377630629374408990948764073024324876329488039144597735323267445766603510544704650092183280063454045356546092275103656101511301104565092260841300685919,
30618656559277867583310427062356659109563746239297344509134939416349162476058712695667255941967311499472624700627924584732589272893413981997952331447138237571326993741061124696606757966553310100716548432904701615689519483098474261272551426376890078247458572944515860204411019619723466278045156876301436205605885932673378802929067655323908328485763571443924477844708140907769126462820469894583763045514061561016435644973614412931885194430846806742511563477447081798284512894309874867681844311338448293272741857732051325640775226537912165349671790720964352510125072746960293693464382173200219022487808433413337076418999,
21457828999482591782616807292203850765252327752035018276381498070135573987563472667301916615355240694068434910990076959631900833317304831418324497592547895351179000639427386798594373104211134260476384477191387234570741475425637378259983516834805647563538094746374705551853214743304590196481826856850660209244041579031050467863078494437462507971852806602988167070685973929683363222433878455543605753420901926974024050773820706748029857588971268771127191828790839750344977835808707614247332414695631375714371618507399277591651655134585013949382427510494822017742454170045719015261362712578526388162687057350160277898423,
17222264320073546740369139154975868971052205282805407794684548754213332565649210767968964947872819991837578228164963058531782632202723951636335456217645861903837938420689629364954375679708480251502420386684865277006313329958024576854144425752342935356150958610459559557428680230127502592544343163878417425992184157592486119480205395092928158337591017808831469655148636621802848906708439228589060487156642069727770071572735219859134289367903716022234825586601946630608083965133358518811599964125138767946550545517442177962004626026016695168911473234156414339697278738288254061403138990962046993697729256464529115584075,
24108339258464153693141070876283694018253074032949854263499931394761628737553330543594827369612689053000828261577705813234511090821730687083340220825627039655085798995026505790346888689925099011790449218282127968086300385672590962664844323442505777474594875604254313256356170966659772316688738025622354562238637457085941485110320096302366337331159627217301818917188458235995289855272461632756575474720190986584371947751342042207819545124017328112451157112613205479229132754067677514019437378654664527765986568325102527666716958145618307152361906279563987135049271663466218485897299143813238726480550642901059390590182,
asn1_NOVALUE},
{'DHParameter',
179769313486231590770839156793787453197860296048756011706444423684197180216158519368947833795864925541502180565485980503646440548199239100050792877003355816639229553136239076508735759914822574862575007425302077447712589550957937778424442426617334727629299387668709205606050270810842907692932019128194467627007,
2,asn1_NOVALUE},
undefined,undefined,undefined,undefined,undefined,311375,
#Ref<0.0.0.1350>,undefined,<<>>,
{false,first},
{<0.344.0>,#Ref<0.0.0.1349>},
#Ref<0.0.0.1351>,
{[],[]},
false,true,false,undefined,undefined}
** Reason for termination =
** {function_clause,[{tls_v1,enum_to_oid,
[28],
[{file,"tls_v1.erl"},{line,404}]},
{ssl_handshake,'-dec_hello_extensions/2-blc$^1/1-0-',1,
[{file,"ssl_handshake.erl"},{line,1657}]},
{ssl_handshake,'-dec_hello_extensions/2-blc$^1/1-0-',1,
[{file,"ssl_handshake.erl"},{line,1657}]},
{ssl_handshake,dec_hello_extensions,2,
[{file,"ssl_handshake.erl"},{line,1657}]},
{tls_handshake,decode_handshake,3,
[{file,"tls_handshake.erl"},{line,182}]},
{tls_handshake,get_tls_handshake_aux,3,
[{file,"tls_handshake.erl"},{line,153}]},
{tls_connection,next_state,4,
[{file,"tls_connection.erl"},{line,454}]},
{gen_fsm,handle_msg,7,
[{file,"gen_fsm.erl"},{line,505}]}]}
=ERROR REPORT==== 17-Feb-2015::19:07:11 ===
STOMP detected network error on <0.344.0> (10.0.0.41:10693 -> 10.0.0.41:61614):
{ssl_upgrade_failure,
{{function_clause,
[{tls_v1,enum_to_oid,[28],[{file,"tls_v1.erl"},{line,404}]},
{ssl_handshake,'-dec_hello_extensions/2-blc$^1/1-0-',1,
[{file,"ssl_handshake.erl"},{line,1657}]},
{ssl_handshake,'-dec_hello_extensions/2-blc$^1/1-0-',1,
[{file,"ssl_handshake.erl"},{line,1657}]},
{ssl_handshake,dec_hello_extensions,2,
[{file,"ssl_handshake.erl"},{line,1657}]},
{tls_handshake,decode_handshake,3,
[{file,"tls_handshake.erl"},{line,182}]},
{tls_handshake,get_tls_handshake_aux,3,
[{file,"tls_handshake.erl"},{line,153}]},
{tls_connection,next_state,4,
[{file,"tls_connection.erl"},{line,454}]},
{gen_fsm,handle_msg,7,[{file,"gen_fsm.erl"},{line,505}]}]},
{gen_fsm,sync_send_all_state_event,[<0.345.0>,{start,5000},infinity]}}}
^C
OpenBSD 5.7-beta (GENERIC.MP) #852: Tue Feb 10 16:31:16 MST 2015
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 16850558976 (16069MB)
avail mem = 16398073856 (15638MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xebd40 (19 entries)
bios0: vendor American Megatrends Inc. version "P1.40" date 10/31/2014
bios0: ASRock Q1900-ITX
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT AAFT MCFG LPIT HPET SSDT SSDT SSDT UEFI
acpi0: wakeup devices PS2K(S4) PS2M(S4) UAR1(S4) XHC1(S4) EHC1(S4) PXSX(S4)
PXSX(S4) PXSX(S4) PXSX(S4) PWRB(S0) BRCM(S0) BRC3(S0)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz, 2000.46 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,DEADLINE,RDRAND,NXE,LONG,LAHF,3DNOWP,PERF,ITSC,SMEP,ERMS
cpu0: 1MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 83MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.0.0, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz, 2000.00 MHz
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,DEADLINE,RDRAND,NXE,LONG,LAHF,3DNOWP,PERF,ITSC,SMEP,ERMS
cpu1: 1MB 64b/line 16-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz, 2000.01 MHz
cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,DEADLINE,RDRAND,NXE,LONG,LAHF,3DNOWP,PERF,ITSC,SMEP,ERMS
cpu2: 1MB 64b/line 16-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz, 2000.00 MHz
cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,DEADLINE,RDRAND,NXE,LONG,LAHF,3DNOWP,PERF,ITSC,SMEP,ERMS
cpu3: 1MB 64b/line 16-way L2 cache
cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 87 pins
acpimadt0: bogus nmi for apid 0
acpimadt0: bogus nmi for apid 2
acpimadt0: bogus nmi for apid 4
acpimadt0: bogus nmi for apid 6
acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (RP01)
acpiprt2 at acpi0: bus 2 (RP02)
acpiprt3 at acpi0: bus 3 (RP03)
acpiprt4 at acpi0: bus 4 (RP04)
acpiec0 at acpi0: not present
acpicpu0 at acpi0
acpicpu1 at acpi0
acpicpu2 at acpi0
acpicpu3 at acpi0
acpipwrres0 at acpi0: PLPE
acpipwrres1 at acpi0: PLPE
acpipwrres2 at acpi0: USBC, resource for EHC1, OTG1
acpipwrres3 at acpi0: CLK0, resource for CAM1
acpipwrres4 at acpi0: CLK1, resource for CAM0, CAM2
acpipwrres5 at acpi0: FN00, resource for FAN0
acpitz0 at acpi0: critical temperature is 90 degC
acpibat0 at acpi0: BAT0 not present
acpibat1 at acpi0: BAT1 not present
acpibat2 at acpi0: BAT2 not present
acpibtn0 at acpi0: LID0
acpibtn1 at acpi0: PWRB
acpibtn2 at acpi0: SLPB
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Bay Trail Host" rev 0x0e
vga1 at pci0 dev 2 function 0 "Intel Bay Trail Video" rev 0x0e
intagp at vga1 not configured
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
"Intel Bay Trail TXE" rev 0x0e at pci0 dev 26 function 0 not configured
ppb0 at pci0 dev 28 function 0 "Intel Bay Trail PCIE" rev 0x0e: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 1 "Intel Bay Trail PCIE" rev 0x0e: msi
pci2 at ppb1 bus 2
ppb2 at pci0 dev 28 function 2 "Intel Bay Trail PCIE" rev 0x0e: msi
pci3 at ppb2 bus 3
re0 at pci3 dev 0 function 0 "Realtek 8168" rev 0x11: RTL8168G/8111G (0x4c00),
msi, address d0:50:99:57:fa:28
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ppb3 at pci0 dev 28 function 3 "Intel Bay Trail PCIE" rev 0x0e: msi
pci4 at ppb3 bus 4
ahci0 at pci4 dev 0 function 0 vendor "ASMedia", unknown product 0x0612 rev
0x02: msi, AHCI 1.2
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, TOSHIBA DT01ACA0, MS1O> SCSI3 0/direct
fixed naa.5000039ffcdde626
sd0: 476940MB, 512 bytes/sector, 976773168 sectors
pcib0 at pci0 dev 31 function 0 "Intel Bay Trail LPC" rev 0x0e
ichiic0 at pci0 dev 31 function 3 "Intel Bay Trail SMBus" rev 0x0e: apic 1 int
18
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-10600 SO-DIMM
spdmem1 at iic0 addr 0x51: 8GB DDR3 SDRAM PC3-10600 SO-DIMM
isa0 at pcib0
isadma0 at isa0
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: density unknown
fd1 at fdc0 drive 1: density unknown
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
wbsio0 at isa0 port 0x2e/2: NCT6776F rev 0x33
lm1 at wbsio0 port 0x290/8: NCT6776F
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (b4b408ce0aa4b943.a) swap on sd0b dump on sd0b