BALLOON | FU-SEN

Results 67 comments of BALLOON | FU-SEN

This problem appears to have been resolved. ``` $ curl --head -H "Host: example.surge.sh" sgp.surge.sh HTTP/1.1 404 Not Found Server: Surge Surge-Cache: HIT Surge-Stamp: 29526 Content-Type: text/html; charset=utf-8 Content-Length: 8253...

Because I noticed on reopen. the Singapore server `sgp.surge.sh` is returning `503` again. ``` $ curl --head sgp.surge.sh HTTP/1.0 503 Service Unavailable Cache-Control: no-cache Connection: close Content-Type: text/html ``` Everything...

Yep, there are no more servers returning 503 now.

Hi. I haven't been here in a long time. ☺️ I am unable to issue a certificate when using Punycode domains with Buypass Go SSL. However, I was unable to...

No. I've never used Alidns. So it's not a nameserver issue. You may have forgotten about me: https://github.com/caddyserver/caddy/issues/3017

If my Caddy uses Let's Encrypt, this works. LE issues certificates. (This is the default behavior) However, when I added 'acme_ca to `Caddyfile`, it failed to publish in domains using...

So, an example workaround if you encounter this problem: ``` example.com { tls [email protected] { ca https://api.buypass.com/acme/directory } } xn--zckzah.example.com { tls [email protected] { ca https://acme-v02.api.letsencrypt.org/directory } } ```