Skip to content

Unable to deploy dcm4che Arc 5 with -secure or -secure-ui in the docker image #3321

Answered by gunterze
oliverfchen asked this question in Q&A
Discussion options

You must be logged in to vote

Verify that the host name you configured in ENV AUTH_SERVER_URL is resolvable in the archive container:

$ docker-compose exec arc bash
root@62c8ede1c34c:/# curl -vk $AUTH_SERVER_URL
*   Trying 192.168.2.150:8843...
* TCP_NODELAY set
* Connected to gunter-nb (192.168.2.150) port 8843 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Serve…

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by oliverfchen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3320 on August 20, 2021 11:20.