Operating System - HP-UX
1821585 Members
3444 Online
109633 Solutions
New Discussion юеВ

Connecting to payment gateway failing in HP-UX server

 
kchitra1985
New Member

Connecting to payment gateway failing in HP-UX server

Our application shopping cart contains a webservice client program that connects to a third party payment gateway and gets the response back.
the url of the web service that application connecting to is "https://wsvar.paymentech.net/PaymentechGateway".In Sun Webserver, application connects to the specified webservice and we gets the desired recation .But in HP-UX ,it is throwing "unknown protocol:https" error.
Please help resolve this issue as this is critical for oru project.
4 REPLIES 4
Ivan Krastev
Honored Contributor

Re: Connecting to payment gateway failing in HP-UX server

Is that the Java application ?
What is your JDK version ?

regards,
ivan
kchitra1985
New Member

Re: Connecting to payment gateway failing in HP-UX server

Yes...It is a java application.
the version we use is jdk 1.4.2.In our development server,we are using HP Java ver 1.4.12. the application is also working in sun solaris serve with same java version.Please give some idea why it is not working with HP Java ver 1.4.12.
Ivan Krastev
Honored Contributor

Re: Connecting to payment gateway failing in HP-UX server

Check for existing of the JSSE libraries - http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html

Try to upgrade/update VDK version as well.

regards,
ivan
Steven Schweda
Honored Contributor

Re: Connecting to payment gateway failing in HP-UX server

You might compare the "/etc/protocols" files
between the two systems to see if only one
has an entry for "https". I've never seen an
application which expected to find "http[s]"
there, but what do I know? Otherwise, you
might need to look at "application" to see
what it does (or tries to do).