<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ishwar</title>
    <description>The latest articles on DEV Community by Ishwar (@ishwar170695).</description>
    <link>https://dev.to/ishwar170695</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3960939%2Fd0c7c2b3-683a-41d9-baf1-31fc3def73d3.png</url>
      <title>DEV Community: Ishwar</title>
      <link>https://dev.to/ishwar170695</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ishwar170695"/>
    <language>en</language>
    <item>
      <title>Why your devcontainer fails on corporate networks (and how to fix it)</title>
      <dc:creator>Ishwar</dc:creator>
      <pubDate>Sun, 31 May 2026 09:06:56 +0000</pubDate>
      <link>https://dev.to/ishwar170695/why-your-devcontainer-fails-on-corporate-networks-and-how-to-fix-it-45dh</link>
      <guid>https://dev.to/ishwar170695/why-your-devcontainer-fails-on-corporate-networks-and-how-to-fix-it-45dh</guid>
      <description>&lt;p&gt;You set up a devcontainer, try to run &lt;code&gt;npm install&lt;/code&gt; or &lt;code&gt;pip install&lt;/code&gt;, and it just fails. SSL error. Certificate verify failed. You Google it for an hour and find nothing useful. If you're on a corporate network, this is almost certainly your company's proxy intercepting HTTPS traffic with its own certificate and your container has no idea that cert exists.&lt;/p&gt;

&lt;p&gt;Your host machine trusts that proxy cert because IT installed it in your OS cert store. But your devcontainer is a fresh Linux environment. It doesn't inherit anything from your host. So every HTTPS request your tools make inside the container fails verification.&lt;/p&gt;

&lt;p&gt;I kept seeing this problem come up in devcontainer issues and Discord threads with no clean fix. Every solution involved editing Dockerfiles or committing certs to repos. &lt;/p&gt;

&lt;p&gt;So I built CertSync to handle it properly. It scans your host cert store, detects corporate/MITM certs automatically, and injects them into your devcontainer, no Dockerfile changes, no committing certs to your repo. One command and your container trusts the same roots your host does.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ishwar170695/certsync" rel="noopener noreferrer"&gt;github.com/ishwar170695/certsync&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devcontainers</category>
      <category>devops</category>
      <category>go</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
