[GH-ISSUE #151] SSL problem with docker compose #1615

Closed
opened 2026-03-01 17:52:12 +03:00 by kerem · 1 comment
Owner

Originally created by @flip111 on GitHub (Feb 22, 2019).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/151

Host system is ubuntu 18.10

archivebox ssl

ArchiveBox SSL.txt

Secure Connection Failed

An error occurred during a connection to 127.0.0.1:8098. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG 
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
Originally created by @flip111 on GitHub (Feb 22, 2019). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/151 Host system is ubuntu 18.10 ![archivebox ssl](https://user-images.githubusercontent.com/2244480/53214169-7f6bf100-3643-11e9-8496-f93fc832509d.png) [ArchiveBox SSL.txt](https://github.com/pirate/ArchiveBox/files/2892069/ArchiveBox.SSL.txt) ``` Secure Connection Failed An error occurred during a connection to 127.0.0.1:8098. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG ``` ``` curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number ```
kerem closed this issue 2026-03-01 17:52:12 +03:00
Author
Owner

@pirate commented on GitHub (Feb 27, 2019):

The archive is served with HTTP, not HTTPS as it's intended to be put behind a reverse proxy of some sort for SSL when used with docker-compose (as is standard for docker-compose projects).

If you get the archive with HTTP it should work: curl http://127.0.0.1:8089.

<!-- gh-comment-id:467679107 --> @pirate commented on GitHub (Feb 27, 2019): The archive is served with HTTP, not HTTPS as it's intended to be put behind a reverse proxy of some sort for SSL when used with docker-compose (as is standard for docker-compose projects). If you get the archive with HTTP it should work: `curl http://127.0.0.1:8089`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1615
No description provided.