holodeck-b2b / Holodeck-B2B

Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website
http://holodeck-b2b.org
GNU General Public License v3.0
71 stars 36 forks source link

Transport receiver does not open HTTPS listening port #73

Closed jaksarx closed 7 years ago

jaksarx commented 7 years ago

According to ENTSOG inbound and outbound connections must be HTTPS. Specifying HTTPS transport receiver in axis2.xml configuration using the following does not open listening port (netstat –a does not list specified port as listening):

<transportReceiver name="https" class="org.apache.axis2.transport.http.AxisServletListener">  
    <parameter name="port">9090</parameter>  
</transportReceiver>  

As this is mandatory setting it would be a good idea to include HTTPS setting in your documentation.

Thank you, Robert

jaksarx commented 7 years ago

In addition to my reported issue: I'm on receiver side using Holodeck B2B 2.1.2, Windows Server 2012R2, JRE 1.8.0.121.

RenateS commented 7 years ago

Hi Robert, As we said in the previous issue you opened for a support question, this issue tracker is intended for reporting bugs found in the software and not for asking questions or getting support. Please see our website for details how to contact us or get support. Information on HTTPS is already included on our website, see the Features page.

phax commented 7 years ago

http://holodeck-b2b.org/features/ states "https via external proxy"