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

SSL to make http -> https? #5

Open
crbianchi opened this issue May 7, 2020 · 0 comments
Open

SSL to make http -> https? #5

crbianchi opened this issue May 7, 2020 · 0 comments

Comments

@crbianchi
Copy link

crbianchi commented May 7, 2020

I don't see anything about ssl on the docker-compose.yml or Dockerfile. Would this be something I'd have to add on top of copying over the container, and images?

manuparra added a commit to manuparra/ood-compose that referenced this issue Apr 8, 2022
websockify have a dependency of numpy and show this error:
```
vsoch#5 191.8 Complete!
vsoch#5 192.1 Collecting websockify
vsoch#5 193.7   Downloading https://files.pythonhosted.org/packages/1e/2c/ac19ddaeb9aa76b6ce6678f073008a4123050001a812a5d173189fc4440a/websockify-0.10.0.tar.gz (40kB)
vsoch#5 194.1 Collecting numpy (from websockify)
vsoch#5 195.7   Downloading https://files.pythonhosted.org/packages/64/4a/b008d1f8a7b9f5206ecf70a53f84e654707e7616a771d84c05151a4713e9/numpy-1.22.3.zip (11.5MB)
vsoch#5 203.1     Complete output from command python setup.py egg_info:
vsoch#5 203.1     Traceback (most recent call last):
vsoch#5 203.1       File "<string>", line 1, in <module>
vsoch#5 203.1       File "/tmp/pip-build-Y1mFtC/numpy/setup.py", line 59
vsoch#5 203.1         raise RuntimeError(f'Cannot parse version {FULLVERSION}')
vsoch#5 203.1                 
```
If I add a version of numpy with pip, i.e. 1.12 before websockify dependency issue is not appearing and build is complete without errors.
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

No branches or pull requests

1 participant