<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.netcore &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/netcore/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Thu, 25 Jun 2020 19:18:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>.netcore &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Troubleshooting .NET Core Dev Certs on MacOS</title>
		<link>https://selmantunc.com.tr/uncategorized/troubleshooting-net-core-dev-certs-on-macos/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 25 Jun 2020 19:18:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[.netcore]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macos]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2020/06/25/troubleshooting-net-core-dev-certs-on-macos/</guid>

					<description><![CDATA[In case you are getting the following error on MacOS, read on. Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be&#8230;]]></description>
										<content:encoded><![CDATA[<p>In case you are getting the following error on MacOS, read on.</p>
<p>Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found.</p>
<p>The error description suggests to solve the error by generating a certificate and then trusting it:</p>
<p>dotnet dev-certs https
dotnet dev-certs https –trust</p>
<p>If this solves you problem, cool!</p>
<p>If it does not, then the next step is to try to clear and regenerate the certificate:</p>
<p>dotnet dev-certs https –clean
dotnet dev-certs https
dotnet dev-certs https –trust</p>
<p>OPEN macos-&gt;  Keychain Access</p>
<p>If this does not solve your problem, you might have a conflicting certificate. In order to fix this, open up ‘Keychain Access’ from Spotlight, then on the left side, access ‘Certificates’ and delete the existing &#8216;localhost’ certificate. At this point, go ahead and generate/trust again:</p>
<figure data-orig-width="880" data-orig-height="599" class="tmblr-full"><figure id="attachment_mmd_2094" class="wp-block-image "><img decoding="async" width="880" height="368" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/3da644b5835723bb768e53180486eb036f3dbb49.jpg" class="attachment-full size-full" alt="image" loading="lazy" /></figure></figure>
<p>KeyChain Access</p>
<p>dotnet dev-certs https
dotnet dev-certs https –trust</p>
<p>That will probably fix your problem. Hope it helps!</p>
<p><a href="https://dev.to/cesarcodes/troubleshooting-net-core-dev-certs-on-macos-179d">https://dev.to/cesarcodes/troubleshooting-net-core-dev-certs-on-macos-179d</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
