On Wed, Jul 1, 2009 at 14:14, Pascal Voitot<[email protected]> wrote: > On Wed, Jul 1, 2009 at 12:33 PM, Thomas Mortagne > <[email protected]>wrote: > >> Hi, >> >> On Wed, Jul 1, 2009 at 12:20, Pascal Voitot<[email protected]> >> wrote: >> > Hello, >> > I'm creating Wiki from XwikiManager and I want to set the option "SSL >> > enabled" but I don't see any difference when it is enabled or not... >> > Can anyone give some info about this feature because I may have missed >> > something? >> >> This option is just to force using "https" protocol in generated >> external URL. Like URL from other wikis. >> >> See >> http://manager.xwiki.org/xwiki/bin/view/AdminGuide/EditWikiDescriptor#HSecure >> > > Ok I see but for example when redirecting, should it generate also https > url? > because I don't see any difference when I activate this option...
Where exactly you don't see any difference ? As i said it's only for external URLs, inside the wiki itself most of the URLs are local URLs, meaning something like "/xwiki/bin/view/Space/Page" so yes you will not see any difference. For example you can quickly see the difference in the /xwiki/bin/view/WikiManager/ list of wikis on the main wiki: if it's enabled you will have in the column "Domain names" an URL with the protocol "https". If it's not enabled it uses the protocol of the URL which called XWiki application. So usually you enable this option if you can't properly configure your proxy/apachehttps to give the right URL to XWiki. > > > >> >> > >> > Pascal >> > _______________________________________________ >> > devs mailing list >> > [email protected] >> > http://lists.xwiki.org/mailman/listinfo/devs >> > >> >> >> >> -- >> Thomas Mortagne >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs >> > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

