You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
First of all thanks to for the superb cloud IDE :)
I want to enable HTTPS support for the IDE. i.e, load the C9 IDE in HTTPS mode
I tried a lot searching for options/settings to do so but I am not able to find any such option :(
I did find some crt/key settings in one of node modules but no sure how to pass the values to them.
Is there any way to enable HTTPS for c9 IDE ? I have the .crt and .key files ready but don't know how to configure the server.js/standalone config file to use HTTPS.
The text was updated successfully, but these errors were encountered:
I'm not sure what the proper way to pass the options through is (i.e. it seems like you should be able to set these in config.secure in settings/standalone.js but I was unable to get this working), but I was able to hack this in by adding the following to node_modules/connect-architect/connect/connect-plugin.js:
At the top of the file add the following includes:
Hello
First of all thanks to for the superb cloud IDE :)
I want to enable HTTPS support for the IDE. i.e, load the C9 IDE in HTTPS mode
I tried a lot searching for options/settings to do so but I am not able to find any such option :(
I did find some crt/key settings in one of node modules but no sure how to pass the values to them.
Is there any way to enable HTTPS for c9 IDE ? I have the .crt and .key files ready but don't know how to configure the server.js/standalone config file to use HTTPS.
The text was updated successfully, but these errors were encountered: