HTTPS (UPS Rates & Service Selection XML Tool)
Posted: Mon Jul 29, 2002 5:51 pm
I want to implement a rate quote system for a PHP e-mall and I decided to use UPS's service.
The problem is they only accept secure connections to this server: https://www.ups.com/ups.app/xml/Rate, on port 443.
Is there any way I can make this work? (I've heared fsockopen doesn't support https://).
If you can find a way to succesfully connect to this server, please let me know. Oh, don't type the address in the browser - it will display an acknoledgement from UPS, but that's not what I need
Thanks
The problem is they only accept secure connections to this server: https://www.ups.com/ups.app/xml/Rate, on port 443.
Is there any way I can make this work? (I've heared fsockopen doesn't support https://).
If you can find a way to succesfully connect to this server, please let me know. Oh, don't type the address in the browser - it will display an acknoledgement from UPS, but that's not what I need
Thanks