I'm seeing weird issues when using JBossWeb (slightly tweaked copy of Tomcat) as an HTTPS backend. The start of the content is correct, but then just descends into gibberish, probably SSL content. At first I though it might be related to the fact I use GZIP compression on the backend, but I disabled this and I still see the same result. e.g
<definitions name='ViaApiEndpointJSEService' targetNamespace='http://api.via.red61.com/' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://jaxb.dev.java.net/array' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://api.via.red61.com/' xmlns:xsd='http://www.w3.org/2001/XMLSchema'> ^W^C^A^@ ù¤3Çè.ú^F^H=R×R¾ò)6^YÆ^^NtÈumî<88>öÐö´^W^C^A^@<90>àÞSܲ6Ë4»¾D<94>Ï<9b>Úø¬3OS,ø<81>^PCf^?¹ú^^ù+WÑJ¤<90>-wÆJ<84>Ô<83>ÎC[¡_+÷<99>C·ÜHÌåf'^MÝ<8b>ä^C&U^]<8b>ÞæáÙÞj3\Ï<84><88>ù|tÚ^`|4pä^BMáè{¹¶üËã^OíEÂÐvƤ{<85>)%§º<85>¼8²ØuðJf«»^Wé³^?<83>Ù1<85>»³^P ^H¯6R<87>6^w^c...@hè^qkĪÉð¾s1û^h¦zqì;<99>d$³²È2 í¯yÉ^?ó<88>:ý@<8b>çò^X^GqYY;^WÅ^UÈ^EÆ_&^TP<87>ØÖ²6PÐ<8c>8²ûkF$¹IÓ^W^C^A^@(<93>^B<8f>^D"^;±<94>j±^L<90>4^ATú<89>Ų^X½g¥¡`JZ<9d><90><81>^...@÷¤Ã ÷p^b4^w^c...@x *=ö·û<9a>Eç(÷öÃè<93>!^X¦ýZé<98>I¡ßS¨Ð^Xzq¬_®¢·iòÜÅ3©ß¸oVo>³ô` ¡>ߨÒ<96>R<94>Ñ^wdС...@x[éà«¢*Ù^zÁlá^nwè^kðÇÄý<96><éÀ!QÒ-,v^Yà)^EÆ.^[>^?0<96>^WèM¾<9a>صúhÀ^W^C^A^@(áA û<80><83>ìÐÆi@<9a>�...@z<8f>¶¥<97>ÉqR1B^^<9f>éÕpþg¬b.=åãÖcm^w^c...@0éuôd^@ƦÌÁPóA<84>5½|¸Á¾5;Lyà*ÝkKCw^\4é<9f>ë<<8c>^OÐ<9b>Nñ<96><96>|§(^M^W^C^A^@(<93>t<9e>^B^]gÝqY <91>Î0¬4PYâôHÍÉ»G^NC<8e>NÖ^Vsl<90>í<98>¦Â<96>b^h^w^c...@àhd ï¯<8a>ñ©( `F<87>õí^UÞ:ZÑwÂ<8e>£^_e9Éik£ N^W<84>ðÒÊÃ2øõ|,^V·^XÓm~<84>£©^Z0¨UÆ<8c>^...@bÆóçb>1pÆ,^N \>ýðà>BÌÍU4=\©1^E<8c>ç¯/«+^_ã^R¢µÞHÍ<8f>e~^[Z?²¯2^M<95>&A<8c>ô<87>ú: ^Z<9e>9®^WJ<9f>'^\ÈÇÇ^A(Ò©¥^DÚ)]±«ÜíÛ |<87>àÄ<95>ïn<8f><98>¹ÿôôcªµ6Ò®!û±U¦:<89>¨^L<92 ... etc vs <definitions name='ViaApiEndpointJSEService' targetNamespace='http://api.via.red61.com/' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://jaxb.dev.java.net/array' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://api.via.red61.com/' xmlns:xsd='http://www.w3.org/2001/XMLSchema'> <types> <xs:schema targetNamespace='http://api.via.red61.com/' version='1.0' xmlns:ns1='http://jaxb.dev.java.net/array' xmlns:tns='http://api.via.red61.com/' xmlns:xs='http://www.w3.org/2001/XMLSchema'> <xs:import namespace='http://jaxb.dev.java.net/array'/> ... etc Anyone got any ideas ? The pound logs show (b7ac8b90) error copy response body: Connection reset by peer -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
