Link to home
Start Free TrialLog in
Avatar of shambright
shambright

asked on

Solaris 10 Zones - Crypt::SSLeay behavior

I am testing a Perl API with PayPal that uses LWP to connect using SSL/https

Using a SunFire V440 with Solaris 10.

From the GLOBAL zone, the API works correctly, and returns the expected results from PayPal.

The server that will actually be handling the gateway is a zone on this server. This zone inherits /lib, /platform, /sbin, and /usr from the global zone.

Running the same test API from the zone fails with:

500: Can't connect to api-3t.sandbox.paypal.com:443 (Crypt-SSLeay can't verify hostnames)

Most Google answers suggest that either some libraries are missing, or to configure the LWP connection to NOT verify hostnames.

I would just do the latter, but it WAS working in the global zone...

Any suggestions as to where to look would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of shambright
shambright

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial