You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following devrel issue 134 and issue 135, this issue has me adding SSL or TLS encryption between the DevHub frontend and the DevHub backend. This entails issuing a certificate to the backend database server, which is currently an IP address. Depending on the certificate issuer, The backend will need a valid domain name issued to it in order to get a certificate. Cross-site scripting attacks have to be considered here, as even a valid domain name and certificate issued to the database backend may trigger browser protections against such an attack if the domain for the backend is too dissimilar.
Following devrel issue 134 and issue 135, this issue has me adding SSL or TLS encryption between the DevHub frontend and the DevHub backend. This entails issuing a certificate to the backend database server, which is currently an IP address.
Depending on the certificate issuer,The backend will need a valid domain name issued to it in order to get a certificate. Cross-site scripting attacks have to be considered here, as even a valid domain name and certificate issued to the database backend may trigger browser protections against such an attack if the domain for the backend is too dissimilar.See Also
The text was updated successfully, but these errors were encountered: