Skip to content

Commit

Permalink
fix: update openssl.conf to allow unsafe ciphers again
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Nov 5, 2024
1 parent e27eb00 commit 8ef2d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xcel-itron-mqtt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN curl -L https://github.com/zaknye/xcel_itron2mqtt/archive/${XCEL_ITRON2MQTT_
mv /tmp/xcel_itron2mqtt-${XCEL_ITRON2MQTT_SHA}/xcel_itron2mqtt /opt && \
rm /opt/xcel_itron2mqtt/run.sh && \
rm -rf /tmp/main.zip && \
echo "CipherString = DEFAULT@SECLEVEL=0" >> /opt/xcel_itron2mqtt/openssl.conf \
apk del libssl3 libcrypto3 && apk add --no-cache openssl && \
pip3 install --no-cache-dir \
--prefer-binary \
Expand Down

0 comments on commit 8ef2d1c

Please sign in to comment.