{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "501292",
   "self": "https://bugs.mojang.com/rest/api/2/issue/501292",
   "key": "BDS-16913",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [
         "21265"
      ],
      "resolution": "1",
      "customfield_10500": {
         "self": "https://bugs.mojang.com/rest/api/2/customFieldOption/10302",
         "value": "Community Consensus",
         "id": "10302",
         "disabled": false
      },
      "customfield_12800": null,
      "customfield_12602": [],
      "customfield_12601": null,
      "customfield_12604": null,
      "customfield_12603": null,
      "customfield_12606": null,
      "customfield_12605": null,
      "customfield_12608": null,
      "resolutiondate": "2023-02-03T17:54:59.000+0200",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-16913/watchers",
         "watchCount": 9,
         "isWatching": false
      },
      "created": "2022-04-29T19:37:03.000+0300",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [],
      "customfield_11700": "{}",
      "versions": [
         "20813",
         "21106"
      ],
      "issuelinks": [
         {
            "id": "268058",
            "self": "https://bugs.mojang.com/rest/api/2/issueLink/268058",
            "type": "10102",
            "inwardIssue": "503293"
         },
         {
            "id": "270686",
            "self": "https://bugs.mojang.com/rest/api/2/issueLink/270686",
            "type": "10102",
            "inwardIssue": "510093"
         }
      ],
      "assignee": null,
      "updated": "2023-02-03T17:54:59.000+0200",
      "status": "5",
      "description": "\u00a0\r\n\r\nThe dedicated bedrock server fails to start with an error about libssl\r\n\r\n\u00a0\r\n{code:java}\r\n./bedrock_server: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory {code}\r\n\u00a0\r\n\r\nI think this may be because Ubuntu now ships with OpenSSL 3.0.2\r\n\r\n\u00a0",
      "customfield_11100": 2.0,
      "customfield_11300": null,
      "customfield_11500": "866891",
      "customfield_12503": null,
      "customfield_12700": null,
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [],
      "summary": "Bedrock server won't start on Ubuntu 22.04 LTS",
      "creator": "JIRAUSER717881",
      "reporter": "JIRAUSER717881",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i27y0v:",
      "environment": "Distributor ID:\tUbuntu\r\nDescription:\tUbuntu 22.04 LTS\r\nRelease:\t22.04\r\nCodename:\tjammy\r\n\r\nOpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)\r\n",
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/501292/comment/1163093",
               "id": "1163093",
               "author": "JIRAUSER702676",
               "body": "Im getting this on Ubuntu too, it appears they updated the OpenSSL Version, Please fix\r\n\r\n\u00a0\r\n\r\n*EDIT:* I was able to resolve myself using the following commands:\r\n{code:java}\r\necho \"deb http://security.ubuntu.com/ubuntu impish-security main\" | sudo tee /etc/apt/sources.list.d/impish-security.list\r\n\r\nsudo apt-get update\r\nsudo apt-get install libssl1.1 {code}\r\nIf this works for you, show me some gratitude!",
               "updateAuthor": "JIRAUSER702676",
               "created": "2022-05-12T04:26:38.899+0300",
               "updated": "2022-05-19T15:51:19.316+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/501292/comment/1179723",
               "id": "1179723",
               "author": "vincent294",
               "body": "Still a problem on Minecraft 1.19.2.",
               "updateAuthor": "vincent294",
               "created": "2022-07-05T09:08:57.741+0300",
               "updated": "2022-07-05T09:08:57.741+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/501292/comment/1180208",
               "id": "1180208",
               "author": "JIRAUSER656552",
               "body": "they updated the curl libs on ubuntu 22.02 you will need to install the old ones",
               "updateAuthor": "JIRAUSER656552",
               "created": "2022-07-06T16:25:02.788+0300",
               "updated": "2022-07-06T16:25:02.788+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/501292/comment/1192329",
               "id": "1192329",
               "author": "JIRAUSER731403",
               "body": "Impish has been EOLed, so you will need to grab the file from Focal:\r\n\r\n\u00a0\r\n{code:java}\r\necho \"deb http://security.ubuntu.com/ubuntu focal-security main\" | sudo tee /etc/apt/sources.list.d/focal-security.list\r\nsudo apt update && sudo apt install libssl1.1 {code}",
               "updateAuthor": "JIRAUSER731403",
               "created": "2022-08-13T20:04:10.455+0300",
               "updated": "2022-08-13T20:04:10.455+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/501292/comment/1192900",
               "id": "1192900",
               "author": "JIRAUSER731644",
               "body": "If you installed impish (the first comment), you will need to remove that file, install focal, then update and install.\u00a0\r\n\r\n\u00a0\r\n{code:java}\r\nsudo rm /etc/apt/sources.list.d/impish-security.list\r\n\r\necho \"deb http://security.ubuntu.com/ubuntu focal-security main\" | sudo tee /etc/apt/sources.list.d/focal-security.list\r\n\r\nsudo apt-get update\r\nsudo apt-get install libssl1.1  {code}\r\n\u00a0",
               "updateAuthor": "JIRAUSER731644",
               "created": "2022-08-15T17:59:07.509+0300",
               "updated": "2022-08-15T17:59:07.509+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/501292/comment/1205490",
               "id": "1205490",
               "author": "vincent294",
               "body": "1.19.30 fixed this, I can start it and join the server on 22.04 without library errors.",
               "updateAuthor": "vincent294",
               "created": "2022-10-17T10:40:54.241+0300",
               "updated": "2022-10-17T10:40:54.241+0300"
            }
         ],
         "maxResults": 6,
         "total": 6,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-16913/votes",
         "votes": 7,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 8,
      "total": 8,
      "histories": [
         {
            "id": "2603435",
            "author": "spgoding",
            "created": "2022-06-07T00:34:30.608+0300",
            "items": [
               {
                  "field": "Link",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "BDS-16995",
                  "toString": "This issue is duplicated by BDS-16995"
               }
            ]
         },
         {
            "id": "2603437",
            "author": "spgoding",
            "created": "2022-06-07T00:34:41.112+0300",
            "items": [
               {
                  "field": "Confirmation Status",
                  "fieldtype": "custom",
                  "from": "10300",
                  "fromString": "Unconfirmed",
                  "to": "10302",
                  "toString": "Community Consensus"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "1",
                  "toString": "Open"
               }
            ]
         },
         {
            "id": "2604999",
            "author": "arisabot",
            "created": "2022-06-08T00:34:43.247+0300",
            "items": [
               {
                  "field": "Linked",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": "0",
                  "to": null,
                  "toString": "1"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "1",
                  "toString": "Open"
               }
            ]
         },
         {
            "id": "2630882",
            "author": "JIRAUSER648376",
            "created": "2022-07-15T11:40:49.643+0300",
            "items": [
               {
                  "field": "Link",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "BDS-17305",
                  "toString": "This issue is duplicated by BDS-17305"
               }
            ]
         },
         {
            "id": "2630884",
            "author": "arisabot",
            "created": "2022-07-15T11:40:56.510+0300",
            "items": [
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "21106",
                  "toString": "1.19.10"
               }
            ]
         },
         {
            "id": "2631941",
            "author": "arisabot",
            "created": "2022-07-16T11:41:02.558+0300",
            "items": [
               {
                  "field": "Linked",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": "1",
                  "to": null,
                  "toString": "2"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "1",
                  "toString": "Open"
               }
            ]
         },
         {
            "id": "2651745",
            "author": "JIRAUSER648376",
            "created": "2022-08-11T17:29:39.097+0300",
            "items": [
               {
                  "field": "ADO",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": null,
                  "to": null,
                  "toString": "866891"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "1",
                  "toString": "Open"
               }
            ]
         },
         {
            "id": "2742899",
            "author": "JIRAUSER484247",
            "created": "2023-02-03T17:54:59.540+0200",
            "items": [
               {
                  "field": "Fix Version",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "21265",
                  "toString": "1.19.51"
               },
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "1",
                  "toString": "Fixed"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         }
      ]
   }
}