Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. [INFO] A simple Windows ACMEv2 client (WACS)
  2. [INFO] Software version 2.0.10.444 (RELEASE)
  3. [INFO] IIS not detected
  4. [WARN] Scheduled task not configured yet
  5. [INFO] Please report issues at https://github.com/PKISharp/win-acme
  6. [INFO] Running in mode: Unattended
  7. [INFO] Target generated using plugin Manual: mydomain.duckdns.org
  8. [INFO] Authorize identifier: mydomain.duckdns.org
  9. [INFO] Authorizing mydomain.duckdns.org using http-01 validation (FileSystem)
  10. [INFO] Answer should now be browsable at http://mydomain.duckdns.org/.well-known/acme-challenge/ya4WpzKzJbJce1WTBqIQjLfjt4Uw35iAv3Olz5nxO4g
  11. [EROR] Preliminary validation failed
  12. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 68.81.215.153:80
  13. at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  14. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  15. --- End of inner exception stack trace ---
  16. at System.Net.HttpWebRequest.GetResponse()
  17. at PKISharp.WACS.Plugins.ValidationPlugins.HttpValidation`2.WarmupSite()
  18. at PKISharp.WACS.Plugins.ValidationPlugins.HttpValidation`2.PrepareChallenge()
  19. [EROR] {
  20. "type": "urn:ietf:params:acme:error:connection",
  21. "detail": "Fetching http://mydomain.duckdns.org/.well-known/acme-challenge/ya4WpzKzJbJce1WTBqIQjLfjt4Uw35iAv3Olz5nxO4g: Connection refused",
  22. "status": 400
  23. }
  24. [EROR] Authorization result: invalid
  25. [EROR] Create certificate failed: Authorization failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement