You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/11/21 09:15:09 UTC

[GitHub] [trafficcontrol] riuzen commented on issue #4138: Can not access Traffic Vault API when using SSL

riuzen commented on issue #4138: Can not access Traffic Vault API when using SSL
URL: https://github.com/apache/trafficcontrol/issues/4138#issuecomment-556991428
 
 
   This...
   
   ```
   [root@atc-traffic-vault ~]# ll /etc/pki/tls/certs/
   total 16
   lrwxrwxrwx 1 root root   49 Nov 21 13:34 ca-bundle.crt -> /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
   lrwxrwxrwx 1 root root   55 Nov 21 13:34 ca-bundle.trust.crt -> /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt
   -rw-r--r-- 1 root root 1285 Nov 21 12:54 ethernet-bundle.crt
   -rwxr-xr-x 1 root root  610 Agu  9 08:38 make-dummy-cert
   -rw-r--r-- 1 root root 2516 Agu  9 08:38 Makefile
   -rwxr-xr-x 1 root root  829 Agu  9 08:38 renew-dummy-cert
   
   [root@atc-traffic-vault ~]# ll /etc/riak/certs/
   total 16
   -rw-r--r-- 1 root root 1285 Nov 21 12:51 ethernet.id.crt
   -rw-r--r-- 1 root root 1675 Nov 21 12:14 ethernet.id.key
   -rw-r--r-- 1 root root 1976 Nov 21 13:23 tes.crt
   -rw-r--r-- 1 root root 3243 Nov 21 13:23 tes.key
   
   [root@atc-traffic-vault ~]# cat /etc/riak/riak.conf |grep ssl
   ssl.certfile = /etc/riak/certs/ethernet.id.crt
   ssl.keyfile = /etc/riak/certs/ethernet.id.key
   ssl.cacertfile = /etc/pki/tls/certs/ca-bundle.crt
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services