threefoldtecharchive / jumpscaleX_archived

Apache License 2.0
1 stars 6 forks source link

all HTTP(S) traffic needs to be converted on NGINX level !!! from enduser perspective #772

Open despiegk opened 5 years ago

despiegk commented 5 years ago

dont do http(s) traffic for customers directly on threebot server

the nginx is the layer in between

we need to make sure all following over nginx

this means gevent loop in threebot server only needs to do

despiegk commented 5 years ago

check all existing usecases that it works like this

despiegk commented 5 years ago

remove ssl from gevent loop ssl maybe on gedis server (to be discussed) because that one is no HTTP

Hamdy commented 5 years ago

added support for tcp, websocket reverse proxies now nginx can serve (http, tcp, websocket) protocols added reverse proxies in threebot for the different kinds of servers we are having