<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: running selenium tests against sites with mismatched ssl certs</title>
	<atom:link href="http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/feed/" rel="self" type="application/rss+xml" />
	<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jan 2012 14:29:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: J</title>
		<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/comment-page-1/#comment-67513</link>
		<dc:creator>J</dc:creator>
		<pubDate>Fri, 15 Apr 2011 10:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=178#comment-67513</guid>
		<description>Hi All,

If you are still having problems with self-signed SSL certificates in FF, check out my solution.

http://jktechtrip.wordpress.com/2011/04/14/selenium-and-self-signed-ssl-...

Hope this work also for you :)

Regards,
J</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>If you are still having problems with self-signed SSL certificates in FF, check out my solution.</p>
<p><a href="http://jktechtrip.wordpress.com/2011/04/14/selenium-and-self-signed-ssl-.." rel="nofollow">http://jktechtrip.wordpress.com/2011/04/14/selenium-and-self-signed-ssl-..</a>.</p>
<p>Hope this work also for you <img src='http://disjointthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,<br />
J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cork</title>
		<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/comment-page-1/#comment-8152</link>
		<dc:creator>Cork</dc:creator>
		<pubDate>Sat, 28 Mar 2009 00:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=178#comment-8152</guid>
		<description>I created a Firefox user profile for Selenium tests (to use a specific browser add-on) and tried to get it to use that profile (based on http://seleniumhq.org/documentation/remote-control/options.html, cmd output below) instead of using a clean one each time, but still no luck.

Any ideas?

Thanks.

C:\Selenium\selenium-remote-control-1.0-beta-1\selenium-server-1.0-beta-1&gt;java -
jar selenium-server.jar -firefoxProfileTemplate C:\Selenium\FF_user_profile

17:07:21.854 INFO - Java: Sun Microsystems Inc. 11.2-b01
17:07:21.854 INFO - OS: Windows XP 5.1 x86
17:07:21.854 INFO - v1.0-beta-1 [2201], with Core v1.0-beta-1 [1994]
17:07:21.932 INFO - Version Jetty/5.1.x
17:07:21.932 INFO - Started HttpContext[/selenium-server/driver,/selenium-server
/driver]
17:07:21.932 INFO - Started HttpContext[/selenium-server,/selenium-server]
17:07:21.932 INFO - Started HttpContext[/,/]
17:07:21.948 WARN - Failed to start: SocketListener0@0.0.0.0:4444
Exception in thread &quot;main&quot; org.mortbay.util.MultiException[java.net.BindExceptio
n: Address already in use: JVM_Bind]
        at org.mortbay.http.HttpServer.doStart(HttpServer.java:686)
        at org.mortbay.util.Container.start(Container.java:72)
        at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:8
59)
        at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:37
2)
java.net.BindException: Address already in use: JVM_Bind
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(Unknown Source)
        at java.net.ServerSocket.bind(Unknown Source)
        at java.net.ServerSocket.(Unknown Source)
        at org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:3
91)
        at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477)
        at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503)
        at org.mortbay.http.SocketListener.start(SocketListener.java:203)
        at org.mortbay.http.HttpServer.doStart(HttpServer.java:716)
        at org.mortbay.util.Container.start(Container.java:72)
        at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:8
59)
        at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:37
2)

C:\Selenium\selenium-remote-control-1.0-beta-1\selenium-server-1.0-beta-1&gt;</description>
		<content:encoded><![CDATA[<p>I created a Firefox user profile for Selenium tests (to use a specific browser add-on) and tried to get it to use that profile (based on <a href="http://seleniumhq.org/documentation/remote-control/options.html" rel="nofollow">http://seleniumhq.org/documentation/remote-control/options.html</a>, cmd output below) instead of using a clean one each time, but still no luck.</p>
<p>Any ideas?</p>
<p>Thanks.</p>
<p>C:\Selenium\selenium-remote-control-1.0-beta-1\selenium-server-1.0-beta-1&gt;java -<br />
jar selenium-server.jar -firefoxProfileTemplate C:\Selenium\FF_user_profile</p>
<p>17:07:21.854 INFO &#8211; Java: Sun Microsystems Inc. 11.2-b01<br />
17:07:21.854 INFO &#8211; OS: Windows XP 5.1 x86<br />
17:07:21.854 INFO &#8211; v1.0-beta-1 [2201], with Core v1.0-beta-1 [1994]<br />
17:07:21.932 INFO &#8211; Version Jetty/5.1.x<br />
17:07:21.932 INFO &#8211; Started HttpContext[/selenium-server/driver,/selenium-server<br />
/driver]<br />
17:07:21.932 INFO &#8211; Started HttpContext[/selenium-server,/selenium-server]<br />
17:07:21.932 INFO &#8211; Started HttpContext[/,/]<br />
17:07:21.948 WARN &#8211; Failed to start: SocketListener0@0.0.0.0:4444<br />
Exception in thread &#8220;main&#8221; org.mortbay.util.MultiException[java.net.BindExceptio<br />
n: Address already in use: JVM_Bind]<br />
        at org.mortbay.http.HttpServer.doStart(HttpServer.java:686)<br />
        at org.mortbay.util.Container.start(Container.java:72)<br />
        at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:8<br />
59)<br />
        at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:37<br />
