Hi, All..
I am looking at writing a Facebook app using Amber, but one of the things i need to be able to do is run the app SSL even in locally. Does anyone have any pointers on doing this? Thanks! -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hello Sergio, if I understand it correctly you want to run an Amber app locally via HTTPS. In this case you need to install a webserver or have one running which serves the directory of your Amber app via HTTPS. If I am correct, the Amber development server (started via 'amber serve') does currently not support HTTPS connections. It should be possible to add this feature, but in general the Amber development server should not be used to actually run applications. Best, Manfred On Fri, Jan 15, 2016 at 7:23 PM, sergio ruiz <[hidden email]> wrote: Hi, All.. You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
If you use a Mac you can download WebDAVNav from the Mac App Store. You can serve/develop your amber app from it and it supports adding certificates and https. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
>
> If you use a Mac you can download WebDAVNav from the Mac App Store. You can serve/develop your amber app from it and it supports adding certificates and https. > this makes sense.. i might just use nginx for this, as i have been wanting to run this for awhile.. thanks! -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. signature.asc (817 bytes) Download Attachment |
In reply to this post by Mir S.
hmm.. if i set up nginx to just serve up the project directory, would that be equivalent to running 'amber serve'? would this reflect the latest state of my code, or would there need to be some sort of 'restart' or 'reload' so assure nginx is running the latest version? thanks!
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Sergio,
-- On Mon, Jan 18, 2016 at 5:52 PM, sergio_101 <[hidden email]> wrote:
no, it is not exactly the same. The main difference would be that you will probably only be able to run the application but not develop it without further configuration. 'amber serve' basically implements a minimal WebDAV server which allows you to push data back to the server.
Not sure what you exactly mean. An Amber application is HTML and JS and any webserver will serve the latest files from a directory, unless there is some kind of caching interferes. Best, Manfred
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
gotcha.. now i get it.. i didn't know the server was running webdav.. i got webdavnav running on my machine, and it's running https just fine now.. thanks! You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by sergio_101
For development on your own box it's just too complex.
If you setup a separate box or vm to run development then yes it's fine. Pe 18 ian. 2016, la 18:10, sergio ruiz <[hidden email]> a scris: >> >> If you use a Mac you can download WebDAVNav from the Mac App Store. You can serve/develop your amber app from it and it supports adding certificates and https. > > this makes sense.. i might just use nginx for this, as i have been wanting to run this for awhile.. > > thanks! > > > -- > You received this message because you are subscribed to the Google Groups "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by sergio_101
You need to serve it as a webdav enabled site. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
got it working.. thanks!
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
HI Sergio, great to hear that you got your setup running. Could you possibly share your configuration so that others could follow your route? That would be really great. Thanks, Manfred On Tue, Jan 19, 2016 at 2:28 PM, sergio_101 <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Sure!
let me see if i can put something up on medium over the next few days.. thanks! -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. signature.asc (817 bytes) Download Attachment |
Thanks, that would be great. Best, Am 19.01.2016 7:35 nachm. schrieb "sergio ruiz" <[hidden email]>:
-- Sure! You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |