Error when issue a new lets encrypt certificate

ritzttk

New member
Joined
Jul 29, 2020
Messages
1
I am running Direct Admin 1.59.5 on CentOS 5.10 64-bit . Today I followed this guide to setup lets encrypt https://docs.directadmin.com/webservices/ssl/ssl-and-letsencrypt-for-domains

After select to issue certificate. It show failed as "Certificate Generation Failed" . It seem our server can't run a go script.
Please help me to troubleshoot this issue.





Cannot Execute Your Request​
Details
runtime: epollwait on fd 8 failed with 38
fatal error: runtime: netpoll failed

runtime stack:
runtime.throw(0x1627bfd, 0x17)
runtime/panic.go:1116 +0x72
runtime.netpoll(0x0, 0x0)
runtime/netpoll_epoll.go:123 +0x363
runtime.sysmon()
runtime/proc.go:4521 +0x2cd
runtime.mstart1()
runtime/proc.go:1097 +0xc3
runtime.mstart()
runtime/proc.go:1062 +0x6e

goroutine 1 [runnable, locked to thread]:
unicode.SimpleFold(0x5c, 0xc000119290)
unicode/letter.go:336 +0x14f
regexp/syntax.(*compiler).rune(0xc000113c80, 0xc000178120, 0x1, 0x2, 0x4400d5, 0xc000122560)
regexp/syntax/compile.go:271 +0x1df
regexp/syntax.(*compiler).compile(0xc000113c80, 0xc0001780e0, 0x8)
regexp/syntax/compile.go:110 +0x12c
regexp/syntax.(*compiler).compile(0xc000113c80, 0xc0001781c0, 0x20)
regexp/syntax/compile.go:154 +0xb01
regexp/syntax.(*compiler).compile(0xc000113c80, 0xc000195490, 0x0)
regexp/syntax/compile.go:163 +0xd20
regexp/syntax.Compile(0xc000195490, 0xc000195490, 0x1, 0x1)
regexp/syntax/compile.go:83 +0x10a
regexp.compile(0x1666ec6, 0x60, 0xc0000000d4, 0xc000140fa0, 0x0, 0x0)
regexp/regexp.go:178 +0xd7
regexp.Compile(...)
regexp/regexp.go:133
regexp.MustCompile(0x1666ec6, 0x60, 0xc000140fa0)
regexp/regexp.go:309 +0x4b
github.com/russross/blackfriday/v2.init()
github.com/russross/blackfriday/[email protected]/block.go:32 +0x6c
Certificate generation failed.​
 
Back
Top