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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Problem with receive via HTTPS with client authentication

    Posted 12/02/05 07:31 AM

    We have developed WM flow service to receive text documents and are able to successfully receive documents via HTTP also on HTTPS with SSL clients.

    For 1 client who are unable to use the SSL handshake method rather using the user/pass authentication method we are able to successfully receive via HTTP. But they got back that posting using the HTTPs URL to our Reverse Invoke Server they are getting the error “Download of the specified resource has failed”. They are using Visual Basic HTTP object for the posting.

    As per them when accessing the HTTPS service URL via browser there is first the digital certificate pop up followed by the authentication userid/password window. Thier posting will be fine if the digital certificate pop up does not come up.

    I have tried using various ACL setting for the service “None”, “Anonymous” & “Default” but in call cases the digital certificate window does pop up. Anyone who could help me on this one.

    Also another query was if the transmission problem is due to the VB https, all our other clients are using BizTalk or webMethods only


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 2.  RE: Problem with receive via HTTPS with client authentication

    Posted 12/02/05 07:22 PM

    Bhandary,

    Under the HTTPs Port Configuration, set the client authentication to Request Client Certificates rather than Require Client Certificates.

    HTH
    ramesh.


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Problem with receive via HTTPS with client authentication

    Posted 12/04/05 11:25 AM

    Hi Ramesh,

    Checked that the client authentication is set to “Request Client Certificates” only.


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 4.  RE: Problem with receive via HTTPS with client authentication

    Posted 12/06/05 05:38 AM


  • 5.  RE: Problem with receive via HTTPS with client authentication

    Posted 12/06/05 02:20 PM

    Bhandary,

    If the client is not supposed for SSL handshake, why will they use HTTPS protocol?As i mentioned earlier, if you set the HTTPs port client authentication to Request Client Certificates, then all the requests coming on this port would behave the same.So, try creating another HTTPs port and make a request on this port.
    Also check if the VB https object would require certificates by default.

    ramesh.


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport