IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  HTTPS call with out Certificate

    Posted Thu February 08, 2007 10:18 PM

    Hi,
    Is there a way to make a HTTPS call with out using a certificate?
    I am getting the following error while invoking HTTP svc with https URL.

    HTTP Error:java.io.IOException: java.io.EOFException: Connection closed by remote host.

    When I invoke the URL on the browser,I am getting a valid response.

    Any help is greatly appreciated.

    Thanks
    Krishna.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: HTTPS call with out Certificate

    Posted Thu February 08, 2007 10:49 PM

    Yes, you can. You can provide username/password for HTTPS. These are the auth parameters to the pub.client:http service.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: HTTPS call with out Certificate

    Posted Thu February 08, 2007 11:47 PM

    The target server does not have any authentication.It is accepting any HTTPS calls.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: HTTPS call with out Certificate

    Posted Fri February 09, 2007 04:24 AM

    It could be a SSL configuration issue. Is the remote server webMethods? The abrupt connection closure resembles how webMethods behaves when the remote HTTPS port is set to ‘require client certificates’. Does your IS have a SSL server certificate installed? (i.e. do your “Security > Certificates > Outbound SSL certificates” settings point to actual certificate files). If so, from what I recall, the remote server must be configured to trust your certificate’s issuing Certificate Authority (ie. the remote server must trust your certificate’s intermediate and root CA certificates).


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: HTTPS call with out Certificate

    Posted Fri February 09, 2007 06:15 PM

    Sonam,
    I have figured out the issue.
    Initially we were making a HTTP call and we have set our proxy server on the console under HTTP.
    We were making the same call as HTTPS with out adding the proxy server under HTTPS.
    After providing the proxy server under HTTPS,we are able to make successful calls.

    Thanks
    Krishna.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 6.  RE: HTTPS call with out Certificate

    Posted Mon February 12, 2007 01:00 AM

    Well done Krishna - good it’s all sorted out :slight_smile:


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB