If you have a screen that shows up using http://host/...,
then try substituting https://host/...
The page should show up exactly as before.
Any errors here are not within the scope of Turbine.
Though once you get it working and you want to make sure a page is not accessed
except through SSL use the data.getServerScheme() method to make sure SSL is on
before showing the screen. I think there is also a property you can check that
should be set to true when the server supports ssl. If you write code against
this property, you can shut ssl off, for example to dev on a server without ssl
installed.
John McNally
Colin Chalmers wrote:
>
> Hi,
>
> I'm trying to activate Turbine/SSL and although things are moving in the right
> direction I do have a couple of questions.
>
> I get the first log on screen but things go wrong hereafter I seem to get what
> appears to be the url in the certificate or the name of the machine itself.
> instead of what I typed in in the first place.
>
> Then when I try the post I get this :
>
> Your browser sent a request that this server could not understand.
>
> Request header field is missing colon separator.
>
> et/Turbine/template/index.wm/action/LoginUser HTTP/1.0
>
> Can someone give me a few pointers as to the integration SSL/Turbine
>
> I would be MOST grateful
>
> thanx
>
> colin
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]