Skip to content

WebRTC-Docker enabled for SSL#8

Open
Shark-y wants to merge 4 commits intoPiasy:masterfrom
Shark-y:master
Open

WebRTC-Docker enabled for SSL#8
Shark-y wants to merge 4 commits intoPiasy:masterfrom
Shark-y:master

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