Mike Maberry

Results 4 comments of Mike Maberry

Environment: ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux] Rails 5.2.0 Gem: gem 'devise' gem 'milia', github: 'jekuno/milia', branch: 'issue#76' Application Controller: `class ApplicationController < ActionController::Base before_action :authenticate_tenant! # authenticate user and...

@chrispytoes the actual upstream request can be seen in /opt/api-umbrella/var/log/trafficserver/access.log. It does take a second or two to show up, I believe it has to go through the analytics portion...

@oracleitself562 I was able to update the protocols, ciphers and other TLS items by editing the default.yml in /opt/api-umbrella/embedded/apps/core/current/config ![before](https://user-images.githubusercontent.com/11950199/92995662-5cc65500-f4d3-11ea-82c7-8ebc1f404867.png) restart the ap-umbrella service ![after](https://user-images.githubusercontent.com/11950199/92995665-6354cc80-f4d3-11ea-8ffc-f79bce1d034a.png) Of course on an update,...

Might just need to update /opt/api-umbrella/embedded/apps/core/current/templates/etc/nginx/router.conf.mustache to read TLS proto and ciphers from /etc/api-umbrella/api-umbrella.yml host array {{#hosts}} server { {{#listen.addresses}} listen {{.}}:{{http_port}}{{#default}} default_server so_keepalive=on{{/default}}; listen {{.}}:{{https_port}} ssl{{#default}} default_server so_keepalive=on{{/default}}; {{/listen.addresses}}...