Internal Website Search

1-14 of 14 results

SSL Configuration

The configuration element specifies Secure Sockets Layer ( SSL ) settings for secure communication ... contains the following element: The enabled attribute of the ssl element (whose value is "true" or "false" ) specifies if SSL is used. As shown above, SSL is disabled by default. It could be enabled

SSL Problem

Hello, I have a problem to use the server with ssl . I have created the certificate using ... ] java.lang.NullPointerException at com.objectdb.o. SSL .e( SSL .java:137) at com.objectdb.o.SCG. (SCG ... .java:55) at java.security.KeyStore.getKey(KeyStore.java:792) at sun.security. ssl

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

ObjectDB Object Database Features

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

[ODB1] Chapter 8 - ObjectDB Server

Secure Socket Layer ( SSL ) ObjectDB supports encryption of client server communications using the Secure Sockets Layer ( SSL ) protocol. Encryption is especially important when the communication between ... . There are several implementations of SSL available for Java. ObjectDB uses the JSSE implementation, which is integrated in

ObjectDB is opening too many sockets

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 ... to new connections using the accept method of a ServerSocket , and when SSL is in use

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 Server

[ODB1] Chapter 9 - ObjectDB Explorer

The Explorer settings are organized in a an "Options" dialog box with tabbed pages: "General", " SSL " (in ... , but you can always change the path to use a different configuration file. The " SSL " Page The " SSL " page ... using SSL . The settings in this page are used only when the "Use SSL " check box in the "Open Remote

Java fails to run when using JMX Remote + ODB agent

.management.jmxremote -Dcom.sun.management.jmxremote.port=16969 -Dcom.sun.management.jmxremote. ssl =false ... .jmxremote.port=16969 -Dcom.sun.management.jmxremote. ssl =false -Dcom.sun.management.jmxremote ... -Dcom.sun.management.jmxremote.port=16969 -Dcom.sun.management.jmxremote. ssl =false -Dcom.sun

Entity Management Config questions

/understanding-weak-references For more information, please see: https://www.google.com/search?q=java+strong+weak+soft+reference&gws_rd= ssl support Support

Freeze during save

@1eeb4fb-ServerConnector@1295836{ SSL ,[ ssl , http/1.1]}{0.0.0.0:3443}" - Thread t@13 java.lang.Thread

Database File Encryption

ObjectDB supports encryption of client-server communication over the network using SSL . Encryption of data in database files is less commonly used, since it slows the database. In addition, when necessary, external encryption can be used (e.g. at the operating system level

ObjectDB 2.6.7

existing referenced objects. Fixed a bug in stopping an ObjectDB Server in SSL mode from another process ( issue #1804 ).

ObjectDB 2.4.6

setting SSL client-server connection. Added support for checking activation. Added toString implementation to queries that returns the query string.