So, I tried linking my Lemmy instance akaris.space but it says the ssl handshake failed and i can’t seem to figure out what went wrong.

  • jacksquat@what.forfi.win
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 day ago

    Set the SSL mode to “Full”. Then go to “Rules” and create three rules. This is also the order in which they should be processed:

    1.
    Name: lemmy u all
    Custom filter expression: URI path equals /u/*
    All other options disabled.
    
    2.
    Name: lemmy nodeinfo all
    Custom filter expression: URI path equals /nodeinfo/*
    All other options disabled.
    
    3.
    Name: lemmy inbox all
    Custom filter expression: URI path equals /inbox/*
    All other options disabled.
    

    This should get your instance running behind Cloudflare’s tunnel.

    *edited for formatting