1

Does anyone know if it is possible to use HTTPS with OpenRasta rather than plain HTTP? I need HTTPS so that sensitive information can be transferred without any risk..

Earlz
  • 62,085
  • 98
  • 303
  • 499

1 Answers1

5

Nothing prevents you from using openrasta with SSL, it's supported. You'll have to ensure that your host environment (asp.net I assume?) is configured properly for it.

SerialSeb
  • 6,701
  • 24
  • 28
  • Ok, I wasn't sure if because it worked closer to the protocol than say an ASP.Net website, if I would have problems.. – Earlz Mar 25 '10 at 14:43