asciidoctor / asciidoctor-confluence

Push Asciidoctor file to Confluence
https://rubygems.org/gems/asciidoctor-confluence
MIT License
82 stars 28 forks source link

Connection refused - connect(2) for nil port 80 #28

Open plademan opened 4 years ago

plademan commented 4 years ago

$ asciidoctor-confluence --host REDACTED --spaceKey REDACTED --title Troubleshooting --update --username REDACTED --password REDACTED --pageid 1186267139 index.adoc An error occurred, the page has not been updated because: Failed to open TCP connection to :80 (Connection refused - connect(2) for nil port 80)

Is there an SSL option?

itsme-narahari commented 3 years ago

I am facing the same thing.

Is there a SSL option ?

slonopotamus commented 1 year ago

Use --host https://<your.host>

Kaligule commented 1 year ago

@slonopotamus That doesn't seem like a good solution, given that it is already part of the problem description. Has something changed on this option since this issue was raised?