edgurgel/poxa

Error with SSL Option

Revyn112 opened this issue · 2 comments

Hello,

i tried to start poxa with a SSL Port, but i get the following error:
Transport option {:enabled, true} unknown or invalid.

This is my config:

use Mix.Config

config :poxa,
  port: 8080,
  app_key: "123456789",
  app_secret: "987654321",
  app_id: "1",

  ssl: [enabled: true,
        port: 8443,
        cacertfile: "priv/ssl/server-ca.crt",
        certfile: "priv/ssl/server.crt",
        keyfile: "priv/ssl/server.key"]

Also non-ssl connections working perfectly.

Thanks for the bug report. I will investigate later today.

Cool I've found the issue! Thanks for the report. I will release a version soon with this change.