Skip to content

SSL_ERROR_INTERNAL_ERROR_ALERT #231

Description

@com2

Describe the bug
entrypoint.sh errors when starting the image:
Line unrecognized: `PrivateKey='
Configuration parsing error

To Reproduce
Steps to reproduce the behavior:

  1. $ docker create
    --name subspace
    --restart always
    --network host
    --cap-add NET_ADMIN
    --volume /usr/bin/wg:/usr/bin/wg
    --volume /data/subspace:/data
    --volume /lib/aarch64-linux-gnu/libc.so.6:/lib/aarch64-linux-gnu/libc.so.6:ro
    --volume /lib/ld-linux-aarch64.so.1:/lib/ld-linux-aarch64.so.1:ro
    --env SUBSPACE_HTTP_HOST="sub.domain.net"
    --env SUBSPACE_NAMESERVER="1.1.1.1"
    subspacecommunity/subspace:arm64v8-v1.5.0
  2. $ docker start subspace; docker logs subspace >& subspace.log ; tail subspace.log
  • export 'SUBSPACE_IPV4_CIDR=24'
  • ip addr add 10.99.97.1/24 dev wg0
  • '[[' 1 -ne 0 ]]
  • echo fd00::10:97:0/112
  • cut -d / -f2
  • export 'SUBSPACE_IPV6_CIDR=112'
  • ip addr add fd00::10:97:1/112 dev wg0
  • wg setconf wg0 /data/wireguard/server.conf
    Line unrecognized: `PrivateKey='
    Configuration parsing error

Expected behavior
Start without error and working web access.

Docker host server :

  • OS: Debian arm64
  • Version 12
  • Docker version 24.0.6, build ed223bc

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions