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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
sundeeppj's avatar
21
sundeeppj
asked 7 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
gopalraha's avatar
332
gopalraha
answered 7 years ago
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 (7 years ago)

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

gopalraha's avatar gopalraha (7 years ago)

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 (7 years ago)

@GeraldCombs you are 100% correct..

gopalraha's avatar gopalraha (7 years ago)
see more comments