You are not logged in.
Pages: 1
Hi AB
after getting secSSL to work i have the Problem that rootredirect does not work with secSSL.
Can you fix this ?
Rad Studio 12.3 Athens / 13.0 Ganymede
Offline
To me the RootRedirect did not work when the URL already registered (with secSSL and without secSSL), check again registered URL list.
Esteban
Offline
Hi AB,
i maybe i found the error, look at TSQLHttpServer.RootRedirectToURI there you call AddUrl with Https set to false.
I call this function to redirect url to my mvvm site /service/default but with https this does not redirekt!
Is there a possibilty to automatically set Https to true if server has secSSL ?
ty
Rad Studio 12.3 Athens / 13.0 Ganymede
Offline
I manually set the Parameter to true and th redirection works as desired.
BUT this is no solution. Cause i have to switch it every compilation.
This has to depend on secSLL or other Settings.
Last edited by itSDS (2015-01-30 08:21:29)
Rad Studio 12.3 Athens / 13.0 Ganymede
Offline
We just added an optional aHttps parameter to TSQLHttpServer.RootRedirectToURI() method to handle separate http/https root redirection as expected.
We also did some refactoring of mORMotHTTPServer.pas unit for better log and error process.
See http://synopse.info/fossil/info/87ec66d4ce
Thanks for the feedback!
Offline
Pages: 1