Giter Site home page Giter Site logo

Comments (6)

haviay avatar haviay commented on July 22, 2024 1

Thanks @glatzert
I found the solution
i just added this code line and it was fixed
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

from acme-ps.

glatzert avatar glatzert commented on July 22, 2024

The error might indicate "no-internet connection".
Also current version is 1.5.0 - perhaps you might want to upgrade.

from acme-ps.

haviay avatar haviay commented on July 22, 2024

Thakns @glatzert
I think there is no problem with the internet connection.
Which address and port to check connection with telnet?

from acme-ps.

glatzert avatar glatzert commented on July 22, 2024

from acme-ps.

haviay avatar haviay commented on July 22, 2024

I don't see connection errors
The error occurred after this line:
$order = New-ACMEOrder -State $acmeStateDir -Identifiers $dnsIdentifiers;

This is the Verbose output:

VERBOSE: Performing the operation "Create new order with ACME Service" on target "Order".
VERBOSE: Importing object from CLIXML file C:\...\AccountKey.xml
VERBOSE: Converted input object to type RSAKeyExport
VERBOSE: Importing object from CLIXML file C:\...\.pfx\Account.xml
VERBOSE: Converted input object to type AcmeAccount
VERBOSE: Sending HttpRequest (POST) to https://acme-v02.api.letsencrypt.org/acme/new-order

This is the output of the command
Invoke-WebRequest https://acme-v02.api.letsencrypt.org/acme/new-order


Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel.
At line:1 char:1
Invoke-WebRequest https://acme-v02.api.letsencrypt.org/acme/new-order

CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

from acme-ps.

glatzert avatar glatzert commented on July 22, 2024

from acme-ps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.