You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm completely lost here... It stoped working in august at least. Up until now, it was simply updating dehydrated, but now, nothing is showing up in terminal.
I had to activate verbose mode to get this, and it's not very helpful to me :
Ok, it seems that the server app changed stuff, and put every HTTPS configs to port 80 without any certs, although Apache was definitely serving this with SSL... So definitely a server App stuff.
I changed that, but it is still not working : I get a CURL error 3...
INFO: Using main config file /usr/share/letsencrypt-mac-master/config
Fetching account URL...
ERROR: Problem connecting to server (head for ; curl returned with 3)
ERROR: Problem connecting to server (post for ; curl returned with 3)
Saw that It was URL styling related, but changing the run.sh (removing http:// in front) did nothing.
Ok, it seems to be a dehydrated version problem. The previous one (0.6.5) works fine even now. Not the current (0.6.8). Using the old one in the mean time.
Hello, I'm completely lost here... It stoped working in august at least. Up until now, it was simply updating dehydrated, but now, nothing is showing up in terminal.
I had to activate verbose mode to get this, and it's not very helpful to me :
`
++ serveradmin settings web:customSites
++ grep ':serverName = '
++ awk -F = '{print $1}'
++ grep -E -o '[0-9]+'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:0:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:1:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:2:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:3:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:4:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:5:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:6:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:7:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:8:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:9:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:10:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:11:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:12:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:13:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:14:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
++ serveradmin settings web:customSites
++ grep web:customSites:_array_index:15:sslCertificateIdentifier
++ awk -F = '{print $2}'
++ awk -F '"' '{print $2}'
`
It seems that the script is unable to get the informations from the Server app anymore...
Thank you in advance for helping me to sort this out :)
The text was updated successfully, but these errors were encountered: