Lab 11 - Can get channel list from peer1.org1.example.com even after enabling TLS
Hi All,
So I followed the LAB 11 instructions and followed the demo video too. Even after enabling TLS, I can see the channel list using peer1.org1.example.com. I have gone through the instructions two to three times now and have restarted my containers, but I don't know what the issue is.
Thanks for the help.
Comments
-
I have the same issue here too.
0 -
Hello @asheerrizvi , did you enable TLS on all containers, including orderer container as well?
0 -
@asheerrizvi this may be too late, but runing "docker-compose restart" will not apply the new environment variables, so it's likely that TLS was not actually enabled.
0 -
Yet another lab that does not work. I don't know why I am surprised at this point, every single lab had an issue and this one is no different. Quite frustrated I paid for this.
0 -
https://docs.docker.com/compose/reference/restart/
docker-compose restart
Usage: restart [options] [SERVICE...]Options:
-t, --timeout TIMEOUT Specify a shutdown timeout in seconds.
(default: 10)
Restarts all stopped and running services.**If you make changes to your docker-compose.yml configuration these changes are not reflected after running this command.
**
For example, changes to environment variables (which are added after a container is built, but before the container’s command is executed) are not updated after restarting.It appears that despite the video where instructor shows that this can easily be done using the restart command, it can't. If you rebuild the image then it will no longer have its channel association and you will need to perform all the steps again to install chaincode and join channel.
0 -
@garycris said:
https://docs.docker.com/compose/reference/restart/docker-compose restart
Usage: restart [options] [SERVICE...]Options:
-t, --timeout TIMEOUT Specify a shutdown timeout in seconds.
(default: 10)
Restarts all stopped and running services.**If you make changes to your docker-compose.yml configuration these changes are not reflected after running this command.
**
For example, changes to environment variables (which are added after a container is built, but before the container’s command is executed) are not updated after restarting.It appears that despite the video where instructor shows that this can easily be done using the restart command, it can't. If you rebuild the image then it will no longer have its channel association and you will need to perform all the steps again to install chaincode and join channel.
Hi @garycris ,
A way that worked for me to speed things up, as restarting the network needs to be done several times, is to build in the most basic commands & chaincode install/initiations into the startup script. Saved me a lot of time. You can obviously also type in the env commands needed there.0
Categories
- All Categories
- 176 LFX Mentorship
- 176 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 3 Cloud & Containers Training
- 1 Cybersecurity Training
- 1 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 1 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 949 Programming and Development
- 310 Kernel Development
- 621 Software Development
- 982 Software
- 374 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)