Click on "Test configured authentication sources". Two options are offered:
file_get_contents(https://localhost/smartgamerconnexion/): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found"
If the reason is what I think, is there a way for me to register the XML content, other than posting an accessible URL for the metadata file ?
Thank you
Best regards
Assuming this is on your own webserver, what does its log say?
Does /smartgamerconnexion/ exist on the SSL vhost?
-peter
Indeed there is my "index.php" page at the URL:
https://localhost/smartgamerconnexion/
And the metadata that I registered in OpenID are at this location:
https://localhost/simplesaml/module.php/saml/sp/metadata.php/SmartGamerConneXion
But so far (I have followed the guidelines) I have not integrated the code into my own pages. I start the connexion from SimpleSAMLphp tab [Authentication]. Since all was green, I assumed I could try. Maybe the guidelines are wrong and I should integrate the code before attempting to use OpenID ? By the way, I don't understand why SimpleSAMLphp did not require me in its configuration, to provide the exact page that will handle the POSTS for the login, and the page that will handle the single logout. So far, what is handled by SimpleSAMLphp and what is handled by my application is unclear.
I am using XAMPP under Windows and it took me a while to find how to write the alias properly =
DocumentRoot "D:/xampp/htdocs"
Alias /simplesaml "D:/xampp/htdocs/simplesamlphp-1.8.2/www"
I do not have a virtual host. I had a require SSL so far, to force SSL, but I am now commenting it out because some colleagues want to be able to access the application without SSL.
<Directory "D:/xampp/htdocs/smartgamerconnexion">
#LHA 11Feb.2012 inform Apache that we will always use encryption
SSLRequireSSL
</Directory>
Any help will be immensely appreciated.
Thank you
Best regards
Laurence
--
You received this message because you are subscribed to the Google Groups "simpleSAMLphp" group.
To post to this group, send email to simple...@googlegroups.com.
To unsubscribe from this group, send email to simplesamlph...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simplesamlphp?hl=en.
Your first message seems to indicate that you want to use 'localhost'
as the hostname, but now you mention colleagues that want to access it
without SSL, which (to me) implies some sort of a network. Or is this
maybe on a terminal server?
--
Dick Visser
System & Networking Engineer
TERENA Secretariat
Singel 468 D, 1017 AW Amsterdam
The Netherlands