Page 1 of 1

Ussing SSL in ISS stops alowwing replies.

Posted: Wed Aug 19, 2009 6:52 pm
by GreggB
Script URL: www.phpjunkyard.com/php-message-board.php
Version of script: 1.3
What terms did you try when SEARCHING for a solution: SSL, Encryption

If I turn on "require secure channel" in IIS for my message board virt web server I can no longer reply to a post. The "reply to this post" web page lets me enter all the fields but when I press the submit button it bounces me back to the main message board page and the reply is not there. If I turn off the SSL everything works fine again. While the SSL is on I CAN add a new topic with no problems. Is there a PHP5 setting or mboard.php parameter I need to change to work with IIS SSL?

Posted: Thu Aug 20, 2009 6:49 am
by Klemen
Please upload the phpinfo.php and session_test files to your server, turn "require secure channel" on form them and post a link to them here so I can see the results. Also post a link to the script on your server.

Phpinfo.php shows a blank page.

Posted: Fri Aug 21, 2009 5:32 pm
by GreggB
Klemen, Thanks or you assitance. When I run the phpinfo.php I get a blank web page. When I run it from CLI i get nothing. Niether produces an error. I installed the VC9 x86 Non Thread Safe version of PHP5. Should I have installed the VC9 x86 Thread Safe? I also could not find the session_test files. Can you tell me where to find them? Thanks. I will be purchasing this easy to use and setup MB as soon as I get it working with the SSL.
Thanks Gregg

Posted: Fri Aug 21, 2009 5:48 pm
by Klemen
The session_test files are inside the "READ THIS BEFORE POSTING A NEW QUESTION" topic:
viewtopic.php?t=82

If phpinfo() doesn't work it's probably disabled in the php.ini?

Not sure which version to use, the only PHP I used on Windows was the one that comes with WAMP, I never used IIS (run Linux on all my servers).

Could you by any chance post an URL to your script so I can test it (with require secure channel enabled)?

IIS SSL Now working properly

Posted: Thu Aug 27, 2009 8:40 pm
by GreggB
Klemen, I now have it working. I had to change the http to https for the URL settings in the mboard13/settings.php. Thanks.