Community Translation - ModusToolbox 2.1: Unable to Create Project: TLS Initialization Failed Error on Ubuntu 20.04 - KBA230375

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
keni_4440091
Level 7
Level 7
500 replies posted 100 solutions authored 50 solutions authored

Hi

I want to translate KBA230375, please confirm to my work.

Regards,

Nino

0 Likes
2 Replies
JennaJo
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hello, Nino-san

Confirm the KBA,

please work to do.

Thanks,

Jenna

Jenna Jo
0 Likes

タイトル: ModusToolbox 2.1: プロジェクトを作成できない: Ubuntu 20.04でのTLS初期化失敗エラー – KBA230375

バージョン 1

ChaitanyaV_61 2020/05/16 8:02 に作成。ChaitanyaV_61 2020/05/16 8:02 に変更。

Author: DheerajK_81          Version: **

質問:

Ubuntu 20.04ModusToolbox 2.1のプロジェクトを作成する場合、プロジェクトクリエーターが下記のエラーで失敗する。

“Checking if remote manifest is accessible...

Failed to access remote server: Download of https://github.com/cypresssemiconductorco/mtb-super-manifest/raw/v2.X/mtb-super-manifest.xml
failed: TLS initialization failed

No internet connection found and offline content is not available. Check
the user guide to see how to get offline contents.

Press "Retry" to try again”

回答:

Ubuntu 20.04は、TLSをサポートするOpenSSLの一部であるlibssl1.0.0パッケージを含んでない事からその問題は起きます。手動でインストールするには下記を行って下さい。

  1. ホームディレクトリに下記の内容のbionic.listというファイルを作成して下さい。保存してクローズします。

deb http://archive.ubuntu.com/ubuntu bionic main

deb http://archive.ubuntu.com/ubuntu bionic-updates main

deb http://security.ubuntu.com/ubuntu bionic-security main

  1. ファイルを/etc/apt/sources.list.d/にコピーします。

sudo cp bionic.list /etc/apt/sources.list.d/

  1. アップデートを行い、libssl1.0.0パッケージをインストールします。

apt-get update

apt-get install libssl1.0.0

  1. Gitがインストールされ、ModusToolboxREADME_2.1.txtに記載されているスクリプトを実行したことを確認して下さい。

15 閲覧 カテゴリ: MCU & PSoC: Auto MCU, Software: ModusToolbox

タグ: linux, cortex-m3, ubuntu, tls, openssl, psoc creator, cortex-m0, compiler - gcc, modustoolbox, project creator, libssl, tls initialization failed

0 Likes