ObjectDB ObjectDB

Internal Website Search

1-10 of 39 resultsRefresh
408

SSL Configuration

The <ssl> configuration element specifies Secure Sockets Layer (SSL) settings for secure ... file contains the following <ssl> element: <ssl enabled="false"> <server-keystore path="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore
194

SSL Problem

Hello, I have a problem to use the server with ssl. I have created the certificate using ... objectdb: <ssl enabled="true"> <server-keystore path="$objectdb/ssl/mykeystore" password="ab987c" /> <client-truststore path="$objectdb/ssl/mykeystore" password="ab987c" /> </ssl> When I
186

SSL cannot connect from client StackOverflow error

Hello, i am trying to set up the SSL for connections to objectDB server. I cannot connect the Client, when SSL is enabled. I can connect from Explorer, when "Use SSL" is checked, isn't there some option, which I missed on java client side? I read https://www.objectdb.com/java/jpa/setting/ssl
38

Unable to stop server after starting in SSL mode

ObjectDB server starts & stops fine in non-SSL mode using start & stop shell scripts. ObjectDB server starts fine in SSL mode using start script but throws error and does not stop using stop shell script. Non-SSL mode server start/stop output: ObjectDB Server started on port 7032. ObjectDB
34

ObjectDB is opening too many sockets

Virtual Machine with fresh Ubuntu install and the issue happened there. The SSL must be enabled. Without SSL enabled no sockets were appearing. Please do some tests also on linux. I am attaching heap dumps ... connections using the accept method of a ServerSocket, and when SSL is in use
29

Chapter 6 - Configuration

The ObjectDB configuration file contains one <objectdb> root element with seven subelements: <objectdb> <general> ... </general> <database> ... </database> <entities> ... </entities> <schema> ... </schema> <server> ... </server> <users> ... </users> <ssl> ... </ssl
20

Server Configuration

The <server> configuration element specifies settings for running an ObjectDB Server. The server is affected also by other elements in the configuration file, particularly the <users> and the <ssl> configuration elements. The default configuration file contains the following <server> element
20

ObjectDB Object Database Features

-Server mode (TCP/IP). Secure Client-Server mode (SSL over TCP/IP). In process embedded database mode
10

[ODB1] Chapter 8 - ObjectDB Server

for the user. 8.4 Using Secure Socket Layer (SSL) ObjectDB supports encryption of client server communications using the Secure Sockets Layer (SSL) protocol. Encryption is especially important ... . There are several implementations of SSL available for Java. ObjectDB uses the JSSE implementation
5

[ODB1] Chapter 9 - ObjectDB Explorer

: "General", "SSL" (in the Server Edition), "Fonts" and "Views". You can open the "Options" dialog box using ... , but you can always change the path to use a different configuration file. The "SSL" Page The "SSL" page ... server using SSL. The settings in this page are used only when the "Use SSL" check box in the "Open

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support