Kasserver All-Inkl failed with "project discontinued"
- 
 Hi all, when we want to renew our certificates via ACME we recently get the error "project discontinued". It seems that the URL of the API at All-Inkl has changed. Does anyone else have this error and can help us? [Thu Jul 28 09:43:54 CEST 2022] url='https://kasapi.kasserver.com/dokumentation/formular.php?kas_login=w*******&kas_auth_type=plain&kas_auth_data=************&kas_action=get_dns_settings&var1=zone_host&wert1=_acme-challenge.test.domain.de.' 
 [Thu Jul 28 09:43:54 CEST 2022] timeout=
 [Thu Jul 28 09:43:54 CEST 2022] Http already initialized.
 [Thu Jul 28 09:43:54 CEST 2022] _CURL='curl --silent --dump-header /tmp/acme/test.domain.de//http.header -L '
 [Thu Jul 28 09:43:54 CEST 2022] ret='0'
 [Thu Jul 28 09:43:54 CEST 2022] response='<!DOCTYPE html>
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <style type="text/css">
 th {
 background-color:#E0ECFF;
 }
 .fehler {
 color: #E2003D;
 background: #F9C9D6;
 padding: 1em 3em;
 }
 .soap {
 color: #2200FF;
 background: #FFE016;
 padding: 1em 3em;
 }
 .erfolg {
 color: #008822;
 background:#CCFFD9;
 padding: 1em 3em;
 }
 </style>
 </head>
 <body>
 project discontinued, use <a href='https://test-account.com/formular.php?ref=kasapi.kasserver.com'>https://test-account.com/formular.php</a> instead
 </body>'
- 
 @fainsy 
 Same problem here. Don't have any clue how to solve.Edit: 
 Changing in
 /usr/local/pkg/acme/dnsapi/dns_kas.shthe line ######################################################################## KAS_Api="https://kasapi.kasserver.com/dokumentation/formular.php" ######## Public functions #####################to ######################################################################## KAS_Api="https://test-account.com/formular.php" ######## Public functions #####################seems to solve the problem. 
- 
 Thank you, the workaround worked for us too and our certificates are now running again. 
- 
 On Github there is now an updated All-inkl Kasserver hook script for acme.sh available. Changes: 
 Switching from formula.php to SOAP
 Now session based loginhttps://github.com/Marco4223/acme.sh/blob/master/dnsapi/dns_kas.sh