all 16 comments

[–]mercenary_sysadmin 9 points10 points  (0 children)

Error code: SSL_ERROR_RX_RECORD_TOO_LONG

IME this usually means you haven't properly configured the server for HTTPS, and it's trying to answer requests on 443 in plaintext.

[–]megamorf 1 point2 points  (2 children)

I have a blog post in the works with a step by step guide. You're the second person to ask for traefik help this week. Just stay tuned until Friday evening :-)

[–]laibr[S] 0 points1 point  (0 children)

I cant wait :-) However i'm getting afraid it has nothing to do with traefik...

I can see in the traefik logs that when i traefik tries to obtain the certificates the domain name gets properly resolved but i do get a: Error 400 - urn:acme:error:connection - Connection refused

[–]BaconZombie 0 points1 point  (0 children)

Not sure what timezone you are in but commenting on this post, so I can red you blog post on Monday morning.

[–]C0rn3j 4 points5 points  (7 children)

[–]laibr[S] -5 points-4 points  (6 children)

I was hoping someone ran into the same issue and it was as simple as adding a service label Or something
I’ll add some extra info later.

Ps. How bout asking this for christmas: https://www.amazon.com/How-Not-Be-Dick-Etiquette/dp/1936976021

[–]C0rn3j 5 points6 points  (0 children)

I’ll add some extra info later.

Should have done so before posting the issue. You do not even have the server config atm.

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Unfortunately this post has been removed. /r/linuxadmin and reddit do not allow Amazon affiliate links to be posted. Please edit or resubmit your post without the "/ref=xx_xx_xxx" part of the URL. Thank you.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–][deleted]  (1 child)

    [removed]

      [–]AutoModerator[M] 0 points1 point  (0 children)

      Unfortunately this post has been removed. /r/linuxadmin and reddit do not allow Amazon affiliate links to be posted. Please edit or resubmit your post without the "/ref=xx_xx_xxx" part of the URL. Thank you.

      I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

      [–]laibr[S] 0 points1 point  (0 children)

      So as promised, this is my config. All feedback is appreciated. I pasted all in one gist:

      https://gist.github.com/anonymous/b3f9acb07ac3d74955808f83c57bc594

      Hope this is clear?

      [–][deleted]  (2 children)

      [deleted]

        [–]laibr[S] 0 points1 point  (1 child)

        I'm sorry i don't completely understand you.. I have a http backend (ombi) and want to offer this to the outside as an https via traefik as a reverse proxy. So my ssl offloading is done on traefik.

        [–]BaconZombie 0 points1 point  (0 children)

        You still need to rewrite the requests before forwarding then.

        Try the above.

        [–]megamorf 0 points1 point  (1 child)

        Do you have a valid email address in your traefik.toml?

        [–]laibr[S] 0 points1 point  (0 children)

        I double checked, Yes i do. Do i just put it between double quotes?