Ussing SSL in ISS stops alowwing replies.

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
GreggB
Posts: 5
Joined: Mon Aug 17, 2009 3:45 pm

Ussing SSL in ISS stops alowwing replies.

Post 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?
GreggsINtrouble
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
GreggB
Posts: 5
Joined: Mon Aug 17, 2009 3:45 pm

Phpinfo.php shows a blank page.

Post 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
GreggsINtrouble
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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)?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
GreggB
Posts: 5
Joined: Mon Aug 17, 2009 3:45 pm

IIS SSL Now working properly

Post 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.
GreggsINtrouble
Locked