SSL Certificate issue in Docker Linux Container

Hi all,

I am new to docker and need help.

I am trying to store a blob in azure blob container from asp.net core application which is hosted in docker linux container but i am facing ssl certificate issue. The exact exception is “the ssl connection could not be established”.

However if i am trying to store a blob in azure blob container from asp.net core application which is hosted in iis it is working good.

How can i add certificate or ignore ssl will work?

Thanks.