2)<br />
java.net.BindException: Address already in use: JVM_Bind<br />
        at java.net.PlainSocketImpl.socketBind(Native Method)<br />
        at java.net.PlainSocketImpl.bind(Unknown Source)<br />
        at java.net.ServerSocket.bind(Unknown Source)<br />
        at java.net.ServerSocket.(Unknown Source)<br />
        at org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:3<br />
91)<br />
        at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477)<br />
        at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503)<br />
        at org.mortbay.http.SocketListener.start(SocketListener.java:203)<br />
        at org.mortbay.http.HttpServer.doStart(HttpServer.java:716)<br />
        at org.mortbay.util.Container.start(Container.java:72)<br />
        at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:8<br />
59)<br />
        at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:37<br />
2)</p>
<p>C:\Selenium\selenium-remote-control-1.0-beta-1\selenium-server-1.0-beta-1&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snail</title>
		<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/comment-page-1/#comment-4954</link>
		<dc:creator>snail</dc:creator>
		<pubDate>Mon, 22 Dec 2008 08:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=178#comment-4954</guid>
		<description>Does anyone know how to solve this problem on IE7?

thanks in advance</description>
		<content:encoded><![CDATA[<p>Does anyone know how to solve this problem on IE7?</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spanky</title>
		<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/comment-page-1/#comment-4951</link>
		<dc:creator>Spanky</dc:creator>
		<pubDate>Sat, 20 Dec 2008 01:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=178#comment-4951</guid>
		<description>Same problem.  Selenium RC launches a virgin copy of Firefox so adding plugins is out.  I tried adding the cert_exceptions.txt file with the offending cert in it to /Applications/Firefox.app/Content/OSX to no avail.  Any ideas are appreciated.</description>
		<content:encoded><![CDATA[<p>Same problem.  Selenium RC launches a virgin copy of Firefox so adding plugins is out.  I tried adding the cert_exceptions.txt file with the offending cert in it to /Applications/Firefox.app/Content/OSX to no avail.  Any ideas are appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerardo</title>
		<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/comment-page-1/#comment-2638</link>
		<dc:creator>Gerardo</dc:creator>
		<pubDate>Fri, 27 Jun 2008 15:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=178#comment-2638</guid>
		<description>I doesn&#039;t work for me either. It works correctly with Firefox itself, but when Firefox is launched by Selenium, the add-on simply doesn&#039;t appear on the list of add-ons. I tried to install it as you suggest with an instance of the browser opened by Selenium but it doesn&#039;t work either.

Any idea about how to solve the problem would be really appreciated.

Kind regards,

Gerardo</description>
		<content:encoded><![CDATA[<p>I doesn&#8217;t work for me either. It works correctly with Firefox itself, but when Firefox is launched by Selenium, the add-on simply doesn&#8217;t appear on the list of add-ons. I tried to install it as you suggest with an instance of the browser opened by Selenium but it doesn&#8217;t work either.</p>
<p>Any idea about how to solve the problem would be really appreciated.</p>
<p>Kind regards,</p>
<p>Gerardo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/comment-page-1/#comment-2134</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 18 Jan 2008 16:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=178#comment-2134</guid>
		<description>Does the plugin simply not work for you or are you having problems getting it to work with selenium?</description>
		<content:encoded><![CDATA[<p>Does the plugin simply not work for you or are you having problems getting it to work with selenium?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/comment-page-1/#comment-2131</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Fri, 18 Jan 2008 08:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=178#comment-2131</guid>
		<description>Its not working for me [:(]</description>
		<content:encoded><![CDATA[<p>Its not working for me [:(]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/comment-page-1/#comment-1364</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 17 Oct 2007 16:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=178#comment-1364</guid>
		<description>That depends on how FireFox is started. If it is started using a specific profile, then you need to install any addons to that profile of FireFox. Just wait until selenium opens FireFox to run your tests, then use that instance of the browser to install RMD.</description>
		<content:encoded><![CDATA[<p>That depends on how FireFox is started. If it is started using a specific profile, then you need to install any addons to that profile of FireFox. Just wait until selenium opens FireFox to run your tests, then use that instance of the browser to install RMD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://disjointthoughts.com/2007/07/23/running-selenium-tests-against-sites-with-mismatched-ssl-certs/comment-page-1/#comment-1363</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 17 Oct 2007 12:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://disjointthoughts.com/?p=178#comment-1363</guid>
		<description>Doesn&#039;t Selenium open an instance of Firefox that does not load any add-ons?  I&#039;m trying it now, hopefully it works.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t Selenium open an instance of Firefox that does not load any add-ons?  I&#8217;m trying it now, hopefully it works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

