Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » RCP Birt Designer and Database Server running SSL(Using the RCP BIRT Designer application to develop reports against a hosted data base server running SSL)
RCP Birt Designer and Database Server running SSL [message #694725] Sat, 09 July 2011 13:21 Go to next message
Thomas.K.Hill is currently offline Thomas.K.HillFriend
Messages: 13
Registered: February 2010
Junior Member
Hi,

is there a possibility to create/maintain reports using the BIRT RCP Report Designer application and connecting to an Apache Derby data base server only accepting SSL encrypted communication?

I am aware of the ssl= attribute I need to specify on the data base connection URL for the Derby JDBC driver when defining the data source, but where and how do I tell the BIRT Designer where to find the java keystore file storing the certificate that would need to be presented to the server?

Thanks
Thomas
Re: RCP Birt Designer and Database Server running SSL [message #699700 is a reply to message #694725] Fri, 22 July 2011 06:39 Go to previous messageGo to next message
Thomas.K.Hill is currently offline Thomas.K.HillFriend
Messages: 13
Registered: February 2010
Junior Member
no answer after quite some time - would the next step be to raise a feature request based on the assumption that this is NOT possible?
Tx
Re: RCP Birt Designer and Database Server running SSL [message #699936 is a reply to message #699700] Fri, 22 July 2011 14:52 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Thomas,

I have not tried this but have you seen this link:
http://db.apache.org/derby/docs/dev/adminguide/cadminsslclient.html

Could you try using something like
jdbc:derby://myhost:1527/db;ssl=basic as the jdbc url? And set the
system properties for the keystore?
System.setProperty("javax.net.ssl.keyStore","clientKeyStore.key");
System.setProperty("javax.net.ssl.keyStorePassword","qwerty");

Jason



On 7/22/2011 2:39 AM, Thomas.K.Hill wrote:
> no answer after quite some time - would the next step be to raise a
> feature request based on the assumption that this is NOT possible?
> Tx
Previous Topic:Validate input parameter in script
Next Topic:Setting a data base role
Goto Forum:
  


Current Time: Thu Apr 25 14:30:21 GMT 2024

Powered by FUDForum. Page generated in 0.03045 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top