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/23 04:04:16 UTC

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

jhg03a commented on issue #4138: Can not access Traffic Vault API when using SSL
URL: https://github.com/apache/trafficcontrol/issues/4138#issuecomment-557764613
 
 
   I would double check the versions of curl you using to test with.  I expect them to be very different between ubuntu and centos due to how their upstream projects are managed.  From what I gather that error is related to the inability for curl to properly negotiate a protocol and cipher.
   
   I'm not sure I follow entirely what you're doing with vault and ubuntu as that's an unsupported configuration.
   
   I recommend adding the following line to the bottom of your riak.conf, restarting, and trying again [per the riak docs](https://docs.riak.com/riak/kv/latest/using/security/basics/index.html#tls-settings):
   ```
   tls_protocols.tlsv1 = on
   ```

----------------------------------------------------------------
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