-
Notifications
You must be signed in to change notification settings - Fork 112
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
HTTPS #9
Comments
I have the same problem. Did anyone find the answer ? |
Speaking for myself, no. We ended up coding our own server since we wanted to store the tiles in a database anyway. |
hi i did a small fix myself feel free to use it `// Implements a server for distributing Cesium terrain tilesets import ( func main(){
} |
The fix from @DhinendraRajapakse worked for me.
|
In order to have terrain on a HTTPS-enabled webpage, we need even the terrain requests to go through SSL. Is there an option or a simple modification for this?
The text was updated successfully, but these errors were encountered: