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

Conversation

Shark-y
Copy link

@Shark-y Shark-y commented Sep 14, 2020

  • 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 and others added 4 commits September 14, 2020 16:15
+ 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
Updated doc
Fixed build errors required by NodeJS updates.
ICE/CORS errors bug fixes after testing in GCP.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant