Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC-Docker enabled for SSL #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 14, 2020

  1. WebRTC-Docker enabled for SSL

    + CA cert/key provided using Let'sEncrypt Pebble
    + SSL certs generated using hostname signed and deployed to /cert
    + GAE SSL params: dev_appserver.py /apprtc/out/app_engine --skip_sdk_update_check --enable_host_checking=False --host=0.0.0.0 --ssl_certificate_path=/cert/cert.pem --ssl_certificate_key_path=/cert/key.pem --specified_service_ports default:442
    + Collider (WS server in SSL mode): /goWorkspace/bin/collidermain -port=8089 -tls=true --room-server=0.0.0.0
    + ICE NodeJS app changed to start in HTTPS mode
    + run.sh changed to create host cert signed with CA certs using openssl
    + Docker file updated
    Shark-y committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    4569278 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Update REAME.md

    Updated doc
    Shark-y committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    41043c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Update Dockerfile

    Fixed build errors required by NodeJS updates.
    Shark-y committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    7731fb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. ICE/CORS bug fixes.

    ICE/CORS errors bug fixes after testing in GCP.
    Shark-y committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    88015f2 View commit details
    Browse the repository at this point in the history