Changeset 454

Show
Ignore:
Timestamp:
02/19/07 14:50:41 (2 years ago)
Author:
sacha
Message:

partial update on certificates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/branch-https-dev/test/test-systems/Gnaraloo/certificates/gnaraloo_ssl_server_cert/Gnaraloo_ssl_server_private_key.pem

    r451 r454  
    11-----BEGIN RSA PRIVATE KEY----- 
    2 Proc-Type: 4,ENCRYPTED 
    3 DEK-Info: DES-EDE3-CBC,D31E85D7F02929AE 
    4  
    5 xwHLTXfXnFVlP730cDzxeKp8gmJDGqqn6lKNHuoSzkR5EEXWsHO1fbq3hC5hjDLy 
    6 Mf9hZcVm8WRdHim4KxNk2zce4mtTyFmk5jeC5LPmCIN4BC36Nc87pEzGI6EL5rrv 
    7 0DWInHD78F30No+T+wk92V3SuyQ/dNmd44k6HVvR5dkGuBwo+RjegrVT6LnBNYuY 
    8 hoOLLKKnEt82MtNWTQ7HdyDNKsh8euj+iLcG2ggkUAcWyJpBP61URJ2CqKzw7Hdd 
    9 CMgjQAXWYz4mn2EVsHo9FgqYV075s/ATBXF4Deh+rzsAeiJPdKSkbgQDA9F4ibwt 
    10 RNpmKAXg+MF8nlmbdzHogwYVqHqTLcRAKWIYgOm9an0S+yQho9AoZZVySYvpAHUI 
    11 T+HxuHyDQEmNf2vPc8OQ1GkehWncIony5vRGCi/u4L/SBg1IoMdWxpZtYlhoPLOp 
    12 1eU5ToKPXfwccJLL3zkd0SOJZhp+9s+yw1LXlXmLG1Q3iI+ye8q3oxFROlTBr/Td 
    13 JVrHjsf4dcgoSrdlFUkwDeV/V2zz7NckvJBuH8bkPwY59HQYfVoQYoB0If93aKW6 
    14 ZhdkAA1/98T9deNfFsA4p2Y+FvH4jYsJVfvEBAv1pQ3HkBBcoUPlaRwlsfMGcYok 
    15 54ESqTZsD+CzyLDUiSaTliHHwgmFdd/WZhmFl9o+lslGH0dxKJE2coZaw12i4F6P 
    16 wWiJw01M9LXMdf9bGPka3OTNUuox8qhEe9lBTomAoIw9lXFONpm+rUtPORgHdDeV 
    17 SQMx0qEC/gV9RduTLBOxjwPA7HbWm8sQPYjyyOUbUL0jKRVmRZ2yig== 
     2MIICXQIBAAKBgQC5Pjsl1u5Nmv6bcyLfQbGNEAevnkeLoJccI8AnQemttsQ9pU2k 
     3gE08xjRY7SbQa0y1JtBh9nuYoPjcuXveJY/vZrz0sCddX8F9mruOGs3SxcfC7sWQ 
     4u2CumJ6HlHPlnHwNIOb6xcnCkuC6YkqFZsOrRcYh5ejv5NIb+Ej7ys3f8QIDAQAB 
     5AoGBAKFlQwt49C/RdzvhWOTDy/pnmQq+EP/qbz4pN+X8W6jqsJg1SiylTKZC2qEQ 
     6Ht1AX5kFtFFl+9HDjpBhWzb16yzi8GRhLI1mTVdn1a53pa3AVVzMQOW8tAT68qEs 
     7XWn2UFZqvaWP7gM8NOIwIrQhMACyMMOG04BI2i5KE82eBT1BAkEA35gZ1Gz07O8n 
     8eaOvghz+pIM46Rk7yUYi9QlpQHufyIbT70YVRWqMau0dbPC//htSnVnulN2olnCP 
     9ydndXHlIrQJBANQXNerXhTgKmpyhxHYh3/T+d9SU63Q4jvqv3+f7HR7IrGcItj1f 
     103GOiM9P0X8xiineZ7E1M4hH88dzmMsb7CNUCQQC9MLjiWlMfy/gt34eY46m/T90u 
     11txA0bWkUxyLM0g3QIe1f73/+HXq02u9kB42cmEfeJoNOaQPGT3YLCJJaNbF9AkBt 
     125Dzemp7/I5dq0vK9lt24zmT+c87v4CJNR/WG+HjlK2sQ09XBRTsnMLMT/onol6JR 
     13SCLFBrIYSexz3Z6vtQClAkAf8utjUSWTYYjk6ExhSpIEmlUP3eRw9tO9ZhyEkOvF 
     140asSsJVx8xRbv3iWBxgxJWqfN/++RpvsvLq2cnSREqi7 
    1815-----END RSA PRIVATE KEY----- 
  • branches/branch-https-dev/test/test-systems/Gnaraloo/infrastructure/exchange-points/http_server.conf

    r451 r454  
    77# -> This tells the system to start an HTTP server that is running on the localhost. The port 
    88#    the server is listening is port 7777 and the path to the server is /coronation 
    9 Protocol: http Host: localhost Port: 8888 Path: /gnaraloo 
    10 Protocol: https Host: localhost Port: 8889 Path: /gnaraloo Server-Cert: gnaraloo_ssl_server_cert 
     9Protocol: http Host: gnaraloo-ebXML-b2b-gateway Port: 8888 Path: /gnaraloo 
     10Protocol: https Host: gnaraloo-ebXML-b2b-gateway Port: 8889 Path: /gnaraloo Server-Cert: gnaraloo_ssl_server_cert 
     11Protocol: https Host: gnaraloo-ebXML-b2b-gateway Port: 8890 Path: /gnaraloo_bad Server-Cert: gnaraloo_ssl_server_cert 
  • branches/branch-https-dev/test/test-systems/Gnaraloo/trading_agreements/cpa_test_https.xml

    r451 r454  
    1414        <tp:Service tp:type="http://nonesistent.org/ebMSebCPPATest">ebMSebCPPATests</tp:Service> 
    1515        <tp:CanSend> 
    16          <tp:ThisPartyActionBinding tp:action="send_a_message" tp:id="send_a_message_a" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
     16          <tp:ThisPartyActionBinding tp:action="send_a_message_1" tp:id="send_a_message_a" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
    1717            <tp:BusinessTransactionCharacteristics/> 
    1818            <tp:ChannelId>coronation_https_sync</tp:ChannelId> 
     
    2121        </tp:CanSend> 
    2222        <tp:CanSend> 
    23           <tp:ThisPartyActionBinding tp:action="send_b_message" tp:id="send_b_message_a" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
     23          <tp:ThisPartyActionBinding tp:action="send_a_message_2" tp:id="send_b_message_a" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
    2424            <tp:BusinessTransactionCharacteristics/> 
    2525            <tp:ChannelId>coronation_https_async</tp:ChannelId> 
    2626          </tp:ThisPartyActionBinding> 
    2727          <tp:OtherPartyActionBinding>send_b_message_b</tp:OtherPartyActionBinding> 
     28        </tp:CanSend> 
     29        <tp:CanSend> 
     30          <tp:ThisPartyActionBinding tp:action="send_a_message_3_bad" tp:id="send_c_message_a" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
     31            <tp:BusinessTransactionCharacteristics/> 
     32            <tp:ChannelId>coronation_https_bad</tp:ChannelId> 
     33          </tp:ThisPartyActionBinding> 
     34          <tp:OtherPartyActionBinding>send_c_message_b</tp:OtherPartyActionBinding> 
    2835        </tp:CanSend> 
    2936      </tp:ServiceBinding> 
     
    113120      </KeyInfo> 
    114121    </tp:Certificate> 
    115     <tp:SecurityDetails tp:securityId="coronation_Security"> 
     122    <tp:SecurityDetails tp:securityId="coronation_Security_bad"> 
    116123      <tp:TrustAnchors> 
    117124        <tp:AnchorCertificateRef tp:certId="coronation_ssl_client_cert"/> 
    118125        <tp:AnchorCertificateRef tp:certId="coronation_ssl_server_cert"/> 
     126      </tp:TrustAnchors> 
     127    </tp:SecurityDetails> 
     128    <!-- self signed certs --> 
     129    <tp:SecurityDetails tp:securityId="coronation_Security"> 
     130      <tp:TrustAnchors> 
     131        <tp:AnchorCertificateRef tp:certId="gnaraloo_ssl_client_cert"/> 
     132        <tp:AnchorCertificateRef tp:certId="gnaraloo_ssl_server_cert"/> 
    119133      </tp:TrustAnchors> 
    120134    </tp:SecurityDetails> 
     
    159173      <tp:MessagingCharacteristics tp:syncReplyMode="none" tp:ackRequested="always" tp:ackSignatureRequested="never" tp:duplicateElimination="always"/> 
    160174    </tp:DeliveryChannel> 
     175    <tp:DeliveryChannel tp:channelId="coronation_https_bad" tp:transportId="coronation_TransportHttps_bad" tp:docExchangeId="coronation_DocExchange"> 
     176      <tp:MessagingCharacteristics tp:syncReplyMode="none" tp:ackRequested="never" tp:ackSignatureRequested="never" tp:duplicateElimination="always"/> 
     177    </tp:DeliveryChannel> 
    161178 
    162179    <tp:Transport tp:transportId="coronation_TransportHttp"> 
     
    185202          <tp:ServerCertificateRef tp:certId="coronation_ssl_server_cert"/> 
    186203          <tp:ClientSecurityDetailsRef tp:securityId="coronation_Security"/> 
     204        </tp:TransportServerSecurity> 
     205      </tp:TransportReceiver> 
     206    </tp:Transport> 
     207    <tp:Transport tp:transportId="coronation_TransportHttps_bad"> 
     208      <tp:TransportSender> 
     209        <tp:TransportProtocol tp:version="1.1">HTTP</tp:TransportProtocol> 
     210        <tp:TransportClientSecurity> 
     211          <tp:TransportSecurityProtocol tp:version="3.0">SSL</tp:TransportSecurityProtocol> 
     212          <tp:ClientCertificateRef tp:certId="coronation_ssl_client_cert"/> 
     213          <tp:ServerSecurityDetailsRef tp:securityId="coronation_Security_bad"/> 
     214        </tp:TransportClientSecurity> 
     215      </tp:TransportSender> 
     216      <tp:TransportReceiver> 
     217        <tp:TransportProtocol tp:version="1.1">HTTP</tp:TransportProtocol> 
     218        <tp:Endpoint tp:uri="https://coronation-ebXML-b2b-gateway:7779/coronation_bad" tp:type="allPurpose"/> 
     219        <tp:TransportServerSecurity> 
     220          <tp:TransportSecurityProtocol tp:version="3.0">SSL</tp:TransportSecurityProtocol> 
     221          <tp:ServerCertificateRef tp:certId="coronation_ssl_server_cert"/> 
     222          <tp:ClientSecurityDetailsRef tp:securityId="coronation_Security_bad"/> 
    187223        </tp:TransportServerSecurity> 
    188224      </tp:TransportReceiver> 
     
    217253        <tp:Service tp:type="http://nonesistent.org/ebMSebCPPATest">ebMSebCPPATests</tp:Service> 
    218254        <tp:CanReceive> 
    219           <tp:ThisPartyActionBinding tp:action="send_a_message" tp:id="send_a_message_b" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
     255          <tp:ThisPartyActionBinding tp:action="send_a_message_1" tp:id="send_a_message_b" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
    220256            <tp:BusinessTransactionCharacteristics/> 
    221257            <tp:ChannelId>gnaraloo_https_sync</tp:ChannelId> 
     
    224260        </tp:CanReceive> 
    225261        <tp:CanReceive> 
    226           <tp:ThisPartyActionBinding tp:action="send_b_message" tp:id="send_b_message_b" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
     262          <tp:ThisPartyActionBinding tp:action="send_a_message_2" tp:id="send_b_message_b" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
    227263            <tp:BusinessTransactionCharacteristics/> 
    228264            <tp:ChannelId>gnaraloo_https_async</tp:ChannelId> 
    229265          </tp:ThisPartyActionBinding> 
    230266          <tp:OtherPartyActionBinding>send_b_message_a</tp:OtherPartyActionBinding> 
     267        </tp:CanReceive> 
     268        <tp:CanReceive> 
     269          <tp:ThisPartyActionBinding tp:action="send_a_message_3_bad" tp:id="send_c_message_b" tp:packageId="Invoice_UBL1InvoiceNotification_BD_Package"> 
     270            <tp:BusinessTransactionCharacteristics/> 
     271            <tp:ChannelId>gnaraloo_https_bad</tp:ChannelId> 
     272          </tp:ThisPartyActionBinding> 
     273          <tp:OtherPartyActionBinding>send_c_message_a</tp:OtherPartyActionBinding> 
    231274        </tp:CanReceive> 
    232275      </tp:ServiceBinding> 
     
    278321          <RSAKeyValue> 
    279322            <Modulus> 
    280               2bi68MxKkgBMioP1+1ewIb6LfAe1tSz8S1CnXK6J2a4/LR6iQnP6HpJijSWhNw3W 
    281               OssNtN3pvxRnDfaoa+CVt122wTyCV/7GL/39bGvUh0ztOfzt3Lx3rMraTYSoCIkd 
    282               RwpCWdZ/oR3mQZL44odmI04KC3SXcjyEwLW+NxsSOFU
     323              5hEv5AIWGNsYOF6vQn0M9PAkKS1hykWhLfvZouyqVmaFZcOCfzPT3t46SLZkoCAk 
     324              aDcytu9zk1mrug08nUFxI/kwR2OVRvEdQPOlD3seEAUe97p6ork8FPZ959R9K6zC 
     325              0VWzQzzoV6lSY3qYvLHRMrYuuKq/IgjmcodTV/ZgdwE
    283326            </Modulus> 
    284327            <Exponent> 
     
    288331        </KeyValue> 
    289332        <X509Data> 
    290           <X509Certificate>MIIDkDCCAvmgAwIBAgIJANjzS1uvIZ0WMA0GCSqGSIb3DQEBBQUAMIGNMQswCQYD 
    291           VQQGEwJMSTEQMA4GA1UECBMHQmFsemVyczEQMA4GA1UEBxMHQmFsemVyczERMA8G 
    292           A1UEChMIR25hcmFsb28xDDAKBgNVBAsTA0IyQjEXMBUGA1UEAxMOU2FjaGEgU2No 
    293           bGVnZWwxIDAeBgkqhkiG9w0BCQEWEXNhY2hhQHNjaGxlZ2VsLmxpMB4XDTA3MDEx 
    294           NzE1MzMyOVoXDTEwMDExNjE1MzMyOVowgY0xCzAJBgNVBAYTAkxJMRAwDgYDVQQI 
    295           EwdCYWx6ZXJzMRAwDgYDVQQHEwdCYWx6ZXJzMREwDwYDVQQKEwhHbmFyYWxvbzEM 
    296           MAoGA1UECxMDQjJCMRcwFQYDVQQDEw5TYWNoYSBTY2hsZWdlbDEgMB4GCSqGSIb3 
    297           DQEJARYRc2FjaGFAc2NobGVnZWwubGkwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJ 
    298           AoGBANm4uvDMSpIATIqD9ftXsCG+i3wHtbUs/EtQp1yuidmuPy0eokJz+h6SYo0l 
    299           oTcN1jrLDbTd6b8UZw32qGvglbddtsE8glf+xi/9/Wxr1IdM7Tn87dy8d6zK2k2E 
    300           qAiJHUcKQlnWf6Ed5kGS+OKHZiNOCgt0l3I8hMC1vjcbEjhVAgMBAAGjgfUwgfIw 
    301           HQYDVR0OBBYEFPfxEprWwINqlQz2N10QdMkLtYoUMIHCBgNVHSMEgbowgbeAFPfx 
    302           EprWwINqlQz2N10QdMkLtYoUoYGTpIGQMIGNMQswCQYDVQQGEwJMSTEQMA4GA1UE 
    303           CBMHQmFsemVyczEQMA4GA1UEBxMHQmFsemVyczERMA8GA1UEChMIR25hcmFsb28x 
    304           DDAKBgNVBAsTA0IyQjEXMBUGA1UEAxMOU2FjaGEgU2NobGVnZWwxIDAeBgkqhkiG 
    305           9w0BCQEWEXNhY2hhQHNjaGxlZ2VsLmxpggkA2PNLW68hnRYwDAYDVR0TBAUwAwEB 
    306           /zANBgkqhkiG9w0BAQUFAAOBgQCaZRtHRZPc0ek4JIFX1rMe0TxjBi8/+JuaAUgI 
    307           8BUVE1tjiDESDHn9KOo4Kgc7nr6bCNHXSp3e3LbpVkXx4kfUJ8881nAvw768GQFa 
    308           pGANATrvolsiBK7j9M+6NlpNTkYXszwcFqnHQ6GsVZSauHrTakblIhbjNV0HsxTl 
    309           Pum+MQ==</X509Certificate> 
    310           <X509SubjectName>emailAddress=sacha@schlegel.li,CN=Sacha Schlegel,OU=B2B,O=Gnaraloo,L=Balzers,ST=Balzers,C=LI</X509SubjectName> 
     333          <X509Certificate>MIIDWTCCAsKgAwIBAgIJAJdO8ZGzHvyEMA0GCSqGSIb3DQEBBQUAMHwxCzAJBgNV 
     334          BAYTAkxJMRAwDgYDVQQIEwdCYWx6ZXJzMRAwDgYDVQQHEwdCYWx6ZXJzMREwDwYD 
     335          VQQKEwhHbmFyYWxvbzESMBAGA1UECxMJU1NMQ2xpZW50MSIwIAYDVQQDExlnbnJh 
     336          bG9vLWViWE1MLWIyYi1nYXRld2F5MB4XDTA3MDIxOTEwMjcyM1oXDTEwMDIxODEw 
     337          MjcyM1owfDELMAkGA1UEBhMCTEkxEDAOBgNVBAgTB0JhbHplcnMxEDAOBgNVBAcT 
     338          B0JhbHplcnMxETAPBgNVBAoTCEduYXJhbG9vMRIwEAYDVQQLEwlTU0xDbGllbnQx 
     339          IjAgBgNVBAMTGWducmFsb28tZWJYTUwtYjJiLWdhdGV3YXkwgZ8wDQYJKoZIhvcN 
     340          AQEBBQADgY0AMIGJAoGBAOYRL+QCFhjbGDher0J9DPTwJCktYcpFoS372aLsqlZm 
     341          hWXDgn8z097eOki2ZKAgJGg3Mrbvc5NZq7oNPJ1BcSP5MEdjlUbxHUDzpQ97HhAF 
     342          Hve6eqK5PBT2fefUfSuswtFVs0M86FepUmN6mLyx0TK2LriqvyII5nKHU1f2YHcB 
     343          AgMBAAGjgeIwgd8wHQYDVR0OBBYEFIWC6+L3iDzSa4djU+g3EegtUKcSMIGvBgNV 
     344          HSMEgacwgaSAFIWC6+L3iDzSa4djU+g3EegtUKcSoYGApH4wfDELMAkGA1UEBhMC 
     345          TEkxEDAOBgNVBAgTB0JhbHplcnMxEDAOBgNVBAcTB0JhbHplcnMxETAPBgNVBAoT 
     346          CEduYXJhbG9vMRIwEAYDVQQLEwlTU0xDbGllbnQxIjAgBgNVBAMTGWducmFsb28t 
     347          ZWJYTUwtYjJiLWdhdGV3YXmCCQCXTvGRsx78hDAMBgNVHRMEBTADAQH/MA0GCSqG 
     348          SIb3DQEBBQUAA4GBAIwhg6hsaHrLmC+sBDNQPU7ApIJWulTQmhjZaZu2PoFB9C7s 
     349          i4e+ExeOHY73bjfXIFs0vvEhUIgck9vfzK+tPsisEpk1bSW0kvxdm9oRNF8W+hIo 
     350          +ciboHK3y53hUw4TWLT6UZETynZdfGdBHNi9ORK3++M292B7+px179vKieOv</X509Certificate> 
     351          <X509SubjectName>CN=gnraloo-ebXML-b2b-gateway,OU=SSLClient,O=Gnaraloo,L=Balzers,ST=Balzers,C=LI</X509SubjectName> 
    311352          <X509IssuerSerial> 
    312             <X509IssuerName>emailAddress=sacha@schlegel.li,CN=Sacha Schlegel,OU=B2B,O=Gnaraloo,L=Balzers,ST=Balzers,C=LI</X509IssuerName> 
    313             <X509SerialNumber>15632921588685446422</X509SerialNumber> 
     353            <X509IssuerName>CN=gnraloo-ebXML-b2b-gateway,OU=SSLClient,O=Gnaraloo,L=Balzers,ST=Balzers,C=LI</X509IssuerName> 
     354            <X509SerialNumber>10902917355988253828</X509SerialNumber> 
    314355          </X509IssuerSerial> 
    315356        </X509Data> 
    316357      </KeyInfo> 
    317358    </tp:Certificate> 
    318     <tp:SecurityDetails tp:securityId="gnaraloo_Security"> 
     359    <tp:SecurityDetails tp:securityId="gnaraloo_Security_bad"> 
    319360      <tp:TrustAnchors> 
    320361        <tp:AnchorCertificateRef tp:certId="gnaraloo_ssl_server_cert"/> 
     
    322363      </tp:TrustAnchors> 
    323364    </tp:SecurityDetails> 
     365    <!-- self signed certs --> 
     366    <tp:SecurityDetails tp:securityId="gnaraloo_Security"> 
     367      <tp:TrustAnchors> 
     368        <tp:AnchorCertificateRef tp:certId="coronation_ssl_server_cert"/> 
     369        <tp:AnchorCertificateRef tp:certId="coronation_ssl_client_cert"/> 
     370      </tp:TrustAnchors> 
     371    </tp:SecurityDetails> 
    324372    <tp:DeliveryChannel tp:channelId="gnaraloo_default_Channel" tp:transportId="gnaraloo_TransportHttp" tp:docExchangeId="gnaraloo_DocExchange"> 
    325373      <tp:MessagingCharacteristics tp:syncReplyMode="none" tp:ackRequested="never" tp:ackSignatureRequested="never" tp:duplicateElimination="never"/> 
     
    330378    <tp:DeliveryChannel tp:channelId="gnaraloo_https_async" tp:transportId="gnaraloo_TransportHttps" tp:docExchangeId="gnaraloo_DocExchange"> 
    331379      <tp:MessagingCharacteristics tp:syncReplyMode="none" tp:ackRequested="always" tp:ackSignatureRequested="never" tp:duplicateElimination="always"/> 
     380    </tp:DeliveryChannel> 
     381    <tp:DeliveryChannel tp:channelId="gnaraloo_https_bad" tp:transportId="gnaraloo_TransportHttps_bad" tp:docExchangeId="gnaraloo_DocExchange"> 
     382      <tp:MessagingCharacteristics tp:syncReplyMode="none" tp:ackRequested="never" tp:ackSignatureRequested="never" tp:duplicateElimination="always"/> 
    332383    </tp:DeliveryChannel> 
    333384 
     
    357408          <tp:ServerCertificateRef tp:certId="gnaraloo_ssl_server_cert"/> 
    358409          <tp:ClientSecurityDetailsRef tp:securityId="gnaraloo_Security"/> 
     410        </tp:TransportServerSecurity> 
     411      </tp:TransportReceiver> 
     412    </tp:Transport> 
     413    <tp:Transport tp:transportId="gnaraloo_TransportHttps_bad"> 
     414      <tp:TransportSender> 
     415        <tp:TransportProtocol tp:version="1.1">HTTP</tp:TransportProtocol> 
     416        <tp:TransportClientSecurity> 
     417          <tp:TransportSecurityProtocol tp:version="3.0">SSL</tp:TransportSecurityProtocol> 
     418          <tp:ClientCertificateRef tp:certId="gnaraloo_ssl_client_cert"/> 
     419          <tp:ServerSecurityDetailsRef tp:securityId="gnaraloo_Security_bad"/> 
     420        </tp:TransportClientSecurity> 
     421      </tp:TransportSender> 
     422      <tp:TransportReceiver> 
     423        <tp:TransportProtocol tp:version="1.1">HTTP</tp:TransportProtocol> 
     424        <tp:Endpoint tp:uri="https://gnaraloo-ebXML-b2b-gateway:8890/gnaraloo_bad" tp:type="allPurpose"/> 
     425        <tp:TransportServerSecurity> 
     426          <tp:TransportSecurityProtocol tp:version="3.0">SSL</tp:TransportSecurityProtocol> 
     427          <tp:ServerCertificateRef tp:certId="gnaraloo_ssl_server_cert"/> 
     428          <tp:ClientSecurityDetailsRef tp:securityId="gnaraloo_Security_bad"/> 
    359429        </tp:TransportServerSecurity> 
    360430      </tp:TransportReceiver>