I tryied to access a SSL website in my php script, but failed. My php script is running on a w2k server with IIS as web server. PHP is of lastest version. please help, thanks.
Detailed configuration.
Machine : HP server OS : Window 2000 server Web Server : IIS 5 PHP Binary : 4.0.6
I tried to answer your question but failed.
Please provide more information. How have you tried to do it? what error messages, if any, are you getting? etc...
Matt Wade codewalkers.com
I have a server ruuning w2k server and of couse the web server is IIS 5. Recently, i wrote a php script that tries to access an outside website. That website is with security shell, i.e. its URL started with "https". In the script, i tried to open a page in that site with "fopen" function and i got error saying that the URL can not be opened. That's all i think. Thank you for u kind help.
Hmmm, I'm not so sure that you can open https connections with fopen. Look into the CURL library functions, I know you can with those.