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?
Ussing SSL in ISS stops alowwing replies.
Ussing SSL in ISS stops alowwing replies.
GreggsINtrouble
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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Phpinfo.php shows a blank page.
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
Thanks Gregg
GreggsINtrouble
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)?
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)?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
IIS SSL Now working properly
Klemen, I now have it working. I had to change the http to https for the URL settings in the mboard13/settings.php. Thanks.
GreggsINtrouble