<?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>GrinGod [dot] Com &#187; tomcat</title>
	<atom:link href="http://www.gringod.com/tag/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gringod.com</link>
	<description>Randomised nonsense.</description>
	<lastBuildDate>Tue, 10 Feb 2015 23:15:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>TeamCity Over SSL</title>
		<link>http://www.gringod.com/2008/04/23/teamcity-over-ssl/</link>
		<comments>http://www.gringod.com/2008/04/23/teamcity-over-ssl/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 12:31:48 +0000</pubDate>
		<dc:creator><![CDATA[gringod]]></dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[jetbrains]]></category>
		<category><![CDATA[keytool]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[TeamCity]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.gringod.com/2008/04/23/teamcity-over-ssl/</guid>
		<description><![CDATA[Following on from my presentation last night on TeamCity, I&#8217;ve been trying to configure our installation at work so that it can be accessed by our developers in the UK. The first problem is punching a hole in the firewall.&#160; This was done easily enough by our network admin, however it had to be done [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Following on from my <a href="http://www.gringod.com/?feed-stats-url=aHR0cDovL3d3dy5ncmluZ29kLmNvbS8yMDA4LzA0LzIzL2dzZGYtcHJlc2VudGF0aW9uLXRlYW1jaXR5LXJldmlldy8%3D&#038;feed-stats-url-post-id=641">presentation last night</a> on TeamCity, I&#8217;ve been trying to configure our installation at work so that it can be accessed by our developers in the UK.</p>
<p>The first problem is punching a hole in the firewall.&nbsp; This was done easily enough by our network admin, however it had to be done a different port than normal as the default port was already being used.&nbsp; Next, this port had to be configured in the Tomcat server.xml file.&nbsp; One of the clear things I discovered whilst changing the port setting is that it is possible to have both HTTP and HTTPS access to TeamCity at the same time on different ports.&nbsp; This meant we could keep the old internal HTTP port for local developers and set up the external port as HTTPS for our developers in the UK.</p>
<p>Setting up HTTPS meant creating a certificate for Tomcat.&nbsp; It was easy enough to create a self signed certificate using the <a href="http://www.gringod.com/?feed-stats-url=aHR0cDovL3d3dy5qZXRicmFpbnMubmV0L2NvbmZsdWVuY2UvZGlzcGxheS9UQ0QzL1VzaW5nK0hUVFBTK3RvK2FjY2VzcytUZWFtQ2l0eStzZXJ2ZXI%3D&#038;feed-stats-url-post-id=641">TeamCity documentation</a> and the <a href="http://www.gringod.com/?feed-stats-url=aHR0cDovL3RvbWNhdC5hcGFjaGUub3JnL3RvbWNhdC02LjAtZG9jL3NzbC1ob3d0by5odG1s&#038;feed-stats-url-post-id=641">Tomcat documentation</a>.&nbsp; The Tomcat documentation also includes information about importing a third party signed certificate.</p>
<p>One thing to note about the self-signed certificate is that you can only import the certificate in Internet Explorer for future visits to the site if the value given to keytool for &#8220;<em>What is your first and last name?&#8221;<strong> </strong></em>is <em>the</em> <em>domain name used to access the site</em>.&nbsp; This one had me confused for a while.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ea7447c0-1708-4c9a-abfd-45911f1bde6e" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://www.gringod.com/?feed-stats-url=aHR0cDovL3RlY2hub3JhdGkuY29tL3RhZ3MvamV0YnJhaW5z&#038;feed-stats-url-post-id=641" rel=\"tag\">jetbrains</a>,<a href="http://www.gringod.com/?feed-stats-url=aHR0cDovL3RlY2hub3JhdGkuY29tL3RhZ3MvdGVhbWNpdHk%3D&#038;feed-stats-url-post-id=641" rel=\"tag\">teamcity</a>,<a href="http://www.gringod.com/?feed-stats-url=aHR0cDovL3RlY2hub3JhdGkuY29tL3RhZ3MvdG9tY2F0&#038;feed-stats-url-post-id=641" rel=\"tag\">tomcat</a>,<a href="http://www.gringod.com/?feed-stats-url=aHR0cDovL3RlY2hub3JhdGkuY29tL3RhZ3Mvc2VjdXJpdHk%3D&#038;feed-stats-url-post-id=641" rel=\"tag\">security</a>,<a href="http://www.gringod.com/?feed-stats-url=aHR0cDovL3RlY2hub3JhdGkuY29tL3RhZ3Mva2V5dG9vbA%3D%3D&#038;feed-stats-url-post-id=641" rel=\"tag\">keytool</a></div>
 <img src="http://www.gringod.com/?feed-stats-post-id=641" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.gringod.com/2008/04/23/teamcity-over-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
