Jump to content

carlosmorgado

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by carlosmorgado

  1. 1 hour ago, aptalca said:

    Look, I'm not trying to be rude and I don't claim to have all the answers. In fact, I asked you if you googled it because that's the first thing I do when I have an issue.

     

    I posted the picture of the first Google result (highlighted answer) because it tells you exactly what the issue is. I suggest you focus on that rather than get worked up about my post.

     

    It tells you "Error 522 indicates that Cloudflare is unable to reach the origin web server and the request times out", which means cloudflare can't connect to your server. I honestly don't know how to word it any clearer.

     

    It looks like you turned on caching on cloudflare (which we recommend against), and your server is not accessible. Check your ip, port forwarding, etc.

    By enable caching do you mean  the orange cloud? 'Cause if so when I disable it I get image.png.7659e85c12d578f75a070aa719fb023c.png 

     

     

    I tried enabling strict mode as someone else suggested in another post, same result, even though I am using dns validation and in the guide share some pages ago said I wouldn't need to port forward port 80 I just tried, same result.

  2. 19 hours ago, aptalca said:

     

    Annotation 2020-04-25 143401.png

    It is a good thing you were born with all the answers. 

    For the rest of us mortals that are still learning I guess this image (not a link, 'cause that might actually be productive) really might help some. But as it turns out I tried to follow this to the best of my knowledge (apparently your

    On 4/25/2020 at 6:36 AM, aptalca said:

    Did you Google it? It tells you exactly what the issue is

    means "it does not really tell you exactly what to do, but a general direction of what to do, and the rest is on you.") and I still get the same result 522 error, any ideas?

  3. On 4/22/2020 at 12:53 PM, carlosmorgado said:

    So what I found out is that the network I created with the

    
    docker network create

    command doesn't have access to the outside. Now I am not sure how to solve this

    So I decided to do the configuration with DNS validation and redone deleted the docker image which fixed the connection problem, now my only problem is that I allways get 522 nextcloud

  4. 4 hours ago, aptalca said:

    Your issues are with "outgoing" connections, not incoming. That's why I suggested dns

    So I entered the console of the container and tested the following (this url was the one mentioned in the logs):

     

    root@168ecbf2d373:/# curl acme-v02.api.letsencrypt.org 443
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    curl: (7) Couldn't connect to server

     

×
×
  • Create New...