Skip to content

Commit

Permalink
Fix ssl verification error (#2683)
Browse files Browse the repository at this point in the history
* added ca-certificates package

* updated changelog
  • Loading branch information
Andrey Zhavoronkov authored Jan 20, 2021
1 parent 975f250 commit 66a32b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.3.0-alpha] - Unreleased

### Added

- CVAT-3D: support lidar data on the server side (<https://github.com/openvinotoolkit/cvat/pull/2534>)

### Changed

-

### Deprecated

-

### Removed

-

### Fixed

- Kibana startup initialization (<https://github.com/openvinotoolkit/cvat/pull/2659>)
- The cursor jumps to the end of the line when renaming a task (<https://github.com/openvinotoolkit/cvat/pull/2669>)
- SSLCertVerificationError when remote source is used (<https://github.com/openvinotoolkit/cvat/pull/2683>)

### Security

-

## [1.2.0] - 2020-01-08
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ ENV DJANGO_CONFIGURATION=${DJANGO_CONFIGURATION}
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install -yq \
apache2 \
ca-certificates \
libapache2-mod-xsendfile \
libgomp1 \
libgl1 \
Expand Down

0 comments on commit 66a32b1

Please sign in to comment.