Hi,
I am running my sproutcore application using https url. ex:
https://abcd.com.
When I run the Lebowski test script for the same, I need the
simulation also to be in https. However, currently it is happening
using http.
I have tried using the following - :base_url => '
https://abcd.com'.
Alternately, specified :app_server_port => "443" and
gave :app_server_name => '
abcd.com'.
But, none of these options are working.
Please let me know if anyone has a solution to this problem.
Thanks,
Sharanya