Skip to content

Firefox can't establish two simultanous peer connections with Elixir WebRTC  #127

@mickel8

Description

@mickel8

We basically can't open two PeerConnections in Firefox when on the other side is Elixir WebRTC.

Firefox requires issuer name and serial number of the DTLS certificate to uniquly identify it.
In our case, issuer name is always ExDTLS while serial number is 1. See here.

There are two possibilities:

  1. Always use the same certificate - this seems to work
  2. Generate different issuer name/serial number

See this issue for more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions