Hello all,<br><br>I use web polygraph to generate HTTPS traffic. I study the guide http://www.web-polygraph.org/docs/reference/models/ssl.html. And make two pg file, please refer to the attachment.<br><br>Now I send the HTTPS traffic from poly client to poly server directly. I met some error. I need your help and thanks in advance.<br><br>Client Side:<br>000.01| fyi: PGL configuration stored (860bytes)<br>000.01| fyi: no bench selected with use()<br>000.01| fyi: SSL library initialized and seeded<br>000.01| created 5 agents total<br>000.01| Robot PolyMix-4-rbt [1 / 121f16b8.36a3374f:00000006] at 10.10.1.2 SSL<br>000.01| Robot PolyMix-4-rbt [2 / 121f16b8.36a3374f:0000000a] at 10.10.1.2 SSL<br>000.01| Robot PolyMix-4-rbt [3 / 121f16b8.36a3374f:0000000c] at 10.10.1.2 SSL<br>000.01| Robot PolyMix-4-rbt [4 / 121f16b8.36a3374f:0000000e] at 10.10.1.2 SSL<br>000.01| Robot PolyMix-4-rbt [5 / 121f16b8.36a3374f:00000010] at 10.10.1.2 SSL<br>000.01| fyi: current state (1) stored<br>000.01| fyi: max local population size: 5 robots<br>000.01| fyi: reached max local population size: 5 robots<br>1216372999.849566# obj: http://10.10.1.1:9999/w121f16b8.36a3374f:0000000c/t01/_00000001 flags: basic,GET, size: 0/-1 xact: 121f16b8.36a3374f:00000012<br>GET /w121f16b8.36a3374f:0000000c/t01/_00000001 HTTP/1.1<br>Accept: */*<br>Host: 10.10.1.1:9999<br>X-Xact: 121f16b8.36a3374f:00000002 121f16b8.36a3374f:00000012<br>X-Loc-World: 121f16b8.36a3374f:00000008 -1/0 0<br>X-Rem-World: 121f16b8.36a3374f:00000008 -1/0 0<br>X-Target: 10.10.1.1:9999<br>X-Abort: 1412400744 2082554117<br>X-Phase-Sync-Pos: 0<br>Connection: close<br><br><br>000.02| Connection.cc:492: error: 1/1 (s104) Connection reset by peer<br>000.02| error: raw read failed<br>000.02| connection between 10.10.1.2:18635 and 10.10.1.1:9999 failed at 1 reads, 1 writes, and 1 xacts<br>000.04| Connection.cc:492: error: 2/2 (s104) Connection reset by peer<br>000.04| error: raw read failed<br>000.04| connection between 10.10.1.2:18636 and 10.10.1.1:9999 failed at 1 reads, 1 writes, and 1 xacts<br>000.06| Connection.cc:492: error: 4/4 (s104) Connection reset by peer<br>000.06| error: raw read failed<br>000.06| connection between 10.10.1.2:18638 and 10.10.1.1:9999 failed at 1 reads, 1 writes, and 1 xacts<br>000.07| Connection.cc:492: error: 8/8 (s104) Connection reset by peer<br>000.07| error: raw read failed<br>000.07| connection between 10.10.1.2:18642 and 10.10.1.1:9999 failed at 1 reads, 1 writes, and 1 xacts<br>000.10| i-dflt      0   3.00     -1  -1.00  15    0<br>000.10| Connection.cc:492: error: 16/16 (s104) Connection reset by peer<br>000.10| error: raw read failed<br>000.10| connection between 10.10.1.2:18650 and 10.10.1.1:9999 failed at 1 reads, 1 writes, and 1 xacts<br>000.18| i-dflt      0   1.60     -1  -1.00   8    0<br>000.23| Connection.cc:492: error: 32/32 (s104) Connection reset by peer<br>000.23| error: raw read failed<br>000.23| connection between 10.10.1.2:18666 and 10.10.1.1:9999 failed at 1 reads, 1 writes, and 1 xacts<br>000.26| i-dflt      0   2.40     -1  -1.00  12    0<br>000.35| i-dflt      0   2.40     -1  -1.00  12    0<br>000.43| i-dflt      0   2.80     -1  -1.00  14    0<br>000.46| Connection.cc:492: error: 64/64 (s104) Connection reset by peer<br><br><br>Server Side:<br>000.01| fyi: PGL configuration stored (651bytes)<br>000.01| fyi: no bench selected with use()<br>000.01| fyi: SSL library initialized and seeded<br>000.01| executing: openssl req -newkey rsa:1024 -sha1 -nodes -config myssl.conf -keyout /tmp/poly-7442d4aa-serverkey.pem -out /tmp/poly-7442d4aa-serverreq.pem<br>Generating a 1024 bit RSA private key<br>..........................++++++<br>....................++++++<br>writing new private key to '/tmp/poly-7442d4aa-serverkey.pem'<br>-----<br>000.01| executing: openssl x509 -req -in /tmp/poly-7442d4aa-serverreq.pem -sha1 -extensions usr_cert -CA /tmp/s.pem -CAkey /tmp/s.pem -CAcreateserial -CAserial /tmp/poly-bac78a95-cert.srl -out /tmp/poly-bac78a95-servercert.pem<br>Signature ok<br>subject=/C=US/ST=Colorado/L=Boulder/O=Measurement Factory, Inc/OU=Testing/CN=www.measurement-factory.com/emailAddress=info@measurement-factory.com<br>Getting CA Private Key<br>000.01| executing: cat /tmp/poly-bac78a95-servercert.pem /tmp/poly-7442d4aa-serverkey.pem /tmp/s.pem > /tmp/poly-41d38c3d-serverchain.pem<br>000.01| created 1 agents total<br>000.01| Server PolyMix-4-srv [1 / 121f16b4.15f859d0:00000006] at 10.10.1.1:9999 HTTP/1.1 SSL<br>000.01| fyi: current state (1) stored<br>000.01| starting 1 HTTP agents...<br>000.08| error: SSL read failure with err=-1/SSL_ERROR_SSL/0<br>000.08| SSL error stack:<br>        s3_pkt.c:297: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number<br><br>000.08| connection between <none> and 10.10.1.2:18635 failed at 1 reads, 0 writes, and 0 xacts<br>000.10| i-dflt      0   0.00     -1  -1.00   0    1 all<br>000.10| i-dflt      0   0.00     -1  -1.00   0    0 https<br>000.10| error: SSL read failure with err=-1/SSL_ERROR_SSL/0<br>000.10| SSL error stack:<br>        s3_pkt.c:297: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number<br><br>000.10| connection between <none> and 10.10.1.2:18636 failed at 1 reads, 0 writes, and 0 xacts<br>000.11| error: SSL read failure with err=-1/SSL_ERROR_SSL/0<br>000.11| SSL error stack:<br>        s3_pkt.c:297: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number<br><br>000.11| connection between <none> and 10.10.1.2:18637 failed at 1 reads, 0 writes, and 0 xacts<br>000.12| error: SSL read failure with err=-1/SSL_ERROR_SSL/0<br>000.12| SSL error stack:<br>        s3_pkt.c:297: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number<br><br>000.12| connection between <none> and 10.10.1.2:18638 failed at 1 reads, 0 writes, and 0 xacts<br>000.13| error: SSL read failure with err=-1/SSL_ERROR_SSL/0<br>000.13| SSL error stack:<br>        s3_pkt.c:297: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number<br><br>BR<br>Dai Wei<br><html><br><br><br><br><br><br>=======================263电子邮件-邮件运营专家=======================<br><br></html>