Securing SQL & TCP Applications with Cloudflare Zero Trust & SSO (Step-by-Step Guide)

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024

ความคิดเห็น • 33

  • @JhonnyPrz
    @JhonnyPrz 3 หลายเดือนก่อน

    ¡Belleza de tutorial, excelente! Gracias por el video.

  • @miinayeem
    @miinayeem 6 หลายเดือนก่อน

    Thank you for this video. I was stuck after configuring the TCP port on Cloudflare zero trust.

  • @appengr3278
    @appengr3278 4 วันที่ผ่านมา

    I am getting this error "failed to start forwarding server: listen tcp 127.0.0.1:1969: bind: An attempt was made to access a socket in a way forbidden by its access permissions." any Idea what this is? I have not set any access on the cloudflare side, and I wont need too. Is this permission on the local side? Because of this it won't connect.

  • @andreX374
    @andreX374 4 หลายเดือนก่อน

    Hi, this is a super cool video, it clarified a lot of things for me, I am doing the same thing but using Linux and a Windows client machine. And I wanted to ask if for the Windows client it is also necessary to install the Cloudflared daemon and run the same command?

  • @haririan2
    @haririan2 7 หลายเดือนก่อน

    you are my hero ❤❤❤❤❤❤❤❤ i have been looking for this problem about two year thank you very much :X:X:X

  • @williamlee9135
    @williamlee9135 4 หลายเดือนก่อน

    This is great and works amazing! I have followed a lot of your videos and really appreciate everything your sharing. I am stuck on one thing. I have already setup my postgresql db on cloud flare. It's exposed. Already assigned unique IP for security. Now, If I want to connect that DB in another application, let's say DBT cloud, how can I achieve that? Thanks!

  • @NathanielAmadi
    @NathanielAmadi 6 หลายเดือนก่อน

    This is great, thanks a lot. So, can I achieve the same thing by using the Cloudflare WARP Client installed on the client (My Macbook) instead of installing cloudflared, such that it also uses SSO to connect to the SQL server in my private network?

  • @staticalmo
    @staticalmo 5 หลายเดือนก่อน

    does it make sense to "expose" it with cloudflare when with an API (like DreamFactory) we can give specific rights? With a bearer token

  • @HenricLilliehöök
    @HenricLilliehöök 6 หลายเดือนก่อน

    How did you use the Github token to login to your DB-manager? If you only authenticate the Application on CF using Github, there is no SSO. How would you implement SSO all the way into a web application you run in your lab, say Portainer e.g.? Thanks!

  • @yeon-cloud
    @yeon-cloud 5 หลายเดือนก่อน

    This works great, thanks.

  • @julioffigueiredo
    @julioffigueiredo 5 หลายเดือนก่อน

    Is there any way to make an config, yml or via command line to start more than 1 service in one command line?

  • @cesarayalavargas3623
    @cesarayalavargas3623 หลายเดือนก่อน

    How could i pass the credentials to my vercel app?

  • @6bOemH2gKz
    @6bOemH2gKz 7 หลายเดือนก่อน

    I guess this tutorial is missing something about the host side running cloudflared... hope to get some feedblack if i'm wrong. thanks

    • @Techdox
      @Techdox  7 หลายเดือนก่อน

      All of this is covered, did you watch the entire video? In the section “connecting to an unsecured service” I show you how to install Cloudflared

  • @yakisobaguitarist
    @yakisobaguitarist 7 หลายเดือนก่อน

    One of your domains is Minecraft. Did you get that working through cloudflare tunnel somehow?

    • @Techdox
      @Techdox  7 หลายเดือนก่อน

      Yeah it’s going via Cloudflare but just via any other dns not via the tunnels

  • @enricoroselino7557
    @enricoroselino7557 8 หลายเดือนก่อน

    so the client cant just use the domain name like accessing regular http/s, thats why i cant connect from other pc

    • @Techdox
      @Techdox  8 หลายเดือนก่อน

      From the testing I have done, the domain name can’t be used from what I have seen

  • @ricgondo
    @ricgondo 9 หลายเดือนก่อน

    Can the client be the same as the server? I understand you are using docker... but let's say can the client in your case be the same as my SQL Server machine?

    • @Techdox
      @Techdox  9 หลายเดือนก่อน +1

      Yeah, if you are running SQL Server on a server you can connect to it from the exact same machine which would be the client, correct? If I misunderstood let me know :) Also since you are a member you get 1:1 support with me in Discord, so feel free to ask there

    • @ricgondo
      @ricgondo 9 หลายเดือนก่อน

      Yes sir!@@Techdox

  • @haririan2
    @haririan2 7 หลายเดือนก่อน

    is there anyway to run it in background ? i dont want to keep opening cmd

    • @Techdox
      @Techdox  7 หลายเดือนก่อน

      I don't use windows much, but I assume you can just create a batch script or something with the commands and have that run in the background? Or a Powershell script?

    • @haririan2
      @haririan2 7 หลายเดือนก่อน

      I've used task scheduler for running script on Windows start tnx again for ur help ❤

  • @victorcoopers
    @victorcoopers 9 หลายเดือนก่อน

    Is there a way to run the command 'cloudflared access tcp --hostname' as a Windows service? This would allow it to automatically start up on system reboot. I can't seem to get it to work.

    • @Techdox
      @Techdox  9 หลายเดือนก่อน

      Could make it a powershell script then add that to your startup?

    • @victorcoopers
      @victorcoopers 9 หลายเดือนก่อน

      Okay, thanks! @Techdox One more question: is there a way to have the session duration for the application set to unlimited, so I don't have to authenticate again?"

    • @Techdox
      @Techdox  9 หลายเดือนก่อน

      @@victorcoopers Maybe? I would have to check, but even though this is a home setup it's always best to use best practives to make sure you don't expose yourself in terms of security

    • @victorcoopers
      @victorcoopers 7 หลายเดือนก่อน

      @@Techdox Any chance it will work with android phone using their cloudflare One Agent to access the tcp?

  • @twitchizle
    @twitchizle 5 หลายเดือนก่อน

    you fuking amazing

  • @Zaplax
    @Zaplax 29 วันที่ผ่านมา

    how can i do for mc server

    • @Techdox
      @Techdox  11 วันที่ผ่านมา

      Feel free to join the Discord, we can help you there :)