CF8, SSL, Firefox 3

View: New views
2 Messages — Rating Filter:   Alert me  

CF8, SSL, Firefox 3

by Joe Lee-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I am using the developer's edition of CF 8.0.1 (latest, just re-downloaded it today) on OS X 10.5.4, and I am running into a problem with SSL and localhost on it. I installed CF using the built-in JRUN server, everything is default, single server installation, and when I set up SSL, everything is fine if I am going to it using https://127.0.0.1:9100.  However, if I try to use https://localhost:9100 from Firefox 3, I get this error message on my cfserver.log

error Can only accept connection from 127.0.0.1, attempted from 0:0:0:0:0:0:0:1%0
java.io.IOException: Can only accept connection from 127.0.0.1, attempted from 0:0:0:0:0:0:0:1%0
        at jrun.servlet.network.NetworkService.accept(NetworkService.java:393)
        at jrun.servlet.http.SSLService.accept(SSLService.java:70)
        at jrun.servlet.http.SSLService.createRunnable(SSLService.java:123)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.createRunnable(ThreadPool.java:287)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:349)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.createRunnable(ThreadPool.java:241)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62)


and Firefox 3 gives this error message:

Cannot communicate securely with peer: no common encryption algorithm(s).

(Error code: ssl_error_no_cypher_overlap)



What's strange is that this error occurs ONLY when I am using Firefox 3 and Safari 3.1.2, but Firefox 2 and Camino will not trigger this error.  Anybody know what's going on?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6675
Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10

Re: CF8, SSL, Firefox 3

by Bugzilla from tom.chiverton@halliwells.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Saturday 02 Aug 2008, Joe Lee wrote:
> try to use https://localhost:9100 from Firefox 3, I get this error message
> on my cfserver.log
> error Can only accept connection from 127.0.0.1, attempted from
> 0:0:0:0:0:0:0:1%0 java.io.IOException: Can only accept connection from
> 127.0.0.1, attempted from 0:0:0:0:0:0:0:1%0 at

The host name (probably in your local hosts file) for 'localhost' probably
maps to an IPv6 address, rather than 127.0.0.1. Change it.

--
Tom Chiverton

****************************************************

This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged.  If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.  If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6678
Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10