{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "499996",
   "self": "https://bugs.mojang.com/rest/api/2/issue/499996",
   "key": "BDS-16857",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": "5",
      "customfield_10500": {
         "self": "https://bugs.mojang.com/rest/api/2/customFieldOption/10300",
         "value": "Unconfirmed",
         "id": "10300",
         "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": "2022-06-29T00:11:14.000+0300",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-16857/watchers",
         "watchCount": 3,
         "isWatching": false
      },
      "created": "2022-04-23T06:08:12.000+0300",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [],
      "customfield_11700": "{}",
      "versions": [
         "20801"
      ],
      "issuelinks": [],
      "assignee": null,
      "updated": "2022-06-29T00:11:14.000+0300",
      "status": "5",
      "description": "When starting bedrock server in Ubuntu 22.04 it exits with the following error\r\n\r\n\"error while loading shared libraries libssl.so.1.1: cannot open shared object file: No such file or directory\"",
      "customfield_11100": 0.0,
      "customfield_11300": null,
      "customfield_11500": null,
      "customfield_12503": null,
      "customfield_12700": null,
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [],
      "summary": "bedrock server does not work in ubuntu 22.04",
      "creator": "JIRAUSER631604",
      "reporter": "JIRAUSER631604",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i27q0v:",
      "environment": "Ubuntu 22.04 LTS 64 bit Bedrock",
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/499996/comment/1158049",
               "id": "1158049",
               "author": "JIRAUSER631604",
               "body": "After the most recent update I have received, the issue seems to be resolved. Now sure who resolved it, but it's fixed now.",
               "updateAuthor": "JIRAUSER631604",
               "created": "2022-04-26T18:44:37.088+0300",
               "updated": "2022-04-26T18:44:37.088+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/499996/comment/1160126",
               "id": "1160126",
               "author": "JIRAUSER718247",
               "body": "Hi John,\r\n\r\n\u00a0\r\n\r\nJust out curiosity, are you using third party scripts to setup and run your server? If so, do you happen to know if the third party scripts are installing older OpenSSL libraries?\r\n\r\n\u00a0\r\n\r\nUbuntu 22.04 LTS at the time of writing is using OpenSSL 3.0.2. You can check which libssl versions are installed on you machine with the below command.\r\n\r\n\u00a0\r\n{code:java}\r\nldconfig -p | grep libssl\r\n{code}\r\n\u00a0\r\n\r\nI am still encountering the error you initially encountered on Ubuntu 22.04 LTS, although I have not yet tried installing the older 1.1 libraries. It also appears BDS-16913 is encountering the same issue.",
               "updateAuthor": "JIRAUSER718247",
               "created": "2022-05-02T01:10:36.217+0300",
               "updated": "2022-05-02T01:10:36.217+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/499996/comment/1160146",
               "id": "1160146",
               "author": "vincent294",
               "body": "[https://github.com/TheRemote/MinecraftBedrockServer/commit/7012a5c486bd485b9c015920fd1a2b375862f408] suggests 3rd party scripts may be what fixed it. I develop MCscripts and I only install what the scripts themselves need. I'm personally running 20.04 right now.",
               "updateAuthor": "vincent294",
               "created": "2022-05-02T01:57:31.401+0300",
               "updated": "2022-05-02T01:57:31.401+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/499996/comment/1165082",
               "id": "1165082",
               "author": "JIRAUSER702676",
               "body": "Already posted this solution over at https://bugs.mojang.com/browse/BDS-16913\r\n\r\n\u00a0\r\n\r\nIf this works, show me some gratitude!\r\n\r\n\u2014\r\n\r\nI 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}",
               "updateAuthor": "JIRAUSER702676",
               "created": "2022-05-19T15:48:21.252+0300",
               "updated": "2022-05-19T15:51:34.754+0300"
            }
         ],
         "maxResults": 4,
         "total": 4,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-16857/votes",
         "votes": 1,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 2,
      "total": 2,
      "histories": [
         {
            "id": "2566336",
            "author": "JIRAUSER631604",
            "created": "2022-04-23T06:09:14.616+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "When starting bedrock server in Ubuntu 22.04 it exits with the following error\r\n\r\n\"error while loading shared libraries libssl.so.1.1: cannot open shared object file: No suck file or directory\"",
                  "to": null,
                  "toString": "When starting bedrock server in Ubuntu 22.04 it exits with the following error\r\n\r\n\"error while loading shared libraries libssl.so.1.1: cannot open shared object file: No such file or directory\""
               }
            ]
         },
         {
            "id": "2621022",
            "author": "576874",
            "created": "2022-06-29T00:11:14.235+0300",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "5",
                  "toString": "Cannot Reproduce"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         }
      ]
   }
}