need help with https configuration

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf need help with https configuration

  • This topic has 0 replies, 1 voice, and was last updated 18 years ago by Anonymous.
  • Creator
    Topic
  • #49013
    Anonymous

      QDX 5.3P on Windows 2003

      The site to connect to is an https server listening on port 10443, no proxy. It uses only a user name and password for authentication. But the messages between Quovadx and this site should be coded so an https connection is required by the customer. The site does not require any certificate nor private key, there is no password for the private key.

      In QDX using https (client mode) one  has to configure

      – a certification file

      – a private key file, and

      – a password.

      Although the site does not need them I enter the certification file path/name and the private key file (incl. path. But it seems Quovadx does not get any connection to the https server.

      So my questions are:

      (1) Is it possible to omitt the usage of the parameters:

      – certification file

      – private key file

      – password?

      (2) When using mode ClientAnon, I get a simular result. Is  mode client the right one (if I don’t want to enter the 3 parameters mentioned above)?

      (3) Is the url entered correctly with the port?

      (4) What else is wrong here?

      The https server is an Apache server residing on the same host.

      Here an excerpt from the log file.  

      ========================================================

      [prod:prod:INFO/0:  STARTUP_TID] QDX(TM) Integration Services 5.3P US

      [pd  :pdtd:INFO/0: his_adtquery] [0.0.919] Writing message to Protocol Driver http-client

      Executing: httppost {URL https://museccg:10443/snod/PKNOD?arg=hl7} {METHOD POST} {PROXY {{HOST {}} {PORT {}} {CREDENTIALS {}} {USER {}} {PASS {}}}} {REPLYGEN {

                 { TYPE none }

             }} {TIMEOUT 45} {WAIT 1} {AUTH { {CREDENTIALS bXVzZTpaa3ZlM2Jl}}} {HTTPS { {MODE Client} {CERT_FILE c:/SNOD/clientcert.pem} {PRIVATE_KEY c:/SNOD/key.pem}}} {DATA {MSH|^~&|MUSE||SNOD||20060915161822||QRY^Q01|20060915161822|P|2.2

      QRD|20060915161822|R|I||||1^RD|99200661-1368|DEM

      }}

      httppost {URL https://museccg:10443/snod/PKNOD?arg=hl7} {METHOD POST} {PROXY {{HOST {}} {PORT {}} {CREDENTIALS {}} {USER {}} {PASS {}}}} {REPLYGEN {

                 { TYPE none }

             }} {TIMEOUT 45} {WAIT 1} {AUTH { {CREDENTIALS bXVzZTpaa3ZlM2Jl}}} {HTTPS { {MODE Client} {CERT_FILE c:/SNOD/clientcert.pem} {PRIVATE_KEY c:/SNOD/key.pem}}} {DATA {MSH|^~&|MUSE||SNOD||20060915161822||QRY^Q01|20060915161822|P|2.2

      QRD|20060915161822|R|I||||1^RD|99200661-1368|DEM

      }}

      01/22/2007 19:06:32

      [http:wrte:ERR /0: his_adtquery] HTTP Client Error.  Failed sending HTTP ‘Post’ request.  Sent -1 bytes of 185.

      Message was:

      POST /snod/PKNOD?arg=hl7 HTTP/1.1

      From: anonymous@unknown.com

      User-Agent:  HCDC __cHTTPClient

      Host:        museccg

      Connection: close

      Content-Type:

    • The forum ‘Cloverleaf’ is closed to new topics and replies.