lukeoslavia Posted July 7, 2020 Posted July 7, 2020 I have an emby server running and have setup the letsencrypt docker to get an ssl cert and also to use the reverse proxy. I followed the spaceinvader one video on how to set this up but have not been able to verify that the proxy is actually doing what I want it to do, which is to make sure all incoming requests are over https and all outgoing responses are https. I have tried checking the nginx access log but that got me more confused than confident as when an initial connection is made, it logs the response as https to my public domain, but after a device begins playback it logs HTTP/2 for the responses and doesn't specify if the traffic is actually being secured(encrypted). Long question made short, is there a way I can verify that all incoming traffic to my reverse proxy is over https and that all my responses are https as well? Quote
lukeoslavia Posted July 7, 2020 Author Posted July 7, 2020 So the access log does verify that the traffic is in HTTPS, but it doesnt do this for Roku devices apparently. It only shows HTTP/2 and instead of an address (https://mydomain.com) it shows "-" and then the device name. any ideas as to why that would happen? Quote
bobo89 Posted July 8, 2020 Posted July 8, 2020 I have an emby server running and have setup the letsencrypt docker to get an ssl cert and also to use the reverse proxy. I followed the spaceinvader one video on how to set this up but have not been able to verify that the proxy is actually doing what I want it to do, which is to make sure all incoming requests are over https and all outgoing responses are https. I have tried checking the nginx access log but that got me more confused than confident as when an initial connection is made, it logs the response as https to my public domain, but after a device begins playback it logs HTTP/2 for the responses and doesn't specify if the traffic is actually being secured(encrypted). Long question made short, is there a way I can verify that all incoming traffic to my reverse proxy is over https and that all my responses are https as well?You could sniff traffic on your network,eithed at the firewall or on unraid and view which packets are flowing on the wire. Sent from my SM-N960W using Tapatalk Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.