First time here? Check out the FAQ!
1

Please help me to know if askbot 0.10.2 release supports https (secure) connection.

Please help me to know if askbot 0.10.2 release supports https (secure) connection. Do i need to install any python modules. kindly support with the steps needed to enable https connection

sundeeppj's avatar
21
sundeeppj
asked 2017-05-08 10:25:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

All the Askbot version supports HTTPS by default You can easily enable the HTTPS by referring official Askbot Documentation. One thing you should remember it depends upon the web stack that you are using by default. Final suggestions you also need experience related to django web framework.

gopalraha's avatar
332
gopalraha
answered 2017-05-08 15:53:24 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you Gopal, can you please share the relevant link as i am not able to locate appropriate documentation within the official Askbot Documentation.

sundeeppj's avatar sundeeppj (2017-05-09 02:50:16 -0500) edit

Here is AskBot official documentation https://askbot.org/doc/deployment.html#configure-webserver

gopalraha's avatar gopalraha (2017-05-09 10:47:29 -0500) edit

The official documentation allows Askbot access over both HTTP and HTTPS. A simpler and arguably more secure approach would be to redirect all of the HTTP requests to their corresponding HTTPS URLs and only serve Askbot over HTTPS.

GeraldCombs's avatar GeraldCombs (2017-05-15 12:45:53 -0500) edit

@GeraldCombs you are 100% correct..

gopalraha's avatar gopalraha (2017-05-26 01:22:55 -0500) edit
add a comment see more comments