B4J Question jRDC2 and SSL is this code right? - Alexander Stolte    Jan 30, 2018 Hello,
i am currently in the process of providing my VPS with SSL and I wanted to ask if the code in jRDC2 + SSL is correct or if I need to change something.
This is the normal jRDC2 code + the function for SSL
Sub Process_Globals
Public srvr As Server
Public rdcConnector1....DirApp, "test2.keystore") 'path to keystore file
ssl.KeyStorePassword = "123456... B4J Question jRDC2 +SSL problem - OliverA (first post)    Oct 5, 2020   (2 reactions)
how I can renew without restarting killing the jRDC2?
You can’t
java.net.BindException: Address already in use: bind
On Linux, this could indicate that you did not start the .jar file as root (required for ports below 1024)... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp database servers. jRDC2 is the latest version. All new projects should use this version. jRDC2... is compatible with B4A, B4J and B4i is responsible for sending the requests and handling the responses. jRDC2... name of the server hosting jRDC2. It must end with /rdc. 2. Add DBRequestManager class to your project.... - Extending jRDC2 to support B4R: https://www.b4x.com/android/forum/threads/rdc-based-on-mqtt.72416... to the additional libraries folder. 2. Add a reference to this jar with: #AdditionalJar: mysql... B4J Question jRDC2 with SSL example - MiguelL (first post)    Oct 9, 2020
Hi Miguel,
i would like to try your solution, the downside of letsencrypt is that reading the FAQ t... B4A Question [Solved] JRDC2 Client Using SSL - Angel Garcia (first post)    Sep 3, 2020   (1 reaction) ). Out of the box, jRDC2 is not configured for using a SSL certificate/port. You'll have to add some additional code to the jRDC2 source and then create a keystore file that contains the SSL... Italian RISOLTO - Jrdc2 - Problema SSL !?!? - IlCasti (first post)    Feb 21, 2018   (1 reaction) Ciao. Scrivo solo per ricordare che sarebbe buona norma indicare la soluzione al problema in modo ch... B4J Tutorial [Server] SSL Connections - Erel    Mar 13, 2025   (15 reactions)   tags: B4J, ports SSL configuration is done with SslConfiguration object. This code should be called before the server is stared. Private Sub ConfigureSSL (SslPort As Int) 'example of SSL connector configuration Dim ssl As SslConfiguration ssl.Initialize ssl.SetKeyStorePath(File.DirApp, "test2.keystore...Starting from B4J v2.00 the server can listen to two ports, the standard insecure port (http) and... article to learn more about HTTPS: http://en.wikipedia.org/wiki/HTTP_Secure SSL connections... Spanish [TUTORIAL] Acceder a base de datos con jRDC2 - josejad    Apr 15, 2025   (7 reactions) .NET, etc... 3.- jRDC2: Es la forma recomendada por Erel para acceder a base de datos y sobre la que nos centraremos en este tutorial. Las ventajas de jRDC2 son: Soporta la mayoría de las bases de.... Soporta todo tipo de consultas, incluidas consultas BATCH (por lotes) Soporta BLOB's jRDC2... puede usar en B4A, B4i o B4J. Por tanto, para usar jRDC2, necesitas ejecutar la aplicación servidor (un... de librerías adicionales de B4J - Descarga el código fuente del servidor B4J del tutorial jRDC2 (o... B4A Question SSL Websocket client - LucaMs    Jan 18, 2018   (1 reaction) Trying to connecting to my websocket server: closed javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x63a133b0: Failure in SSL library, usually a protocol error error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:741 0x61803166:0x00000000) Libraries used: client: WebSocket 2.00 server: jServer 2.80 The server starts and it is reachable (ping). I suppose that if the server SslConfiguration (and the keyvaluestore... Spanish [B4XPages] jRDC2 + MySQL CRUD + Login - josejad    Feb 24, 2022   (14 reactions) login, etc... pero he visto pocos con jRDC2. Los datos de la base de datos y la interfaz gráfica son... crear el servidor jRDC2 - B4A 9.9+ que ya soporta B4XPages, aunque lo ideal es siempre actualizar... sql a tu base de datos. Puedes usar phpMyAdmin, HeidiSQL, etc… - Configurar el servidor jRDC2. Para....properties https://www.b4x.com/android/forum/threads/b4x-jrdc2-b4j-implementation-of-rdc-remote-database-connector.61801/ - Abre B4A, y en la clase jRDC2, cambia la constante rdcLink para que apunte al... Page: 1   2   3   4   5   6   7   |